METADATA 6.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144
  1. Metadata-Version: 2.1
  2. Name: setuptools
  3. Version: 65.5.0
  4. Summary: Easily download, build, install, upgrade, and uninstall Python packages
  5. Home-page: https://github.com/pypa/setuptools
  6. Author: Python Packaging Authority
  7. Author-email: distutils-sig@python.org
  8. Project-URL: Documentation, https://setuptools.pypa.io/
  9. Project-URL: Changelog, https://setuptools.pypa.io/en/stable/history.html
  10. Keywords: CPAN PyPI distutils eggs package management
  11. Classifier: Development Status :: 5 - Production/Stable
  12. Classifier: Intended Audience :: Developers
  13. Classifier: License :: OSI Approved :: MIT License
  14. Classifier: Programming Language :: Python :: 3
  15. Classifier: Programming Language :: Python :: 3 :: Only
  16. Classifier: Topic :: Software Development :: Libraries :: Python Modules
  17. Classifier: Topic :: System :: Archiving :: Packaging
  18. Classifier: Topic :: System :: Systems Administration
  19. Classifier: Topic :: Utilities
  20. Requires-Python: >=3.7
  21. License-File: LICENSE
  22. Provides-Extra: certs
  23. Provides-Extra: docs
  24. Requires-Dist: sphinx (>=3.5) ; extra == 'docs'
  25. Requires-Dist: jaraco.packaging (>=9) ; extra == 'docs'
  26. Requires-Dist: rst.linker (>=1.9) ; extra == 'docs'
  27. Requires-Dist: furo ; extra == 'docs'
  28. Requires-Dist: jaraco.tidelift (>=1.4) ; extra == 'docs'
  29. Requires-Dist: pygments-github-lexers (==0.0.5) ; extra == 'docs'
  30. Requires-Dist: sphinx-favicon ; extra == 'docs'
  31. Requires-Dist: sphinx-inline-tabs ; extra == 'docs'
  32. Requires-Dist: sphinx-reredirects ; extra == 'docs'
  33. Requires-Dist: sphinxcontrib-towncrier ; extra == 'docs'
  34. Requires-Dist: sphinx-notfound-page (==0.8.3) ; extra == 'docs'
  35. Requires-Dist: sphinx-hoverxref (<2) ; extra == 'docs'
  36. Provides-Extra: ssl
  37. Provides-Extra: testing
  38. Requires-Dist: pytest (>=6) ; extra == 'testing'
  39. Requires-Dist: pytest-checkdocs (>=2.4) ; extra == 'testing'
  40. Requires-Dist: pytest-flake8 ; extra == 'testing'
  41. Requires-Dist: flake8 (<5) ; extra == 'testing'
  42. Requires-Dist: pytest-enabler (>=1.3) ; extra == 'testing'
  43. Requires-Dist: pytest-perf ; extra == 'testing'
  44. Requires-Dist: mock ; extra == 'testing'
  45. Requires-Dist: flake8-2020 ; extra == 'testing'
  46. Requires-Dist: virtualenv (>=13.0.0) ; extra == 'testing'
  47. Requires-Dist: wheel ; extra == 'testing'
  48. Requires-Dist: pip (>=19.1) ; extra == 'testing'
  49. Requires-Dist: jaraco.envs (>=2.2) ; extra == 'testing'
  50. Requires-Dist: pytest-xdist ; extra == 'testing'
  51. Requires-Dist: jaraco.path (>=3.2.0) ; extra == 'testing'
  52. Requires-Dist: build[virtualenv] ; extra == 'testing'
  53. Requires-Dist: filelock (>=3.4.0) ; extra == 'testing'
  54. Requires-Dist: pip-run (>=8.8) ; extra == 'testing'
  55. Requires-Dist: ini2toml[lite] (>=0.9) ; extra == 'testing'
  56. Requires-Dist: tomli-w (>=1.0.0) ; extra == 'testing'
  57. Provides-Extra: testing-integration
  58. Requires-Dist: pytest ; extra == 'testing-integration'
  59. Requires-Dist: pytest-xdist ; extra == 'testing-integration'
  60. Requires-Dist: pytest-enabler ; extra == 'testing-integration'
  61. Requires-Dist: virtualenv (>=13.0.0) ; extra == 'testing-integration'
  62. Requires-Dist: tomli ; extra == 'testing-integration'
  63. Requires-Dist: wheel ; extra == 'testing-integration'
  64. Requires-Dist: jaraco.path (>=3.2.0) ; extra == 'testing-integration'
  65. Requires-Dist: jaraco.envs (>=2.2) ; extra == 'testing-integration'
  66. Requires-Dist: build[virtualenv] ; extra == 'testing-integration'
  67. Requires-Dist: filelock (>=3.4.0) ; extra == 'testing-integration'
  68. Requires-Dist: pytest-black (>=0.3.7) ; (platform_python_implementation != "PyPy") and extra == 'testing'
  69. Requires-Dist: pytest-cov ; (platform_python_implementation != "PyPy") and extra == 'testing'
  70. Requires-Dist: pytest-mypy (>=0.9.1) ; (platform_python_implementation != "PyPy") and extra == 'testing'
  71. .. image:: https://raw.githubusercontent.com/pypa/setuptools/main/docs/images/banner-640x320.svg
  72. :align: center
  73. |
  74. .. image:: https://img.shields.io/pypi/v/setuptools.svg
  75. :target: `PyPI link`_
  76. .. image:: https://img.shields.io/pypi/pyversions/setuptools.svg
  77. :target: `PyPI link`_
  78. .. _PyPI link: https://pypi.org/project/setuptools
  79. .. image:: https://github.com/pypa/setuptools/workflows/tests/badge.svg
  80. :target: https://github.com/pypa/setuptools/actions?query=workflow%3A%22tests%22
  81. :alt: tests
  82. .. image:: https://img.shields.io/badge/code%20style-black-000000.svg
  83. :target: https://github.com/psf/black
  84. :alt: Code style: Black
  85. .. image:: https://img.shields.io/readthedocs/setuptools/latest.svg
  86. :target: https://setuptools.pypa.io
  87. .. image:: https://img.shields.io/badge/skeleton-2022-informational
  88. :target: https://blog.jaraco.com/skeleton
  89. .. image:: https://img.shields.io/codecov/c/github/pypa/setuptools/master.svg?logo=codecov&logoColor=white
  90. :target: https://codecov.io/gh/pypa/setuptools
  91. .. image:: https://tidelift.com/badges/github/pypa/setuptools?style=flat
  92. :target: https://tidelift.com/subscription/pkg/pypi-setuptools?utm_source=pypi-setuptools&utm_medium=readme
  93. .. image:: https://img.shields.io/discord/803025117553754132
  94. :target: https://discord.com/channels/803025117553754132/815945031150993468
  95. :alt: Discord
  96. See the `Installation Instructions
  97. <https://packaging.python.org/installing/>`_ in the Python Packaging
  98. User's Guide for instructions on installing, upgrading, and uninstalling
  99. Setuptools.
  100. Questions and comments should be directed to `GitHub Discussions
  101. <https://github.com/pypa/setuptools/discussions>`_.
  102. Bug reports and especially tested patches may be
  103. submitted directly to the `bug tracker
  104. <https://github.com/pypa/setuptools/issues>`_.
  105. Code of Conduct
  106. ===============
  107. Everyone interacting in the setuptools project's codebases, issue trackers,
  108. chat rooms, and fora is expected to follow the
  109. `PSF Code of Conduct <https://github.com/pypa/.github/blob/main/CODE_OF_CONDUCT.md>`_.
  110. For Enterprise
  111. ==============
  112. Available as part of the Tidelift Subscription.
  113. Setuptools and the maintainers of thousands of other packages are working with Tidelift to deliver one enterprise subscription that covers all of the open source you use.
  114. `Learn more <https://tidelift.com/subscription/pkg/pypi-setuptools?utm_source=pypi-setuptools&utm_medium=referral&utm_campaign=github>`_.
  115. Security Contact
  116. ================
  117. To report a security vulnerability, please use the
  118. `Tidelift security contact <https://tidelift.com/security>`_.
  119. Tidelift will coordinate the fix and disclosure.