METADATA 4.1 KB

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