METADATA 2.4 KB

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