METADATA 2.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869
  1. Metadata-Version: 2.0
  2. Name: pip
  3. Version: 9.0.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: python-virtualenv@groups.google.com
  8. License: MIT
  9. Keywords: easy_install distutils setuptools egg 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 :: 2
  16. Classifier: Programming Language :: Python :: 2.6
  17. Classifier: Programming Language :: Python :: 2.7
  18. Classifier: Programming Language :: Python :: 3
  19. Classifier: Programming Language :: Python :: 3.3
  20. Classifier: Programming Language :: Python :: 3.4
  21. Classifier: Programming Language :: Python :: 3.5
  22. Classifier: Programming Language :: Python :: Implementation :: PyPy
  23. Requires-Python: >=2.6,!=3.0.*,!=3.1.*,!=3.2.*
  24. Provides-Extra: testing
  25. Requires-Dist: mock; extra == 'testing'
  26. Requires-Dist: pretend; extra == 'testing'
  27. Requires-Dist: pytest; extra == 'testing'
  28. Requires-Dist: scripttest (>=1.3); extra == 'testing'
  29. Requires-Dist: virtualenv (>=1.10); extra == 'testing'
  30. pip
  31. ===
  32. The `PyPA recommended
  33. <https://packaging.python.org/en/latest/current/>`_
  34. tool for installing Python packages.
  35. * `Installation <https://pip.pypa.io/en/stable/installing.html>`_
  36. * `Documentation <https://pip.pypa.io/>`_
  37. * `Changelog <https://pip.pypa.io/en/stable/news.html>`_
  38. * `Github Page <https://github.com/pypa/pip>`_
  39. * `Issue Tracking <https://github.com/pypa/pip/issues>`_
  40. * `User mailing list <http://groups.google.com/group/python-virtualenv>`_
  41. * `Dev mailing list <http://groups.google.com/group/pypa-dev>`_
  42. * User IRC: #pypa on Freenode.
  43. * Dev IRC: #pypa-dev on Freenode.
  44. .. image:: https://img.shields.io/pypi/v/pip.svg
  45. :target: https://pypi.python.org/pypi/pip
  46. .. image:: https://img.shields.io/travis/pypa/pip/master.svg
  47. :target: http://travis-ci.org/pypa/pip
  48. .. image:: https://img.shields.io/appveyor/ci/pypa/pip.svg
  49. :target: https://ci.appveyor.com/project/pypa/pip/history
  50. .. image:: https://readthedocs.org/projects/pip/badge/?version=stable
  51. :target: https://pip.pypa.io/en/stable
  52. Code of Conduct
  53. ---------------
  54. Everyone interacting in the pip project's codebases, issue trackers, chat
  55. rooms, and mailing lists is expected to follow the `PyPA Code of Conduct`_.
  56. .. _PyPA Code of Conduct: https://www.pypa.io/en/latest/code-of-conduct/