METADATA 4.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113
  1. Metadata-Version: 2.1
  2. Name: setuptools
  3. Version: 49.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: 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://raw.githubusercontent.com/pypa/setuptools/master/docs/logo/banner%201%20line%20color.svg
  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://dev.azure.com/jaraco/setuptools/_apis/build/status/pypa.setuptools?branchName=master
  57. :target: https://dev.azure.com/jaraco/setuptools/_build/latest?definitionId=1&branchName=master
  58. .. image:: https://img.shields.io/travis/pypa/setuptools/master.svg?label=Linux%20CI&logo=travis&logoColor=white
  59. :target: https://travis-ci.org/pypa/setuptools
  60. .. image:: https://img.shields.io/appveyor/ci/pypa/setuptools/master.svg?label=Windows%20CI&logo=appveyor&logoColor=white
  61. :target: https://ci.appveyor.com/project/pypa/setuptools/branch/master
  62. .. image:: https://img.shields.io/readthedocs/setuptools/latest.svg
  63. :target: https://setuptools.readthedocs.io
  64. .. image:: https://img.shields.io/codecov/c/github/pypa/setuptools/master.svg?logo=codecov&logoColor=white
  65. :target: https://codecov.io/gh/pypa/setuptools
  66. .. image:: https://tidelift.com/badges/github/pypa/setuptools?style=flat
  67. :target: https://tidelift.com/subscription/pkg/pypi-setuptools?utm_source=pypi-setuptools&utm_medium=readme
  68. See the `Installation Instructions
  69. <https://packaging.python.org/installing/>`_ in the Python Packaging
  70. User's Guide for instructions on installing, upgrading, and uninstalling
  71. Setuptools.
  72. Questions and comments should be directed to the `distutils-sig
  73. mailing list <http://mail.python.org/pipermail/distutils-sig/>`_.
  74. Bug reports and especially tested patches may be
  75. submitted directly to the `bug tracker
  76. <https://github.com/pypa/setuptools/issues>`_.
  77. To report a security vulnerability, please use the
  78. `Tidelift security contact <https://tidelift.com/security>`_.
  79. Tidelift will coordinate the fix and disclosure.
  80. For Enterprise
  81. ==============
  82. Available as part of the Tidelift Subscription.
  83. 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.
  84. `Learn more <https://tidelift.com/subscription/pkg/pypi-setuptools?utm_source=pypi-setuptools&utm_medium=referral&utm_campaign=github>`_.
  85. Code of Conduct
  86. ===============
  87. Everyone interacting in the setuptools project's codebases, issue trackers,
  88. chat rooms, and mailing lists is expected to follow the
  89. `PyPA Code of Conduct <https://www.pypa.io/en/latest/code-of-conduct/>`_.