class documentation

class PlatformBasedFileSource(WheelSource):

Constructor: PlatformBasedFileSource(executable_path, file_name_mapping)

View In Hierarchy

Provide source from a local file, the name depending on the target platform

Method __init__ No summary
Method generate_fileset Undocumented
Instance Variable executable_path Undocumented
Instance Variable file_name_mapping Undocumented
def __init__(self, executable_path: str, file_name_mapping: dict[WheelPlatformIdentifier, Path | str]):
Parameters
executable_path:strPath to the executable that will be used in the generated wheel
file_name_mapping:dict[WheelPlatformIdentifier, Path | str]Map wheel platform identifiers to the local binary file names.
def generate_fileset(self, wheel_platform: WheelPlatformIdentifier) -> list[WheelFileEntry]:

Undocumented

executable_path =

Undocumented

file_name_mapping =

Undocumented