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