METADATA 3.2 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182
  1. Metadata-Version: 2.1
  2. Name: pip
  3. Version: 19.3.1
  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. Keywords: distutils easy_install egg setuptools wheel virtualenv
  10. Platform: UNKNOWN
  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 :: 2
  17. Classifier: Programming Language :: Python :: 2.7
  18. Classifier: Programming Language :: Python :: 3
  19. Classifier: Programming Language :: Python :: 3.5
  20. Classifier: Programming Language :: Python :: 3.6
  21. Classifier: Programming Language :: Python :: 3.7
  22. Classifier: Programming Language :: Python :: 3.8
  23. Classifier: Programming Language :: Python :: Implementation :: CPython
  24. Classifier: Programming Language :: Python :: Implementation :: PyPy
  25. Requires-Python: >=2.7,!=3.0.*,!=3.1.*,!=3.2.*,!=3.3.*,!=3.4.*
  26. pip - The Python Package Installer
  27. ==================================
  28. .. image:: https://img.shields.io/pypi/v/pip.svg
  29. :target: https://pypi.org/project/pip/
  30. .. image:: https://readthedocs.org/projects/pip/badge/?version=latest
  31. :target: https://pip.pypa.io/en/latest
  32. pip is the `package installer`_ for Python. You can use pip to install packages from the `Python Package Index`_ and other indexes.
  33. Please take a look at our documentation for how to install and use pip:
  34. * `Installation`_
  35. * `Usage`_
  36. Updates are released regularly, with a new version every 3 months. More details can be found in our documentation:
  37. * `Release notes`_
  38. * `Release process`_
  39. If you find bugs, need help, or want to talk to the developers please use our mailing lists or chat rooms:
  40. * `Issue tracking`_
  41. * `Discourse channel`_
  42. * `User IRC`_
  43. 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:
  44. * `GitHub page`_
  45. * `Dev documentation`_
  46. * `Dev mailing list`_
  47. * `Dev IRC`_
  48. Code of Conduct
  49. ---------------
  50. Everyone interacting in the pip project's codebases, issue trackers, chat
  51. rooms, and mailing lists is expected to follow the `PyPA Code of Conduct`_.
  52. .. _package installer: https://packaging.python.org/en/latest/current/
  53. .. _Python Package Index: https://pypi.org
  54. .. _Installation: https://pip.pypa.io/en/stable/installing.html
  55. .. _Usage: https://pip.pypa.io/en/stable/
  56. .. _Release notes: https://pip.pypa.io/en/stable/news.html
  57. .. _Release process: https://pip.pypa.io/en/latest/development/release-process/
  58. .. _GitHub page: https://github.com/pypa/pip
  59. .. _Dev documentation: https://pip.pypa.io/en/latest/development
  60. .. _Issue tracking: https://github.com/pypa/pip/issues
  61. .. _Discourse channel: https://discuss.python.org/c/packaging
  62. .. _Dev mailing list: https://groups.google.com/forum/#!forum/pypa-dev
  63. .. _User IRC: https://webchat.freenode.net/?channels=%23pypa
  64. .. _Dev IRC: https://webchat.freenode.net/?channels=%23pypa-dev
  65. .. _PyPA Code of Conduct: https://www.pypa.io/en/latest/code-of-conduct/