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.

PKG-INFO 3.2KB

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