METADATA 4.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117
  1. Metadata-Version: 2.1
  2. Name: setuptools
  3. Version: 56.2.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.readthedocs.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.6
  22. Provides-Extra: certs
  23. Requires-Dist: certifi (==2016.9.26) ; extra == 'certs'
  24. Provides-Extra: docs
  25. Requires-Dist: sphinx ; extra == 'docs'
  26. Requires-Dist: jaraco.packaging (>=8.2) ; extra == 'docs'
  27. Requires-Dist: rst.linker (>=1.9) ; extra == 'docs'
  28. Requires-Dist: pygments-github-lexers (==0.0.5) ; extra == 'docs'
  29. Requires-Dist: sphinx-inline-tabs ; extra == 'docs'
  30. Provides-Extra: ssl
  31. Requires-Dist: wincertstore (==0.2) ; (sys_platform == "win32") and extra == 'ssl'
  32. Provides-Extra: testing
  33. Requires-Dist: pytest (>=4.6) ; extra == 'testing'
  34. Requires-Dist: pytest-checkdocs (>=2.4) ; extra == 'testing'
  35. Requires-Dist: pytest-flake8 ; extra == 'testing'
  36. Requires-Dist: pytest-cov ; extra == 'testing'
  37. Requires-Dist: pytest-enabler (>=1.0.1) ; extra == 'testing'
  38. Requires-Dist: mock ; extra == 'testing'
  39. Requires-Dist: flake8-2020 ; extra == 'testing'
  40. Requires-Dist: virtualenv (>=13.0.0) ; extra == 'testing'
  41. Requires-Dist: pytest-virtualenv (>=1.2.7) ; extra == 'testing'
  42. Requires-Dist: wheel ; extra == 'testing'
  43. Requires-Dist: paver ; extra == 'testing'
  44. Requires-Dist: pip (>=19.1) ; extra == 'testing'
  45. Requires-Dist: jaraco.envs ; extra == 'testing'
  46. Requires-Dist: pytest-xdist ; extra == 'testing'
  47. Requires-Dist: sphinx ; extra == 'testing'
  48. Requires-Dist: jaraco.path (>=3.2.0) ; extra == 'testing'
  49. Requires-Dist: pytest-black (>=0.3.7) ; (platform_python_implementation != "PyPy" and python_version < "3.10") and extra == 'testing'
  50. Requires-Dist: pytest-mypy ; (platform_python_implementation != "PyPy" and python_version < "3.10") and extra == 'testing'
  51. .. image:: https://img.shields.io/pypi/v/setuptools.svg
  52. :target: `PyPI link`_
  53. .. image:: https://img.shields.io/pypi/pyversions/setuptools.svg
  54. :target: `PyPI link`_
  55. .. _PyPI link: https://pypi.org/project/setuptools
  56. .. image:: https://github.com/pypa/setuptools/workflows/tests/badge.svg
  57. :target: https://github.com/pypa/setuptools/actions?query=workflow%3A%22tests%22
  58. :alt: tests
  59. .. image:: https://img.shields.io/badge/code%20style-black-000000.svg
  60. :target: https://github.com/psf/black
  61. :alt: Code style: Black
  62. .. image:: https://img.shields.io/readthedocs/setuptools/latest.svg
  63. :target: https://setuptools.readthedocs.io
  64. .. image:: https://img.shields.io/badge/skeleton-2021-informational
  65. :target: https://blog.jaraco.com/skeleton
  66. .. image:: https://img.shields.io/codecov/c/github/pypa/setuptools/master.svg?logo=codecov&logoColor=white
  67. :target: https://codecov.io/gh/pypa/setuptools
  68. .. image:: https://tidelift.com/badges/github/pypa/setuptools?style=flat
  69. :target: https://tidelift.com/subscription/pkg/pypi-setuptools?utm_source=pypi-setuptools&utm_medium=readme
  70. See the `Installation Instructions
  71. <https://packaging.python.org/installing/>`_ in the Python Packaging
  72. User's Guide for instructions on installing, upgrading, and uninstalling
  73. Setuptools.
  74. Questions and comments should be directed to the `distutils-sig
  75. mailing list <http://mail.python.org/pipermail/distutils-sig/>`_.
  76. Bug reports and especially tested patches may be
  77. submitted directly to the `bug tracker
  78. <https://github.com/pypa/setuptools/issues>`_.
  79. Code of Conduct
  80. ===============
  81. Everyone interacting in the setuptools project's codebases, issue trackers,
  82. chat rooms, and mailing lists is expected to follow the
  83. `PSF Code of Conduct <https://github.com/pypa/.github/blob/main/CODE_OF_CONDUCT.md>`_.
  84. For Enterprise
  85. ==============
  86. Available as part of the Tidelift Subscription.
  87. 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.
  88. `Learn more <https://tidelift.com/subscription/pkg/pypi-setuptools?utm_source=pypi-setuptools&utm_medium=referral&utm_campaign=github>`_.
  89. Security Contact
  90. ================
  91. To report a security vulnerability, please use the
  92. `Tidelift security contact <https://tidelift.com/security>`_.
  93. Tidelift will coordinate the fix and disclosure.