class documentation

class WheelPlatformIdentifier:

View In Hierarchy

Identifies a wheel target platform

Method to_tag Build to python wheel tag format
Class Variable abi_tag Indicates which Python ABI is required by any included extension modules.
Class Variable platform Name of the platform
Class Variable python_tag Python tag (e.g pyX)
def to_tag(self):

Build to python wheel tag format

abi_tag: str =

Indicates which Python ABI is required by any included extension modules.

platform: str =

Name of the platform

python_tag: str =

Python tag (e.g pyX)