You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 

62 line
2.1 KiB

  1. Metadata-Version: 2.1
  2. Name: wheel
  3. Version: 0.33.6
  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.4
  25. Classifier: Programming Language :: Python :: 3.5
  26. Classifier: Programming Language :: Python :: 3.6
  27. Classifier: Programming Language :: Python :: 3.7
  28. Classifier: Programming Language :: Python :: 3.8
  29. Requires-Python: >=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*
  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. 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 `PyPA Code of Conduct`_.
  49. .. _PyPA Code of Conduct: https://www.pypa.io/en/latest/code-of-conduct/