METADATA 5.9 KB

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