METADATA 4.6 KB

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