wheel
Command line tool for manipulating wheel files
Install
wheel on PyPI
pip
pip install wheeluv
uv add wheelpoetry
poetry add wheelPackage facts
| License | MIT (permissive) |
| Python support | supports the current Python release (>=3.9) |
| Install friction | low — pure-Python wheel |
| Runtime dependencies | 1 — packaging |
| Maintenance | actively maintained — 2 days since the last release |
| Last repo commit | |
| First released | |
| Popularity | one of the 100 most-downloaded packages on PyPI (30-day window, as of 2026-08-13) |
| Known vulnerabilities | none known (OSV.dev, checked 2026-08-13) |
Evidence: wheel-0.48.0-py3-none-any.whl
Keywords: wheel, packaging
About wheel
from the package's own PyPI description — quoted content, verbatim
wheel
This is a command line tool for manipulating Python wheel files, as defined in
PEP 427_. It contains the following functionality:
- Convert
.eggarchives into.whl - Unpack wheel archives
- Repack wheel archives
- Add or remove tags in existing wheel archives
.. _PEP 427: https://peps.python.org/pep-0427/
Historical note
This project used to contain the implementation of the setuptools_ bdist_wheel
command, but as of setuptools v70.1, it no longer needs wheel installed for that to
work. Thus, you should install this only if you intend to use the wheel command
line tool!
.. _setuptools: https://pypi.org/project/setuptools/
Documentation
The documentation_ can be found on Read The Docs.
.. _documentation: https://wheel.readthedocs.io/
Code of Conduct
Everyone interacting in the wheel project's codebases, issue trackers, chat
rooms, and mailing lists is expected to follow the PSF Code of Conduct_.
.. _PSF Code of Conduct: https://github.com/pypa/.github/blob/main/CODE_OF_CONDUCT.md
Similar packages
permissive · top 100 on PyPI
setuptoolspermissive · top 100 on PyPI
pippermissive · top 100 on PyPI
backports.zstdpermissive · top 1,000 on PyPI
setuptools-scmpermissive · top 1,000 on PyPI
dbt-commonpermissive · top 1,000 on PyPI
dbt-corepermissive · top 1,000 on PyPI
docutilsunclear · top 1,000 on PyPI
packagingpermissive · top 100 on PyPI
distlibpermissive · top 1,000 on PyPI