jpayne@68: Metadata-Version: 2.3 jpayne@68: Name: wheel jpayne@68: Version: 0.45.1 jpayne@68: Summary: A built-package format for Python jpayne@68: Keywords: wheel,packaging jpayne@68: Author-email: Daniel Holth jpayne@68: Maintainer-email: Alex Grönholm jpayne@68: Requires-Python: >=3.8 jpayne@68: Description-Content-Type: text/x-rst jpayne@68: Classifier: Development Status :: 5 - Production/Stable jpayne@68: Classifier: Intended Audience :: Developers jpayne@68: Classifier: Topic :: System :: Archiving :: Packaging jpayne@68: Classifier: License :: OSI Approved :: MIT License jpayne@68: Classifier: Programming Language :: Python jpayne@68: Classifier: Programming Language :: Python :: 3 :: Only jpayne@68: Classifier: Programming Language :: Python :: 3.8 jpayne@68: Classifier: Programming Language :: Python :: 3.9 jpayne@68: Classifier: Programming Language :: Python :: 3.10 jpayne@68: Classifier: Programming Language :: Python :: 3.11 jpayne@68: Classifier: Programming Language :: Python :: 3.12 jpayne@68: Requires-Dist: pytest >= 6.0.0 ; extra == "test" jpayne@68: Requires-Dist: setuptools >= 65 ; extra == "test" jpayne@68: Project-URL: Changelog, https://wheel.readthedocs.io/en/stable/news.html jpayne@68: Project-URL: Documentation, https://wheel.readthedocs.io/ jpayne@68: Project-URL: Issue Tracker, https://github.com/pypa/wheel/issues jpayne@68: Project-URL: Source, https://github.com/pypa/wheel jpayne@68: Provides-Extra: test jpayne@68: jpayne@68: wheel jpayne@68: ===== jpayne@68: jpayne@68: This is a command line tool for manipulating Python wheel files, as defined in jpayne@68: `PEP 427`_. It contains the following functionality: jpayne@68: jpayne@68: * Convert ``.egg`` archives into ``.whl`` jpayne@68: * Unpack wheel archives jpayne@68: * Repack wheel archives jpayne@68: * Add or remove tags in existing wheel archives jpayne@68: jpayne@68: .. _PEP 427: https://www.python.org/dev/peps/pep-0427/ jpayne@68: jpayne@68: Historical note jpayne@68: --------------- jpayne@68: jpayne@68: This project used to contain the implementation of the setuptools_ ``bdist_wheel`` jpayne@68: command, but as of setuptools v70.1, it no longer needs ``wheel`` installed for that to jpayne@68: work. Thus, you should install this **only** if you intend to use the ``wheel`` command jpayne@68: line tool! jpayne@68: jpayne@68: .. _setuptools: https://pypi.org/project/setuptools/ jpayne@68: jpayne@68: Documentation jpayne@68: ------------- jpayne@68: jpayne@68: The documentation_ can be found on Read The Docs. jpayne@68: jpayne@68: .. _documentation: https://wheel.readthedocs.io/ jpayne@68: jpayne@68: Code of Conduct jpayne@68: --------------- jpayne@68: jpayne@68: Everyone interacting in the wheel project's codebases, issue trackers, chat jpayne@68: rooms, and mailing lists is expected to follow the `PSF Code of Conduct`_. jpayne@68: jpayne@68: .. _PSF Code of Conduct: https://github.com/pypa/.github/blob/main/CODE_OF_CONDUCT.md jpayne@68: