METADATA 2.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869
  1. Metadata-Version: 2.1
  2. Name: wheel
  3. Version: 0.37.1
  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. Platform: UNKNOWN
  16. Classifier: Development Status :: 5 - Production/Stable
  17. Classifier: Intended Audience :: Developers
  18. Classifier: Topic :: System :: Archiving :: Packaging
  19. Classifier: License :: OSI Approved :: MIT License
  20. Classifier: Programming Language :: Python
  21. Classifier: Programming Language :: Python :: 2
  22. Classifier: Programming Language :: Python :: 2.7
  23. Classifier: Programming Language :: Python :: 3
  24. Classifier: Programming Language :: Python :: 3.5
  25. Classifier: Programming Language :: Python :: 3.6
  26. Classifier: Programming Language :: Python :: 3.7
  27. Classifier: Programming Language :: Python :: 3.8
  28. Classifier: Programming Language :: Python :: 3.9
  29. Classifier: Programming Language :: Python :: 3.10
  30. Requires-Python: !=3.0.*,!=3.1.*,!=3.2.*,!=3.3.*,!=3.4.*,>=2.7
  31. Provides-Extra: test
  32. Requires-Dist: pytest (>=3.0.0) ; extra == 'test'
  33. Requires-Dist: pytest-cov ; extra == 'test'
  34. wheel
  35. =====
  36. This library is the reference implementation of the Python wheel packaging
  37. standard, as defined in `PEP 427`_.
  38. It has two different roles:
  39. #. A setuptools_ extension for building wheels that provides the
  40. ``bdist_wheel`` setuptools command
  41. #. A command line tool for working with wheel files
  42. It should be noted that wheel is **not** intended to be used as a library, and
  43. as such there is no stable, public API.
  44. .. _PEP 427: https://www.python.org/dev/peps/pep-0427/
  45. .. _setuptools: https://pypi.org/project/setuptools/
  46. Documentation
  47. -------------
  48. The documentation_ can be found on Read The Docs.
  49. .. _documentation: https://wheel.readthedocs.io/
  50. Code of Conduct
  51. ---------------
  52. Everyone interacting in the wheel project's codebases, issue trackers, chat
  53. rooms, and mailing lists is expected to follow the `PSF Code of Conduct`_.
  54. .. _PSF Code of Conduct: https://github.com/pypa/.github/blob/main/CODE_OF_CONDUCT.md