METADATA 2.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566
  1. Metadata-Version: 2.3
  2. Name: wheel
  3. Version: 0.45.1
  4. Summary: A built-package format for Python
  5. Keywords: wheel,packaging
  6. Author-email: Daniel Holth <dholth@fastmail.fm>
  7. Maintainer-email: Alex Grönholm <alex.gronholm@nextday.fi>
  8. Requires-Python: >=3.8
  9. Description-Content-Type: text/x-rst
  10. Classifier: Development Status :: 5 - Production/Stable
  11. Classifier: Intended Audience :: Developers
  12. Classifier: Topic :: System :: Archiving :: Packaging
  13. Classifier: License :: OSI Approved :: MIT License
  14. Classifier: Programming Language :: Python
  15. Classifier: Programming Language :: Python :: 3 :: Only
  16. Classifier: Programming Language :: Python :: 3.8
  17. Classifier: Programming Language :: Python :: 3.9
  18. Classifier: Programming Language :: Python :: 3.10
  19. Classifier: Programming Language :: Python :: 3.11
  20. Classifier: Programming Language :: Python :: 3.12
  21. Requires-Dist: pytest >= 6.0.0 ; extra == "test"
  22. Requires-Dist: setuptools >= 65 ; extra == "test"
  23. Project-URL: Changelog, https://wheel.readthedocs.io/en/stable/news.html
  24. Project-URL: Documentation, https://wheel.readthedocs.io/
  25. Project-URL: Issue Tracker, https://github.com/pypa/wheel/issues
  26. Project-URL: Source, https://github.com/pypa/wheel
  27. Provides-Extra: test
  28. wheel
  29. =====
  30. This is a command line tool for manipulating Python wheel files, as defined in
  31. `PEP 427`_. It contains the following functionality:
  32. * Convert ``.egg`` archives into ``.whl``
  33. * Unpack wheel archives
  34. * Repack wheel archives
  35. * Add or remove tags in existing wheel archives
  36. .. _PEP 427: https://www.python.org/dev/peps/pep-0427/
  37. Historical note
  38. ---------------
  39. This project used to contain the implementation of the setuptools_ ``bdist_wheel``
  40. command, but as of setuptools v70.1, it no longer needs ``wheel`` installed for that to
  41. work. Thus, you should install this **only** if you intend to use the ``wheel`` command
  42. line tool!
  43. .. _setuptools: https://pypi.org/project/setuptools/
  44. Documentation
  45. -------------
  46. The documentation_ can be found on Read The Docs.
  47. .. _documentation: https://wheel.readthedocs.io/
  48. Code of Conduct
  49. ---------------
  50. Everyone interacting in the wheel project's codebases, issue trackers, chat
  51. rooms, and mailing lists is expected to follow the `PSF Code of Conduct`_.
  52. .. _PSF Code of Conduct: https://github.com/pypa/.github/blob/main/CODE_OF_CONDUCT.md