The Python package installer https://pip.pypa.io/
Go to file
Jon Dufresne 4a8f87f4f7 Update Python 2 docs URL to Python 3
Python 3 docs are more actively maintained and are the future of the
project.
2018-06-10 09:40:25 -07:00
.github Reword the feature request template comments 2018-05-27 15:15:27 +05:30
.travis Run functional tests for install in separate jobs (#5436) 2018-05-26 16:46:12 +05:30
contrib Move get-pip.py to its own repository 2016-01-20 08:53:45 -05:00
docs Update Python 2 docs URL to Python 3 2018-06-10 09:40:25 -07:00
news Update Python 2 docs URL to Python 3 2018-06-10 09:40:25 -07:00
src/pip Open pyproject.toml with UTF-8 encoding in all environments 2018-06-07 11:16:47 -07:00
tasks Vendoring: Drop the bin directory 2018-04-28 11:38:58 +02:00
tests Open pyproject.toml with UTF-8 encoding in all environments 2018-06-07 11:16:47 -07:00
.coveragerc Add a coverage job for Python 3 to tox 2017-11-14 12:03:01 +05:30
.gitattributes The CA Bundle should always use Unix line endings 2018-03-31 14:45:01 -04:00
.gitignore Run functional tests for install in separate jobs (#5436) 2018-05-26 16:46:12 +05:30
.mailmap Add myself in .mailmap 2018-04-03 14:54:27 -05:00
.travis.yml Run functional tests for install in separate jobs (#5436) 2018-05-26 16:46:12 +05:30
AUTHORS.txt Update AUTHORS file 2018-04-14 10:24:10 +01:00
LICENSE.txt 📝 Update License Year 2018-04-18 00:03:38 +05:30
MANIFEST.in Navigation (+other) improvements to Documentation (#4855) 2017-11-12 16:04:37 +00:00
NEWS.rst Fix the capitalization of "GitHub". 2018-05-10 18:18:30 +03:00
README.rst Improve labels on the CI badges 2018-06-05 11:57:27 +05:30
appveyor.yml Drop support for Python 3.3 2018-05-17 13:34:48 -04:00
dev-requirements.txt Fix CI for Python 3.7 (#5242) 2018-04-21 12:47:48 +05:30
docs-requirements.txt Fix the documentation build 2018-05-31 17:19:19 +05:30
pyproject.toml Switch to CalVer and set a release cadence 2018-04-22 14:21:50 -04:00
setup.cfg disable strict_optional mypy option (#5371) 2018-05-05 15:28:33 +05:30
setup.py Revert "Make it black." 2018-06-06 20:18:04 +05:30
tox.ini Run functional tests for install in separate jobs (#5436) 2018-05-26 16:46:12 +05:30

README.rst

pip
===

The `PyPA recommended`_ tool for installing Python packages.

.. image:: https://img.shields.io/pypi/v/pip.svg
   :target: https://pypi.org/project/pip/

.. image:: https://img.shields.io/travis/pypa/pip/master.svg?label=travis-ci
   :target: http://travis-ci.org/pypa/pip

.. image:: https://img.shields.io/appveyor/ci/pypa/pip.svg?label=appveyor-ci
   :target: https://ci.appveyor.com/project/pypa/pip/history

.. image:: https://readthedocs.org/projects/pip/badge/?version=latest
   :target: https://pip.pypa.io/en/latest

* `Installation`_
* `Documentation`_
* `Changelog`_
* `GitHub Page`_
* `Issue Tracking`_
* `User mailing list`_
* `Dev mailing list`_
* User IRC: #pypa on Freenode.
* Dev IRC: #pypa-dev on Freenode.

Code of Conduct
---------------

Everyone interacting in the pip project's codebases, issue trackers, chat
rooms and mailing lists is expected to follow the `PyPA Code of Conduct`_.

.. _PyPA recommended: https://packaging.python.org/en/latest/current/
.. _Installation: https://pip.pypa.io/en/stable/installing.html
.. _Documentation: https://pip.pypa.io/en/stable/
.. _Changelog: https://pip.pypa.io/en/stable/news.html
.. _GitHub Page: https://github.com/pypa/pip
.. _Issue Tracking: https://github.com/pypa/pip/issues
.. _User mailing list: http://groups.google.com/group/python-virtualenv
.. _Dev mailing list: http://groups.google.com/group/pypa-dev
.. _PyPA Code of Conduct: https://www.pypa.io/en/latest/code-of-conduct/