METADATA 4.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109
  1. Metadata-Version: 2.1
  2. Name: setuptools
  3. Version: 49.2.1
  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: Operating System :: OS Independent
  16. Classifier: Programming Language :: Python :: 3
  17. Classifier: Programming Language :: Python :: 3 :: Only
  18. Classifier: Programming Language :: Python :: 3.5
  19. Classifier: Programming Language :: Python :: 3.6
  20. Classifier: Programming Language :: Python :: 3.7
  21. Classifier: Programming Language :: Python :: 3.8
  22. Classifier: Topic :: Software Development :: Libraries :: Python Modules
  23. Classifier: Topic :: System :: Archiving :: Packaging
  24. Classifier: Topic :: System :: Systems Administration
  25. Classifier: Topic :: Utilities
  26. Requires-Python: >=3.5
  27. Description-Content-Type: text/x-rst; charset=UTF-8
  28. Provides-Extra: certs
  29. Requires-Dist: certifi (==2016.9.26) ; extra == 'certs'
  30. Provides-Extra: docs
  31. Requires-Dist: sphinx ; extra == 'docs'
  32. Requires-Dist: jaraco.packaging (>=6.1) ; extra == 'docs'
  33. Requires-Dist: rst.linker (>=1.9) ; extra == 'docs'
  34. Requires-Dist: pygments-github-lexers (==0.0.5) ; extra == 'docs'
  35. Provides-Extra: ssl
  36. Requires-Dist: wincertstore (==0.2) ; (sys_platform == "win32") and extra == 'ssl'
  37. Provides-Extra: tests
  38. Requires-Dist: mock ; extra == 'tests'
  39. Requires-Dist: pytest-flake8 ; extra == 'tests'
  40. Requires-Dist: virtualenv (>=13.0.0) ; extra == 'tests'
  41. Requires-Dist: pytest-virtualenv (>=1.2.7) ; extra == 'tests'
  42. Requires-Dist: pytest (>=3.7) ; extra == 'tests'
  43. Requires-Dist: wheel ; extra == 'tests'
  44. Requires-Dist: coverage (>=4.5.1) ; extra == 'tests'
  45. Requires-Dist: pytest-cov (>=2.5.1) ; extra == 'tests'
  46. Requires-Dist: pip (>=19.1) ; extra == 'tests'
  47. Requires-Dist: futures ; (python_version == "2.7") and extra == 'tests'
  48. Requires-Dist: flake8-2020 ; (python_version >= "3.6") and extra == 'tests'
  49. Requires-Dist: paver ; (python_version >= "3.6") and extra == 'tests'
  50. .. image:: https://img.shields.io/pypi/v/setuptools.svg
  51. :target: `PyPI link`_
  52. .. image:: https://img.shields.io/pypi/pyversions/setuptools.svg
  53. :target: `PyPI link`_
  54. .. _PyPI link: https://pypi.org/project/setuptools
  55. .. image:: https://dev.azure.com/jaraco/setuptools/_apis/build/status/pypa.setuptools?branchName=master
  56. :target: https://dev.azure.com/jaraco/setuptools/_build/latest?definitionId=1&branchName=master
  57. .. image:: https://img.shields.io/travis/pypa/setuptools/master.svg?label=Linux%20CI&logo=travis&logoColor=white
  58. :target: https://travis-ci.org/pypa/setuptools
  59. .. image:: https://img.shields.io/appveyor/ci/pypa/setuptools/master.svg?label=Windows%20CI&logo=appveyor&logoColor=white
  60. :target: https://ci.appveyor.com/project/pypa/setuptools/branch/master
  61. .. image:: https://img.shields.io/readthedocs/setuptools/latest.svg
  62. :target: https://setuptools.readthedocs.io
  63. .. image:: https://img.shields.io/codecov/c/github/pypa/setuptools/master.svg?logo=codecov&logoColor=white
  64. :target: https://codecov.io/gh/pypa/setuptools
  65. .. image:: https://tidelift.com/badges/github/pypa/setuptools?style=flat
  66. :target: https://tidelift.com/subscription/pkg/pypi-setuptools?utm_source=pypi-setuptools&utm_medium=readme
  67. See the `Installation Instructions
  68. <https://packaging.python.org/installing/>`_ in the Python Packaging
  69. User's Guide for instructions on installing, upgrading, and uninstalling
  70. Setuptools.
  71. Questions and comments should be directed to the `distutils-sig
  72. mailing list <http://mail.python.org/pipermail/distutils-sig/>`_.
  73. Bug reports and especially tested patches may be
  74. submitted directly to the `bug tracker
  75. <https://github.com/pypa/setuptools/issues>`_.
  76. To report a security vulnerability, please use the
  77. `Tidelift security contact <https://tidelift.com/security>`_.
  78. Tidelift will coordinate the fix and disclosure.
  79. For Enterprise
  80. ==============
  81. Available as part of the Tidelift Subscription.
  82. 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.
  83. `Learn more <https://tidelift.com/subscription/pkg/pypi-setuptools?utm_source=pypi-setuptools&utm_medium=referral&utm_campaign=github>`_.
  84. Code of Conduct
  85. ===============
  86. Everyone interacting in the setuptools project's codebases, issue trackers,
  87. chat rooms, and mailing lists is expected to follow the
  88. `PSF Code of Conduct <https://github.com/pypa/.github/blob/main/CODE_OF_CONDUCT.md>`_.