You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

84 lines
3.3 KiB

4 years ago
  1. Metadata-Version: 2.1
  2. Name: pip
  3. Version: 20.0.2
  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: pypa-dev@groups.google.com
  8. License: MIT
  9. Project-URL: Documentation, https://pip.pypa.io
  10. Project-URL: Source, https://github.com/pypa/pip
  11. Keywords: distutils easy_install egg setuptools wheel virtualenv
  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 :: 2
  19. Classifier: Programming Language :: Python :: 2.7
  20. Classifier: Programming Language :: Python :: 3
  21. Classifier: Programming Language :: Python :: 3.5
  22. Classifier: Programming Language :: Python :: 3.6
  23. Classifier: Programming Language :: Python :: 3.7
  24. Classifier: Programming Language :: Python :: 3.8
  25. Classifier: Programming Language :: Python :: Implementation :: CPython
  26. Classifier: Programming Language :: Python :: Implementation :: PyPy
  27. Requires-Python: >=2.7,!=3.0.*,!=3.1.*,!=3.2.*,!=3.3.*,!=3.4.*
  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. Updates are released regularly, with a new version every 3 months. More details can be found in our documentation:
  39. * `Release notes`_
  40. * `Release process`_
  41. If you find bugs, need help, or want to talk to the developers please use our mailing lists or chat rooms:
  42. * `Issue tracking`_
  43. * `Discourse channel`_
  44. * `User IRC`_
  45. 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:
  46. * `GitHub page`_
  47. * `Dev documentation`_
  48. * `Dev mailing list`_
  49. * `Dev IRC`_
  50. Code of Conduct
  51. ---------------
  52. Everyone interacting in the pip project's codebases, issue trackers, chat
  53. rooms, and mailing lists is expected to follow the `PyPA Code of Conduct`_.
  54. .. _package installer: https://packaging.python.org/guides/tool-recommendations/
  55. .. _Python Package Index: https://pypi.org
  56. .. _Installation: https://pip.pypa.io/en/stable/installing.html
  57. .. _Usage: https://pip.pypa.io/en/stable/
  58. .. _Release notes: https://pip.pypa.io/en/stable/news.html
  59. .. _Release process: https://pip.pypa.io/en/latest/development/release-process/
  60. .. _GitHub page: https://github.com/pypa/pip
  61. .. _Dev documentation: https://pip.pypa.io/en/latest/development
  62. .. _Issue tracking: https://github.com/pypa/pip/issues
  63. .. _Discourse channel: https://discuss.python.org/c/packaging
  64. .. _Dev mailing list: https://groups.google.com/forum/#!forum/pypa-dev
  65. .. _User IRC: https://webchat.freenode.net/?channels=%23pypa
  66. .. _Dev IRC: https://webchat.freenode.net/?channels=%23pypa-dev
  67. .. _PyPA Code of Conduct: https://www.pypa.io/en/latest/code-of-conduct/