PKG-INFO 2.0 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061
  1. Metadata-Version: 2.1
  2. Name: wheel
  3. Version: 0.38.4
  4. Summary: A built-package format for Python
  5. Home-page: https://github.com/pypa/wheel
  6. Author: Daniel Holth
  7. Author-email: dholth@fastmail.fm
  8. Maintainer: Alex Grönholm
  9. Maintainer-email: alex.gronholm@nextday.fi
  10. License: MIT
  11. Project-URL: Documentation, https://wheel.readthedocs.io/
  12. Project-URL: Changelog, https://wheel.readthedocs.io/en/stable/news.html
  13. Project-URL: Issue Tracker, https://github.com/pypa/wheel/issues
  14. Keywords: wheel,packaging
  15. Classifier: Development Status :: 5 - Production/Stable
  16. Classifier: Intended Audience :: Developers
  17. Classifier: Topic :: System :: Archiving :: Packaging
  18. Classifier: License :: OSI Approved :: MIT License
  19. Classifier: Programming Language :: Python
  20. Classifier: Programming Language :: Python :: 3 :: Only
  21. Classifier: Programming Language :: Python :: 3.7
  22. Classifier: Programming Language :: Python :: 3.8
  23. Classifier: Programming Language :: Python :: 3.9
  24. Classifier: Programming Language :: Python :: 3.10
  25. Classifier: Programming Language :: Python :: 3.11
  26. Requires-Python: >=3.7
  27. Provides-Extra: test
  28. License-File: LICENSE.txt
  29. wheel
  30. =====
  31. This library is the reference implementation of the Python wheel packaging
  32. standard, as defined in `PEP 427`_.
  33. It has two different roles:
  34. #. A setuptools_ extension for building wheels that provides the
  35. ``bdist_wheel`` setuptools command
  36. #. A command line tool for working with wheel files
  37. It should be noted that wheel is **not** intended to be used as a library, and
  38. as such there is no stable, public API.
  39. .. _PEP 427: https://www.python.org/dev/peps/pep-0427/
  40. .. _setuptools: https://pypi.org/project/setuptools/
  41. Documentation
  42. -------------
  43. The documentation_ can be found on Read The Docs.
  44. .. _documentation: https://wheel.readthedocs.io/
  45. Code of Conduct
  46. ---------------
  47. Everyone interacting in the wheel project's codebases, issue trackers, chat
  48. rooms, and mailing lists is expected to follow the `PSF Code of Conduct`_.
  49. .. _PSF Code of Conduct: https://github.com/pypa/.github/blob/main/CODE_OF_CONDUCT.md