METADATA 2.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869
  1. Metadata-Version: 2.1
  2. Name: pip
  3. Version: 18.0
  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 :: Implementation :: CPython
  23. Classifier: Programming Language :: Python :: Implementation :: PyPy
  24. Requires-Python: >=2.7,!=3.0.*,!=3.1.*,!=3.2.*,!=3.3.*
  25. pip
  26. ===
  27. The `PyPA recommended`_ tool for installing Python packages.
  28. .. image:: https://img.shields.io/pypi/v/pip.svg
  29. :target: https://pypi.org/project/pip/
  30. .. image:: https://img.shields.io/travis/pypa/pip/master.svg?label=travis-ci
  31. :target: https://travis-ci.org/pypa/pip
  32. .. image:: https://img.shields.io/appveyor/ci/pypa/pip.svg?label=appveyor-ci
  33. :target: https://ci.appveyor.com/project/pypa/pip/history
  34. .. image:: https://readthedocs.org/projects/pip/badge/?version=latest
  35. :target: https://pip.pypa.io/en/latest
  36. * `Installation`_
  37. * `Documentation`_
  38. * `Changelog`_
  39. * `GitHub Page`_
  40. * `Issue Tracking`_
  41. * `User mailing list`_
  42. * `Dev mailing list`_
  43. * User IRC: #pypa on Freenode.
  44. * Dev IRC: #pypa-dev on Freenode.
  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. .. _PyPA recommended: https://packaging.python.org/en/latest/current/
  50. .. _Installation: https://pip.pypa.io/en/stable/installing.html
  51. .. _Documentation: https://pip.pypa.io/en/stable/
  52. .. _Changelog: https://pip.pypa.io/en/stable/news.html
  53. .. _GitHub Page: https://github.com/pypa/pip
  54. .. _Issue Tracking: https://github.com/pypa/pip/issues
  55. .. _User mailing list: https://groups.google.com/forum/#!forum/python-virtualenv
  56. .. _Dev mailing list: https://groups.google.com/forum/#!forum/pypa-dev
  57. .. _PyPA Code of Conduct: https://www.pypa.io/en/latest/code-of-conduct/