class documentation

Provide source from Gitlab Generic Package Registry

Method __init__ No summary
Method generate_fileset Undocumented
Instance Variable artifact_name_mapping Undocumented
Instance Variable binary_path Undocumented
Instance Variable gitlab_base_url Undocumented
Instance Variable package_name Undocumented
Instance Variable project Undocumented
Instance Variable token Undocumented
Instance Variable version Undocumented
def __init__(self, asset_name_mapping: dict[WheelPlatformIdentifier, str], binary_path: str, project: int | str, version: str, package_name: str, gitlab_base_url: str = 'https://gitlab.com', token: str | None = None):
Parameters
asset_name_mapping:dict[WheelPlatformIdentifier, str]Mapping of the wheel platform to the artifact name from the Gitlab Registry
binary_path:strPath to the binary in the target generated wheel
project:int | strProject name or ID
version:strVersion of the package
package_name:strName of the package
gitlab_base_url:strBase URL including protocol, defaults to https://gitlab.com
token:str | NoneOptional token if you want to access a private package regsitry
def generate_fileset(self, wheel_platform: WheelPlatformIdentifier) -> list[WheelFileEntry]:

Undocumented

artifact_name_mapping =

Undocumented

binary_path =

Undocumented

gitlab_base_url =

Undocumented

package_name =

Undocumented

project =

Undocumented

token =

Undocumented

version =

Undocumented