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