METADATA 2.2 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768
  1. Metadata-Version: 2.1
  2. Name: wheel
  3. Version: 0.36.2
  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. Requires-Python: !=3.0.*,!=3.1.*,!=3.2.*,!=3.3.*,!=3.4.*,>=2.7
  30. Provides-Extra: test
  31. Requires-Dist: pytest (>=3.0.0) ; extra == 'test'
  32. Requires-Dist: pytest-cov ; extra == 'test'
  33. wheel
  34. =====
  35. This library is the reference implementation of the Python wheel packaging
  36. standard, as defined in `PEP 427`_.
  37. It has two different roles:
  38. #. A setuptools_ extension for building wheels that provides the
  39. ``bdist_wheel`` setuptools command
  40. #. A command line tool for working with wheel files
  41. It should be noted that wheel is **not** intended to be used as a library, and
  42. as such there is no stable, public API.
  43. .. _PEP 427: https://www.python.org/dev/peps/pep-0427/
  44. .. _setuptools: https://pypi.org/project/setuptools/
  45. Documentation
  46. -------------
  47. The documentation_ can be found on Read The Docs.
  48. .. _documentation: https://wheel.readthedocs.io/
  49. Code of Conduct
  50. ---------------
  51. Everyone interacting in the wheel project's codebases, issue trackers, chat
  52. rooms, and mailing lists is expected to follow the `PSF Code of Conduct`_.
  53. .. _PSF Code of Conduct: https://github.com/pypa/.github/blob/main/CODE_OF_CONDUCT.md