class documentation
class Wheel:
Metadata about a wheel to generate
Method | wheel |
Build wheel filename for given wheel tag :param tag: Tag to append to file name :return: File name without parent folder for wheel archive |
Class Variable | add |
Should the executable be added to the path (using python wrapper) |
Class Variable | classifier |
Classifiers to show in frontends |
Class Variable | description |
Description for package metadata |
Class Variable | executable |
Path of the executable, relative to the package folder. It must match one of the file names from the wheel sources in order to work |
Class Variable | license |
Name of the license |
Class Variable | model |
Undocumented |
Class Variable | name |
Name of the wheel package |
Class Variable | package |
Name of the generated package |
Class Variable | platforms |
Platforms supported by the wheel |
Class Variable | project |
Include project URLs like bugtrackers etc. |
Class Variable | requires |
Python version constraint for the wheel |
Class Variable | source |
Source to fetch files from |
Class Variable | summary |
Summary for package metadata |
Class Variable | version |
Version of the package |
Property | dist |
Get dist info folder inside wheel based on normalized name and version :return: |
Property | normalized |
Normalize the name for use in wheel naming :return: Replaced all dashes with underscores |
Build wheel filename for given wheel tag :param tag: Tag to append to file name :return: File name without parent folder for wheel archive
Path of the executable, relative to the package folder. It must match one of the file names from the wheel sources in order to work