jpayne@68: Metadata-Version: 2.1 jpayne@68: Name: setuptools jpayne@68: Version: 75.3.0 jpayne@68: Summary: Easily download, build, install, upgrade, and uninstall Python packages jpayne@68: Author-email: Python Packaging Authority jpayne@68: Project-URL: Source, https://github.com/pypa/setuptools jpayne@68: Project-URL: Documentation, https://setuptools.pypa.io/ jpayne@68: Project-URL: Changelog, https://setuptools.pypa.io/en/stable/history.html jpayne@68: Keywords: CPAN PyPI distutils eggs package management jpayne@68: Classifier: Development Status :: 5 - Production/Stable jpayne@68: Classifier: Intended Audience :: Developers jpayne@68: Classifier: License :: OSI Approved :: MIT License jpayne@68: Classifier: Programming Language :: Python :: 3 jpayne@68: Classifier: Programming Language :: Python :: 3 :: Only jpayne@68: Classifier: Topic :: Software Development :: Libraries :: Python Modules jpayne@68: Classifier: Topic :: System :: Archiving :: Packaging jpayne@68: Classifier: Topic :: System :: Systems Administration jpayne@68: Classifier: Topic :: Utilities jpayne@68: Requires-Python: >=3.8 jpayne@68: Description-Content-Type: text/x-rst jpayne@68: License-File: LICENSE jpayne@68: Provides-Extra: test jpayne@68: Requires-Dist: pytest!=8.1.*,>=6; extra == "test" jpayne@68: Requires-Dist: virtualenv>=13.0.0; extra == "test" jpayne@68: Requires-Dist: wheel>=0.44.0; extra == "test" jpayne@68: Requires-Dist: pip>=19.1; extra == "test" jpayne@68: Requires-Dist: packaging>=23.2; extra == "test" jpayne@68: Requires-Dist: jaraco.envs>=2.2; extra == "test" jpayne@68: Requires-Dist: pytest-xdist>=3; extra == "test" jpayne@68: Requires-Dist: jaraco.path>=3.2.0; extra == "test" jpayne@68: Requires-Dist: build[virtualenv]>=1.0.3; extra == "test" jpayne@68: Requires-Dist: filelock>=3.4.0; extra == "test" jpayne@68: Requires-Dist: ini2toml[lite]>=0.14; extra == "test" jpayne@68: Requires-Dist: tomli-w>=1.0.0; extra == "test" jpayne@68: Requires-Dist: pytest-timeout; extra == "test" jpayne@68: Requires-Dist: pytest-perf; sys_platform != "cygwin" and extra == "test" jpayne@68: Requires-Dist: jaraco.develop>=7.21; (python_version >= "3.9" and sys_platform != "cygwin") and extra == "test" jpayne@68: Requires-Dist: pytest-home>=0.5; extra == "test" jpayne@68: Requires-Dist: pytest-subprocess; extra == "test" jpayne@68: Requires-Dist: pyproject-hooks!=1.1; extra == "test" jpayne@68: Requires-Dist: jaraco.test>=5.5; extra == "test" jpayne@68: Provides-Extra: doc jpayne@68: Requires-Dist: sphinx>=3.5; extra == "doc" jpayne@68: Requires-Dist: jaraco.packaging>=9.3; extra == "doc" jpayne@68: Requires-Dist: rst.linker>=1.9; extra == "doc" jpayne@68: Requires-Dist: furo; extra == "doc" jpayne@68: Requires-Dist: sphinx-lint; extra == "doc" jpayne@68: Requires-Dist: jaraco.tidelift>=1.4; extra == "doc" jpayne@68: Requires-Dist: pygments-github-lexers==0.0.5; extra == "doc" jpayne@68: Requires-Dist: sphinx-favicon; extra == "doc" jpayne@68: Requires-Dist: sphinx-inline-tabs; extra == "doc" jpayne@68: Requires-Dist: sphinx-reredirects; extra == "doc" jpayne@68: Requires-Dist: sphinxcontrib-towncrier; extra == "doc" jpayne@68: Requires-Dist: sphinx-notfound-page<2,>=1; extra == "doc" jpayne@68: Requires-Dist: pyproject-hooks!=1.1; extra == "doc" jpayne@68: Requires-Dist: towncrier<24.7; extra == "doc" jpayne@68: Provides-Extra: ssl jpayne@68: Provides-Extra: certs jpayne@68: Provides-Extra: core jpayne@68: Requires-Dist: packaging>=24; extra == "core" jpayne@68: Requires-Dist: more_itertools>=8.8; extra == "core" jpayne@68: Requires-Dist: jaraco.text>=3.7; extra == "core" jpayne@68: Requires-Dist: importlib_resources>=5.10.2; python_version < "3.9" and extra == "core" jpayne@68: Requires-Dist: importlib_metadata>=6; python_version < "3.10" and extra == "core" jpayne@68: Requires-Dist: tomli>=2.0.1; python_version < "3.11" and extra == "core" jpayne@68: Requires-Dist: wheel>=0.43.0; extra == "core" jpayne@68: Requires-Dist: platformdirs>=4.2.2; extra == "core" jpayne@68: Requires-Dist: jaraco.collections; extra == "core" jpayne@68: Requires-Dist: jaraco.functools; extra == "core" jpayne@68: Requires-Dist: packaging; extra == "core" jpayne@68: Requires-Dist: more_itertools; extra == "core" jpayne@68: Provides-Extra: check jpayne@68: Requires-Dist: pytest-checkdocs>=2.4; extra == "check" jpayne@68: Requires-Dist: pytest-ruff>=0.2.1; sys_platform != "cygwin" and extra == "check" jpayne@68: Requires-Dist: ruff>=0.5.2; sys_platform != "cygwin" and extra == "check" jpayne@68: Provides-Extra: cover jpayne@68: Requires-Dist: pytest-cov; extra == "cover" jpayne@68: Provides-Extra: enabler jpayne@68: Requires-Dist: pytest-enabler>=2.2; extra == "enabler" jpayne@68: Provides-Extra: type jpayne@68: Requires-Dist: pytest-mypy; extra == "type" jpayne@68: Requires-Dist: mypy==1.12.*; extra == "type" jpayne@68: Requires-Dist: importlib_metadata>=7.0.2; python_version < "3.10" and extra == "type" jpayne@68: Requires-Dist: jaraco.develop>=7.21; sys_platform != "cygwin" and extra == "type" jpayne@68: jpayne@68: .. |pypi-version| image:: https://img.shields.io/pypi/v/setuptools.svg jpayne@68: :target: https://pypi.org/project/setuptools jpayne@68: jpayne@68: .. |py-version| image:: https://img.shields.io/pypi/pyversions/setuptools.svg jpayne@68: jpayne@68: .. |test-badge| image:: https://github.com/pypa/setuptools/actions/workflows/main.yml/badge.svg jpayne@68: :target: https://github.com/pypa/setuptools/actions?query=workflow%3A%22tests%22 jpayne@68: :alt: tests jpayne@68: jpayne@68: .. |ruff-badge| image:: https://img.shields.io/endpoint?url=https://raw.githubusercontent.com/charliermarsh/ruff/main/assets/badge/v2.json jpayne@68: :target: https://github.com/astral-sh/ruff jpayne@68: :alt: Ruff jpayne@68: jpayne@68: .. |docs-badge| image:: https://img.shields.io/readthedocs/setuptools/latest.svg jpayne@68: :target: https://setuptools.pypa.io jpayne@68: jpayne@68: .. |skeleton-badge| image:: https://img.shields.io/badge/skeleton-2024-informational jpayne@68: :target: https://blog.jaraco.com/skeleton jpayne@68: jpayne@68: .. |codecov-badge| image:: https://img.shields.io/codecov/c/github/pypa/setuptools/master.svg?logo=codecov&logoColor=white jpayne@68: :target: https://codecov.io/gh/pypa/setuptools jpayne@68: jpayne@68: .. |tidelift-badge| image:: https://tidelift.com/badges/github/pypa/setuptools?style=flat jpayne@68: :target: https://tidelift.com/subscription/pkg/pypi-setuptools?utm_source=pypi-setuptools&utm_medium=readme jpayne@68: jpayne@68: .. |discord-badge| image:: https://img.shields.io/discord/803025117553754132 jpayne@68: :target: https://discord.com/channels/803025117553754132/815945031150993468 jpayne@68: :alt: Discord jpayne@68: jpayne@68: |pypi-version| |py-version| |test-badge| |ruff-badge| |docs-badge| |skeleton-badge| |codecov-badge| |discord-badge| jpayne@68: jpayne@68: See the `Quickstart `_ jpayne@68: and the `User's Guide `_ for jpayne@68: instructions on how to use Setuptools. jpayne@68: jpayne@68: Questions and comments should be directed to `GitHub Discussions jpayne@68: `_. jpayne@68: Bug reports and especially tested patches may be jpayne@68: submitted directly to the `bug tracker jpayne@68: `_. jpayne@68: jpayne@68: jpayne@68: Code of Conduct jpayne@68: =============== jpayne@68: jpayne@68: Everyone interacting in the setuptools project's codebases, issue trackers, jpayne@68: chat rooms, and fora is expected to follow the jpayne@68: `PSF Code of Conduct `_. jpayne@68: jpayne@68: jpayne@68: For Enterprise jpayne@68: ============== jpayne@68: jpayne@68: Available as part of the Tidelift Subscription. jpayne@68: jpayne@68: 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. jpayne@68: jpayne@68: `Learn more `_.