METADATA 4.4 KB

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