Mercurial > repos > shellac > sam_consensus_v3
comparison env/lib/python3.9/site-packages/setuptools-53.0.0.dist-info/METADATA @ 0:4f3585e2f14b draft default tip
"planemo upload commit 60cee0fc7c0cda8592644e1aad72851dec82c959"
| author | shellac |
|---|---|
| date | Mon, 22 Mar 2021 18:12:50 +0000 |
| parents | |
| children |
comparison
equal
deleted
inserted
replaced
| -1:000000000000 | 0:4f3585e2f14b |
|---|---|
| 1 Metadata-Version: 2.1 | |
| 2 Name: setuptools | |
| 3 Version: 53.0.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 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: pytest-enabler (>=1.0.1) ; 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-xdist ; extra == 'testing' | |
| 46 Requires-Dist: pytest-black (>=0.3.7) ; (platform_python_implementation != "PyPy") and extra == 'testing' | |
| 47 Requires-Dist: pytest-mypy ; (platform_python_implementation != "PyPy") and extra == 'testing' | |
| 48 | |
| 49 .. image:: https://img.shields.io/pypi/v/setuptools.svg | |
| 50 :target: `PyPI link`_ | |
| 51 | |
| 52 .. image:: https://img.shields.io/pypi/pyversions/setuptools.svg | |
| 53 :target: `PyPI link`_ | |
| 54 | |
| 55 .. _PyPI link: https://pypi.org/project/setuptools | |
| 56 | |
| 57 .. image:: https://github.com/pypa/setuptools/workflows/tests/badge.svg | |
| 58 :target: https://github.com/pypa/setuptools/actions?query=workflow%3A%22tests%22 | |
| 59 :alt: tests | |
| 60 | |
| 61 .. image:: https://img.shields.io/badge/code%20style-black-000000.svg | |
| 62 :target: https://github.com/psf/black | |
| 63 :alt: Code style: Black | |
| 64 | |
| 65 .. image:: https://img.shields.io/readthedocs/setuptools/latest.svg | |
| 66 :target: https://setuptools.readthedocs.io | |
| 67 | |
| 68 .. image:: https://img.shields.io/codecov/c/github/pypa/setuptools/master.svg?logo=codecov&logoColor=white | |
| 69 :target: https://codecov.io/gh/pypa/setuptools | |
| 70 | |
| 71 .. image:: https://tidelift.com/badges/github/pypa/setuptools?style=flat | |
| 72 :target: https://tidelift.com/subscription/pkg/pypi-setuptools?utm_source=pypi-setuptools&utm_medium=readme | |
| 73 | |
| 74 See the `Installation Instructions | |
| 75 <https://packaging.python.org/installing/>`_ in the Python Packaging | |
| 76 User's Guide for instructions on installing, upgrading, and uninstalling | |
| 77 Setuptools. | |
| 78 | |
| 79 Questions and comments should be directed to the `distutils-sig | |
| 80 mailing list <http://mail.python.org/pipermail/distutils-sig/>`_. | |
| 81 Bug reports and especially tested patches may be | |
| 82 submitted directly to the `bug tracker | |
| 83 <https://github.com/pypa/setuptools/issues>`_. | |
| 84 | |
| 85 | |
| 86 Code of Conduct | |
| 87 =============== | |
| 88 | |
| 89 Everyone interacting in the setuptools project's codebases, issue trackers, | |
| 90 chat rooms, and mailing lists is expected to follow the | |
| 91 `PSF Code of Conduct <https://github.com/pypa/.github/blob/main/CODE_OF_CONDUCT.md>`_. | |
| 92 | |
| 93 | |
| 94 For Enterprise | |
| 95 ============== | |
| 96 | |
| 97 Available as part of the Tidelift Subscription. | |
| 98 | |
| 99 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. | |
| 100 | |
| 101 `Learn more <https://tidelift.com/subscription/pkg/pypi-setuptools?utm_source=pypi-setuptools&utm_medium=referral&utm_campaign=github>`_. | |
| 102 | |
| 103 | |
| 104 Security Contact | |
| 105 ================ | |
| 106 | |
| 107 To report a security vulnerability, please use the | |
| 108 `Tidelift security contact <https://tidelift.com/security>`_. | |
| 109 Tidelift will coordinate the fix and disclosure. | |
| 110 | |
| 111 |
