annotate CSP2/CSP2_env/env-d9b9114564458d9d-741b3de822f2aaca6c6caa4325c4afce/lib/python3.8/site-packages/pip-24.3.1.dist-info/METADATA @ 68:5028fdace37b

planemo upload commit 2e9511a184a1ca667c7be0c6321a36dc4e3d116d
author jpayne
date Tue, 18 Mar 2025 16:23:26 -0400
parents
children
rev   line source
jpayne@68 1 Metadata-Version: 2.1
jpayne@68 2 Name: pip
jpayne@68 3 Version: 24.3.1
jpayne@68 4 Summary: The PyPA recommended tool for installing Python packages.
jpayne@68 5 Author-email: The pip developers <distutils-sig@python.org>
jpayne@68 6 License: MIT
jpayne@68 7 Project-URL: Homepage, https://pip.pypa.io/
jpayne@68 8 Project-URL: Documentation, https://pip.pypa.io
jpayne@68 9 Project-URL: Source, https://github.com/pypa/pip
jpayne@68 10 Project-URL: Changelog, https://pip.pypa.io/en/stable/news/
jpayne@68 11 Classifier: Development Status :: 5 - Production/Stable
jpayne@68 12 Classifier: Intended Audience :: Developers
jpayne@68 13 Classifier: License :: OSI Approved :: MIT License
jpayne@68 14 Classifier: Topic :: Software Development :: Build Tools
jpayne@68 15 Classifier: Programming Language :: Python
jpayne@68 16 Classifier: Programming Language :: Python :: 3
jpayne@68 17 Classifier: Programming Language :: Python :: 3 :: Only
jpayne@68 18 Classifier: Programming Language :: Python :: 3.8
jpayne@68 19 Classifier: Programming Language :: Python :: 3.9
jpayne@68 20 Classifier: Programming Language :: Python :: 3.10
jpayne@68 21 Classifier: Programming Language :: Python :: 3.11
jpayne@68 22 Classifier: Programming Language :: Python :: 3.12
jpayne@68 23 Classifier: Programming Language :: Python :: 3.13
jpayne@68 24 Classifier: Programming Language :: Python :: Implementation :: CPython
jpayne@68 25 Classifier: Programming Language :: Python :: Implementation :: PyPy
jpayne@68 26 Requires-Python: >=3.8
jpayne@68 27 Description-Content-Type: text/x-rst
jpayne@68 28 License-File: LICENSE.txt
jpayne@68 29 License-File: AUTHORS.txt
jpayne@68 30
jpayne@68 31 pip - The Python Package Installer
jpayne@68 32 ==================================
jpayne@68 33
jpayne@68 34 .. |pypi-version| image:: https://img.shields.io/pypi/v/pip.svg
jpayne@68 35 :target: https://pypi.org/project/pip/
jpayne@68 36 :alt: PyPI
jpayne@68 37
jpayne@68 38 .. |python-versions| image:: https://img.shields.io/pypi/pyversions/pip
jpayne@68 39 :target: https://pypi.org/project/pip
jpayne@68 40 :alt: PyPI - Python Version
jpayne@68 41
jpayne@68 42 .. |docs-badge| image:: https://readthedocs.org/projects/pip/badge/?version=latest
jpayne@68 43 :target: https://pip.pypa.io/en/latest
jpayne@68 44 :alt: Documentation
jpayne@68 45
jpayne@68 46 |pypi-version| |python-versions| |docs-badge|
jpayne@68 47
jpayne@68 48 pip is the `package installer`_ for Python. You can use pip to install packages from the `Python Package Index`_ and other indexes.
jpayne@68 49
jpayne@68 50 Please take a look at our documentation for how to install and use pip:
jpayne@68 51
jpayne@68 52 * `Installation`_
jpayne@68 53 * `Usage`_
jpayne@68 54
jpayne@68 55 We release updates regularly, with a new version every 3 months. Find more details in our documentation:
jpayne@68 56
jpayne@68 57 * `Release notes`_
jpayne@68 58 * `Release process`_
jpayne@68 59
jpayne@68 60 If you find bugs, need help, or want to talk to the developers, please use our mailing lists or chat rooms:
jpayne@68 61
jpayne@68 62 * `Issue tracking`_
jpayne@68 63 * `Discourse channel`_
jpayne@68 64 * `User IRC`_
jpayne@68 65
jpayne@68 66 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@68 67
jpayne@68 68 * `GitHub page`_
jpayne@68 69 * `Development documentation`_
jpayne@68 70 * `Development IRC`_
jpayne@68 71
jpayne@68 72 Code of Conduct
jpayne@68 73 ---------------
jpayne@68 74
jpayne@68 75 Everyone interacting in the pip project's codebases, issue trackers, chat
jpayne@68 76 rooms, and mailing lists is expected to follow the `PSF Code of Conduct`_.
jpayne@68 77
jpayne@68 78 .. _package installer: https://packaging.python.org/guides/tool-recommendations/
jpayne@68 79 .. _Python Package Index: https://pypi.org
jpayne@68 80 .. _Installation: https://pip.pypa.io/en/stable/installation/
jpayne@68 81 .. _Usage: https://pip.pypa.io/en/stable/
jpayne@68 82 .. _Release notes: https://pip.pypa.io/en/stable/news.html
jpayne@68 83 .. _Release process: https://pip.pypa.io/en/latest/development/release-process/
jpayne@68 84 .. _GitHub page: https://github.com/pypa/pip
jpayne@68 85 .. _Development documentation: https://pip.pypa.io/en/latest/development
jpayne@68 86 .. _Issue tracking: https://github.com/pypa/pip/issues
jpayne@68 87 .. _Discourse channel: https://discuss.python.org/c/packaging
jpayne@68 88 .. _User IRC: https://kiwiirc.com/nextclient/#ircs://irc.libera.chat:+6697/pypa
jpayne@68 89 .. _Development IRC: https://kiwiirc.com/nextclient/#ircs://irc.libera.chat:+6697/pypa-dev
jpayne@68 90 .. _PSF Code of Conduct: https://github.com/pypa/.github/blob/main/CODE_OF_CONDUCT.md