]>
Commit | Line | Data |
---|---|---|
53e6db90 DC |
1 | Metadata-Version: 2.1 |
2 | Name: setuptools | |
3 | Version: 66.1.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 | Project-URL: Documentation, https://setuptools.pypa.io/ | |
9 | Project-URL: Changelog, https://setuptools.pypa.io/en/stable/history.html | |
10 | Keywords: CPAN PyPI distutils eggs package management | |
11 | Classifier: Development Status :: 5 - Production/Stable | |
12 | Classifier: Intended Audience :: Developers | |
13 | Classifier: License :: OSI Approved :: MIT License | |
14 | Classifier: Programming Language :: Python :: 3 | |
15 | Classifier: Programming Language :: Python :: 3 :: Only | |
16 | Classifier: Topic :: Software Development :: Libraries :: Python Modules | |
17 | Classifier: Topic :: System :: Archiving :: Packaging | |
18 | Classifier: Topic :: System :: Systems Administration | |
19 | Classifier: Topic :: Utilities | |
20 | Requires-Python: >=3.7 | |
21 | License-File: LICENSE | |
22 | Provides-Extra: certs | |
23 | Provides-Extra: docs | |
24 | Requires-Dist: furo ; extra == 'docs' | |
25 | Requires-Dist: jaraco.packaging (>=9) ; extra == 'docs' | |
26 | Requires-Dist: jaraco.tidelift (>=1.4) ; extra == 'docs' | |
27 | Requires-Dist: pygments-github-lexers (==0.0.5) ; extra == 'docs' | |
28 | Requires-Dist: rst.linker (>=1.9) ; extra == 'docs' | |
29 | Requires-Dist: sphinx-favicon ; extra == 'docs' | |
30 | Requires-Dist: sphinx-hoverxref (<2) ; extra == 'docs' | |
31 | Requires-Dist: sphinx-inline-tabs ; extra == 'docs' | |
32 | Requires-Dist: sphinx-lint ; extra == 'docs' | |
33 | Requires-Dist: sphinx-notfound-page (==0.8.3) ; extra == 'docs' | |
34 | Requires-Dist: sphinx-reredirects ; extra == 'docs' | |
35 | Requires-Dist: sphinx (>=3.5) ; extra == 'docs' | |
36 | Requires-Dist: sphinxcontrib-towncrier ; extra == 'docs' | |
37 | Provides-Extra: ssl | |
38 | Provides-Extra: testing | |
39 | Requires-Dist: build[virtualenv] ; extra == 'testing' | |
40 | Requires-Dist: filelock (>=3.4.0) ; extra == 'testing' | |
41 | Requires-Dist: flake8-2020 ; extra == 'testing' | |
42 | Requires-Dist: flake8 (<5) ; extra == 'testing' | |
43 | Requires-Dist: ini2toml[lite] (>=0.9) ; extra == 'testing' | |
44 | Requires-Dist: jaraco.envs (>=2.2) ; extra == 'testing' | |
45 | Requires-Dist: jaraco.path (>=3.2.0) ; extra == 'testing' | |
46 | Requires-Dist: pip (>=19.1) ; extra == 'testing' | |
47 | Requires-Dist: pip-run (>=8.8) ; extra == 'testing' | |
48 | Requires-Dist: pytest-checkdocs (>=2.4) ; extra == 'testing' | |
49 | Requires-Dist: pytest-enabler (>=1.3) ; extra == 'testing' | |
50 | Requires-Dist: pytest-perf ; extra == 'testing' | |
51 | Requires-Dist: pytest-timeout ; extra == 'testing' | |
52 | Requires-Dist: pytest-xdist ; extra == 'testing' | |
53 | Requires-Dist: pytest (>=6) ; extra == 'testing' | |
54 | Requires-Dist: tomli-w (>=1.0.0) ; extra == 'testing' | |
55 | Requires-Dist: virtualenv (>=13.0.0) ; extra == 'testing' | |
56 | Requires-Dist: wheel ; extra == 'testing' | |
57 | Provides-Extra: testing-integration | |
58 | Requires-Dist: build[virtualenv] ; extra == 'testing-integration' | |
59 | Requires-Dist: filelock (>=3.4.0) ; extra == 'testing-integration' | |
60 | Requires-Dist: jaraco.envs (>=2.2) ; extra == 'testing-integration' | |
61 | Requires-Dist: jaraco.path (>=3.2.0) ; extra == 'testing-integration' | |
62 | Requires-Dist: pytest ; extra == 'testing-integration' | |
63 | Requires-Dist: pytest-enabler ; extra == 'testing-integration' | |
64 | Requires-Dist: pytest-xdist ; extra == 'testing-integration' | |
65 | Requires-Dist: tomli ; extra == 'testing-integration' | |
66 | Requires-Dist: virtualenv (>=13.0.0) ; extra == 'testing-integration' | |
67 | Requires-Dist: wheel ; extra == 'testing-integration' | |
68 | Requires-Dist: pytest-black (>=0.3.7) ; (platform_python_implementation != "PyPy") and extra == 'testing' | |
69 | Requires-Dist: pytest-cov ; (platform_python_implementation != "PyPy") and extra == 'testing' | |
70 | Requires-Dist: pytest-mypy (>=0.9.1) ; (platform_python_implementation != "PyPy") and extra == 'testing' | |
71 | Requires-Dist: pytest-flake8 ; (python_version < "3.12") and extra == 'testing' | |
72 | ||
73 | .. image:: https://img.shields.io/pypi/v/setuptools.svg | |
74 | :target: https://pypi.org/project/setuptools | |
75 | ||
76 | .. image:: https://img.shields.io/pypi/pyversions/setuptools.svg | |
77 | ||
78 | .. image:: https://github.com/pypa/setuptools/workflows/tests/badge.svg | |
79 | :target: https://github.com/pypa/setuptools/actions?query=workflow%3A%22tests%22 | |
80 | :alt: tests | |
81 | ||
82 | .. image:: https://img.shields.io/badge/code%20style-black-000000.svg | |
83 | :target: https://github.com/psf/black | |
84 | :alt: Code style: Black | |
85 | ||
86 | .. image:: https://img.shields.io/readthedocs/setuptools/latest.svg | |
87 | :target: https://setuptools.pypa.io | |
88 | ||
89 | .. image:: https://img.shields.io/badge/skeleton-2023-informational | |
90 | :target: https://blog.jaraco.com/skeleton | |
91 | ||
92 | .. image:: https://img.shields.io/codecov/c/github/pypa/setuptools/master.svg?logo=codecov&logoColor=white | |
93 | :target: https://codecov.io/gh/pypa/setuptools | |
94 | ||
95 | .. image:: https://tidelift.com/badges/github/pypa/setuptools?style=flat | |
96 | :target: https://tidelift.com/subscription/pkg/pypi-setuptools?utm_source=pypi-setuptools&utm_medium=readme | |
97 | ||
98 | .. image:: https://img.shields.io/discord/803025117553754132 | |
99 | :target: https://discord.com/channels/803025117553754132/815945031150993468 | |
100 | :alt: Discord | |
101 | ||
102 | See the `Installation Instructions | |
103 | <https://packaging.python.org/installing/>`_ in the Python Packaging | |
104 | User's Guide for instructions on installing, upgrading, and uninstalling | |
105 | Setuptools. | |
106 | ||
107 | Questions and comments should be directed to `GitHub Discussions | |
108 | <https://github.com/pypa/setuptools/discussions>`_. | |
109 | Bug reports and especially tested patches may be | |
110 | submitted directly to the `bug tracker | |
111 | <https://github.com/pypa/setuptools/issues>`_. | |
112 | ||
113 | ||
114 | Code of Conduct | |
115 | =============== | |
116 | ||
117 | Everyone interacting in the setuptools project's codebases, issue trackers, | |
118 | chat rooms, and fora is expected to follow the | |
119 | `PSF Code of Conduct <https://github.com/pypa/.github/blob/main/CODE_OF_CONDUCT.md>`_. | |
120 | ||
121 | ||
122 | For Enterprise | |
123 | ============== | |
124 | ||
125 | Available as part of the Tidelift Subscription. | |
126 | ||
127 | 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. | |
128 | ||
129 | `Learn more <https://tidelift.com/subscription/pkg/pypi-setuptools?utm_source=pypi-setuptools&utm_medium=referral&utm_campaign=github>`_. | |
130 | ||
131 | ||
132 | Security Contact | |
133 | ================ | |
134 | ||
135 | To report a security vulnerability, please use the | |
136 | `Tidelift security contact <https://tidelift.com/security>`_. | |
137 | Tidelift will coordinate the fix and disclosure. |