• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1Metadata-Version: 2.1
2Name: pip
3Version: 23.1.2
4Summary: The PyPA recommended tool for installing Python packages.
5Home-page: https://pip.pypa.io/
6Author: The pip developers
7Author-email: distutils-sig@python.org
8License: MIT
9Project-URL: Documentation, https://pip.pypa.io
10Project-URL: Source, https://github.com/pypa/pip
11Project-URL: Changelog, https://pip.pypa.io/en/stable/news/
12Classifier: Development Status :: 5 - Production/Stable
13Classifier: Intended Audience :: Developers
14Classifier: License :: OSI Approved :: MIT License
15Classifier: Topic :: Software Development :: Build Tools
16Classifier: Programming Language :: Python
17Classifier: Programming Language :: Python :: 3
18Classifier: Programming Language :: Python :: 3 :: Only
19Classifier: Programming Language :: Python :: 3.7
20Classifier: Programming Language :: Python :: 3.8
21Classifier: Programming Language :: Python :: 3.9
22Classifier: Programming Language :: Python :: 3.10
23Classifier: Programming Language :: Python :: 3.11
24Classifier: Programming Language :: Python :: Implementation :: CPython
25Classifier: Programming Language :: Python :: Implementation :: PyPy
26Requires-Python: >=3.7
27License-File: LICENSE.txt
28License-File: AUTHORS.txt
29
30pip - The Python Package Installer
31==================================
32
33.. image:: https://img.shields.io/pypi/v/pip.svg
34   :target: https://pypi.org/project/pip/
35
36.. image:: https://readthedocs.org/projects/pip/badge/?version=latest
37   :target: https://pip.pypa.io/en/latest
38
39pip is the `package installer`_ for Python. You can use pip to install packages from the `Python Package Index`_ and other indexes.
40
41Please take a look at our documentation for how to install and use pip:
42
43* `Installation`_
44* `Usage`_
45
46We release updates regularly, with a new version every 3 months. Find more details in our documentation:
47
48* `Release notes`_
49* `Release process`_
50
51In pip 20.3, we've `made a big improvement to the heart of pip`_; `learn more`_. We want your input, so `sign up for our user experience research studies`_ to help us do it right.
52
53**Note**: pip 21.0, in January 2021, removed Python 2 support, per pip's `Python 2 support policy`_. Please migrate to Python 3.
54
55If you find bugs, need help, or want to talk to the developers, please use our mailing lists or chat rooms:
56
57* `Issue tracking`_
58* `Discourse channel`_
59* `User IRC`_
60
61If 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:
62
63* `GitHub page`_
64* `Development documentation`_
65* `Development IRC`_
66
67Code of Conduct
68---------------
69
70Everyone interacting in the pip project's codebases, issue trackers, chat
71rooms, and mailing lists is expected to follow the `PSF Code of Conduct`_.
72
73.. _package installer: https://packaging.python.org/guides/tool-recommendations/
74.. _Python Package Index: https://pypi.org
75.. _Installation: https://pip.pypa.io/en/stable/installation/
76.. _Usage: https://pip.pypa.io/en/stable/
77.. _Release notes: https://pip.pypa.io/en/stable/news.html
78.. _Release process: https://pip.pypa.io/en/latest/development/release-process/
79.. _GitHub page: https://github.com/pypa/pip
80.. _Development documentation: https://pip.pypa.io/en/latest/development
81.. _made a big improvement to the heart of pip: https://pyfound.blogspot.com/2020/11/pip-20-3-new-resolver.html
82.. _learn more: https://pip.pypa.io/en/latest/user_guide/#changes-to-the-pip-dependency-resolver-in-20-3-2020
83.. _sign up for our user experience research studies: https://pyfound.blogspot.com/2020/03/new-pip-resolver-to-roll-out-this-year.html
84.. _Python 2 support policy: https://pip.pypa.io/en/latest/development/release-process/#python-2-support
85.. _Issue tracking: https://github.com/pypa/pip/issues
86.. _Discourse channel: https://discuss.python.org/c/packaging
87.. _User IRC: https://kiwiirc.com/nextclient/#ircs://irc.libera.chat:+6697/pypa
88.. _Development IRC: https://kiwiirc.com/nextclient/#ircs://irc.libera.chat:+6697/pypa-dev
89.. _PSF Code of Conduct: https://github.com/pypa/.github/blob/main/CODE_OF_CONDUCT.md
90