METADATA 3.6 KB

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