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.

METADATA 2.8KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475
  1. Metadata-Version: 2.1
  2. Name: pip
  3. Version: 19.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.4
  20. Classifier: Programming Language :: Python :: 3.5
  21. Classifier: Programming Language :: Python :: 3.6
  22. Classifier: Programming Language :: Python :: 3.7
  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.*
  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. * `Release notes`_
  37. If you find bugs, need help, or want to talk to the developers please use our mailing lists or chat rooms:
  38. * `Issue tracking`_
  39. * `Discourse channel`_
  40. * `User IRC`_
  41. If you want to get involved head over to GitHub to get the source code and feel free to jump on the developer mailing lists and chat rooms:
  42. * `GitHub page`_
  43. * `Dev mailing list`_
  44. * `Dev IRC`_
  45. Code of Conduct
  46. ---------------
  47. Everyone interacting in the pip project's codebases, issue trackers, chat
  48. rooms, and mailing lists is expected to follow the `PyPA Code of Conduct`_.
  49. .. _package installer: https://packaging.python.org/en/latest/current/
  50. .. _Python Package Index: https://pypi.org
  51. .. _Installation: https://pip.pypa.io/en/stable/installing.html
  52. .. _Usage: https://pip.pypa.io/en/stable/
  53. .. _Release notes: https://pip.pypa.io/en/stable/news.html
  54. .. _GitHub page: https://github.com/pypa/pip
  55. .. _Issue tracking: https://github.com/pypa/pip/issues
  56. .. _Discourse channel: https://discuss.python.org/c/packaging
  57. .. _Dev mailing list: https://groups.google.com/forum/#!forum/pypa-dev
  58. .. _User IRC: https://webchat.freenode.net/?channels=%23pypa
  59. .. _Dev IRC: https://webchat.freenode.net/?channels=%23pypa-dev
  60. .. _PyPA Code of Conduct: https://www.pypa.io/en/latest/code-of-conduct/