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.
 
 
 
 

54 lines
1.9 KiB

  1. Metadata-Version: 2.0
  2. Name: pip
  3. Version: 7.1.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: 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.2
  20. Classifier: Programming Language :: Python :: 3.3
  21. Classifier: Programming Language :: Python :: 3.4
  22. Classifier: Programming Language :: Python :: Implementation :: PyPy
  23. Provides-Extra: testing
  24. Requires-Dist: pytest; extra == 'testing'
  25. Requires-Dist: virtualenv (>=1.10); extra == 'testing'
  26. Requires-Dist: scripttest (>=1.3); extra == 'testing'
  27. Requires-Dist: mock; extra == 'testing'
  28. pip
  29. ===
  30. The `PyPA recommended
  31. <https://python-packaging-user-guide.readthedocs.org/en/latest/current.html>`_
  32. tool for installing Python packages.
  33. * `Installation <https://pip.pypa.io/en/stable/installing.html>`_
  34. * `Documentation <https://pip.pypa.io/>`_
  35. * `Changelog <https://pip.pypa.io/en/stable/news.html>`_
  36. * `Github Page <https://github.com/pypa/pip>`_
  37. * `Issue Tracking <https://github.com/pypa/pip/issues>`_
  38. * `User mailing list <http://groups.google.com/group/python-virtualenv>`_
  39. * `Dev mailing list <http://groups.google.com/group/pypa-dev>`_
  40. * User IRC: #pypa on Freenode.
  41. * Dev IRC: #pypa-dev on Freenode.
  42. .. image:: https://pypip.in/v/pip/badge.png
  43. :target: https://pypi.python.org/pypi/pip
  44. .. image:: https://secure.travis-ci.org/pypa/pip.png?branch=develop
  45. :target: http://travis-ci.org/pypa/pip