METADATA 2.1 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061
  1. Metadata-Version: 2.1
  2. Name: wheel
  3. Version: 0.41.2
  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.7
  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.7
  17. Classifier: Programming Language :: Python :: 3.8
  18. Classifier: Programming Language :: Python :: 3.9
  19. Classifier: Programming Language :: Python :: 3.10
  20. Classifier: Programming Language :: Python :: 3.11
  21. Classifier: Programming Language :: Python :: 3.12
  22. Requires-Dist: pytest >= 6.0.0 ; extra == "test"
  23. Requires-Dist: setuptools >= 65 ; extra == "test"
  24. Project-URL: Changelog, https://wheel.readthedocs.io/en/stable/news.html
  25. Project-URL: Documentation, https://wheel.readthedocs.io/
  26. Project-URL: Issue Tracker, https://github.com/pypa/wheel/issues
  27. Provides-Extra: test
  28. wheel
  29. =====
  30. This library is the reference implementation of the Python wheel packaging
  31. standard, as defined in `PEP 427`_.
  32. It has two different roles:
  33. #. A setuptools_ extension for building wheels that provides the
  34. ``bdist_wheel`` setuptools command
  35. #. A command line tool for working with wheel files
  36. It should be noted that wheel is **not** intended to be used as a library, and
  37. as such there is no stable, public API.
  38. .. _PEP 427: https://www.python.org/dev/peps/pep-0427/
  39. .. _setuptools: https://pypi.org/project/setuptools/
  40. Documentation
  41. -------------
  42. The documentation_ can be found on Read The Docs.
  43. .. _documentation: https://wheel.readthedocs.io/
  44. Code of Conduct
  45. ---------------
  46. Everyone interacting in the wheel project's codebases, issue trackers, chat
  47. rooms, and mailing lists is expected to follow the `PSF Code of Conduct`_.
  48. .. _PSF Code of Conduct: https://github.com/pypa/.github/blob/main/CODE_OF_CONDUCT.md