25개 이상의 토픽을 선택하실 수 없습니다. Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 

113 lines
4.6 KiB

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