- Notifications
You must be signed in to change notification settings - Fork158
The official binary distribution format for Python
License
NotificationsYou must be signed in to change notification settings
pypa/wheel
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
This is a command line tool for manipulating Python wheel files, as defined inPEP 427. It contains the following functionality:
- Convert
.egg
archives into.whl
- Unpack wheel archives
- Repack wheel archives
- Add or remove tags in existing wheel archives
This project used to contain the implementation of thesetuptoolsbdist_wheel
command, but as of setuptools v70.1, it no longer needswheel
installed for that towork. Thus, you should install thisonly if you intend to use thewheel
commandline tool!
Thedocumentation can be found on Read The Docs.
Everyone interacting in the wheel project's codebases, issue trackers, chatrooms, and mailing lists is expected to follow thePSF Code of Conduct.
About
The official binary distribution format for Python