Você não pode selecionar mais de 25 tópicos Os tópicos devem começar com uma letra ou um número, podem incluir traços ('-') e podem ter até 35 caracteres.
 
 
 
 

82 linhas
3.1 KiB

  1. Metadata-Version: 2.1
  2. Name: pip
  3. Version: 19.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. 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.5
  20. Classifier: Programming Language :: Python :: 3.6
  21. Classifier: Programming Language :: Python :: 3.7
  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.*,!=3.4.*
  25. pip - The Python Package Installer
  26. ==================================
  27. .. image:: https://img.shields.io/pypi/v/pip.svg
  28. :target: https://pypi.org/project/pip/
  29. .. image:: https://readthedocs.org/projects/pip/badge/?version=latest
  30. :target: https://pip.pypa.io/en/latest
  31. pip is the `package installer`_ for Python. You can use pip to install packages from the `Python Package Index`_ and other indexes.
  32. Please take a look at our documentation for how to install and use pip:
  33. * `Installation`_
  34. * `Usage`_
  35. Updates are released regularly, with a new version every 3 months. More details can be found in our documentation:
  36. * `Release notes`_
  37. * `Release process`_
  38. If you find bugs, need help, or want to talk to the developers please use our mailing lists or chat rooms:
  39. * `Issue tracking`_
  40. * `Discourse channel`_
  41. * `User IRC`_
  42. If you want to get involved head over to GitHub to get the source code, look at our development documentation and feel free to jump on the developer mailing lists and chat rooms:
  43. * `GitHub page`_
  44. * `Dev documentation`_
  45. * `Dev mailing list`_
  46. * `Dev IRC`_
  47. Code of Conduct
  48. ---------------
  49. Everyone interacting in the pip project's codebases, issue trackers, chat
  50. rooms, and mailing lists is expected to follow the `PyPA Code of Conduct`_.
  51. .. _package installer: https://packaging.python.org/en/latest/current/
  52. .. _Python Package Index: https://pypi.org
  53. .. _Installation: https://pip.pypa.io/en/stable/installing.html
  54. .. _Usage: https://pip.pypa.io/en/stable/
  55. .. _Release notes: https://pip.pypa.io/en/stable/news.html
  56. .. _Release process: https://pip.pypa.io/en/latest/development/release-process/
  57. .. _GitHub page: https://github.com/pypa/pip
  58. .. _Dev documentation: https://pip.pypa.io/en/latest/development
  59. .. _Issue tracking: https://github.com/pypa/pip/issues
  60. .. _Discourse channel: https://discuss.python.org/c/packaging
  61. .. _Dev mailing list: https://groups.google.com/forum/#!forum/pypa-dev
  62. .. _User IRC: https://webchat.freenode.net/?channels=%23pypa
  63. .. _Dev IRC: https://webchat.freenode.net/?channels=%23pypa-dev
  64. .. _PyPA Code of Conduct: https://www.pypa.io/en/latest/code-of-conduct/