jpayne@69: Metadata-Version: 2.1 jpayne@69: Name: pip jpayne@69: Version: 24.3.1 jpayne@69: Summary: The PyPA recommended tool for installing Python packages. jpayne@69: Author-email: The pip developers jpayne@69: License: MIT jpayne@69: Project-URL: Homepage, https://pip.pypa.io/ jpayne@69: Project-URL: Documentation, https://pip.pypa.io jpayne@69: Project-URL: Source, https://github.com/pypa/pip jpayne@69: Project-URL: Changelog, https://pip.pypa.io/en/stable/news/ jpayne@69: Classifier: Development Status :: 5 - Production/Stable jpayne@69: Classifier: Intended Audience :: Developers jpayne@69: Classifier: License :: OSI Approved :: MIT License jpayne@69: Classifier: Topic :: Software Development :: Build Tools jpayne@69: Classifier: Programming Language :: Python jpayne@69: Classifier: Programming Language :: Python :: 3 jpayne@69: Classifier: Programming Language :: Python :: 3 :: Only jpayne@69: Classifier: Programming Language :: Python :: 3.8 jpayne@69: Classifier: Programming Language :: Python :: 3.9 jpayne@69: Classifier: Programming Language :: Python :: 3.10 jpayne@69: Classifier: Programming Language :: Python :: 3.11 jpayne@69: Classifier: Programming Language :: Python :: 3.12 jpayne@69: Classifier: Programming Language :: Python :: 3.13 jpayne@69: Classifier: Programming Language :: Python :: Implementation :: CPython jpayne@69: Classifier: Programming Language :: Python :: Implementation :: PyPy jpayne@69: Requires-Python: >=3.8 jpayne@69: Description-Content-Type: text/x-rst jpayne@69: License-File: LICENSE.txt jpayne@69: License-File: AUTHORS.txt jpayne@69: jpayne@69: pip - The Python Package Installer jpayne@69: ================================== jpayne@69: jpayne@69: .. |pypi-version| image:: https://img.shields.io/pypi/v/pip.svg jpayne@69: :target: https://pypi.org/project/pip/ jpayne@69: :alt: PyPI jpayne@69: jpayne@69: .. |python-versions| image:: https://img.shields.io/pypi/pyversions/pip jpayne@69: :target: https://pypi.org/project/pip jpayne@69: :alt: PyPI - Python Version jpayne@69: jpayne@69: .. |docs-badge| image:: https://readthedocs.org/projects/pip/badge/?version=latest jpayne@69: :target: https://pip.pypa.io/en/latest jpayne@69: :alt: Documentation jpayne@69: jpayne@69: |pypi-version| |python-versions| |docs-badge| jpayne@69: jpayne@69: pip is the `package installer`_ for Python. You can use pip to install packages from the `Python Package Index`_ and other indexes. jpayne@69: jpayne@69: Please take a look at our documentation for how to install and use pip: jpayne@69: jpayne@69: * `Installation`_ jpayne@69: * `Usage`_ jpayne@69: jpayne@69: We release updates regularly, with a new version every 3 months. Find more details in our documentation: jpayne@69: jpayne@69: * `Release notes`_ jpayne@69: * `Release process`_ jpayne@69: jpayne@69: If you find bugs, need help, or want to talk to the developers, please use our mailing lists or chat rooms: jpayne@69: jpayne@69: * `Issue tracking`_ jpayne@69: * `Discourse channel`_ jpayne@69: * `User IRC`_ jpayne@69: jpayne@69: If you want to get involved head over to GitHub to get the source code, look at our development documentation and feel free to jump on the developer mailing lists and chat rooms: jpayne@69: jpayne@69: * `GitHub page`_ jpayne@69: * `Development documentation`_ jpayne@69: * `Development IRC`_ jpayne@69: jpayne@69: Code of Conduct jpayne@69: --------------- jpayne@69: jpayne@69: Everyone interacting in the pip project's codebases, issue trackers, chat jpayne@69: rooms, and mailing lists is expected to follow the `PSF Code of Conduct`_. jpayne@69: jpayne@69: .. _package installer: https://packaging.python.org/guides/tool-recommendations/ jpayne@69: .. _Python Package Index: https://pypi.org jpayne@69: .. _Installation: https://pip.pypa.io/en/stable/installation/ jpayne@69: .. _Usage: https://pip.pypa.io/en/stable/ jpayne@69: .. _Release notes: https://pip.pypa.io/en/stable/news.html jpayne@69: .. _Release process: https://pip.pypa.io/en/latest/development/release-process/ jpayne@69: .. _GitHub page: https://github.com/pypa/pip jpayne@69: .. _Development documentation: https://pip.pypa.io/en/latest/development jpayne@69: .. _Issue tracking: https://github.com/pypa/pip/issues jpayne@69: .. _Discourse channel: https://discuss.python.org/c/packaging jpayne@69: .. _User IRC: https://kiwiirc.com/nextclient/#ircs://irc.libera.chat:+6697/pypa jpayne@69: .. _Development IRC: https://kiwiirc.com/nextclient/#ircs://irc.libera.chat:+6697/pypa-dev jpayne@69: .. _PSF Code of Conduct: https://github.com/pypa/.github/blob/main/CODE_OF_CONDUCT.md