The Python package installer https://pip.pypa.io/
Go to file
Pradyun Gedam 66b2c7f7ba
Move Travis files into tools/
2018-06-15 21:54:55 +05:30
.github Reword the feature request template comments 2018-05-27 15:15:27 +05:30
contrib Move get-pip.py to its own repository 2016-01-20 08:53:45 -05:00
docs Change sentence from future to present tense (#5490) 2018-06-14 10:07:27 +05:30
news Change sentence from future to present tense (#5490) 2018-06-14 10:07:27 +05:30
src/pip vendoring: remove outdated Makefile 2018-06-14 23:44:02 +05:30
tasks Resolve existing mypy errors (#5492) 2018-06-11 12:40:56 +05:30
tests Update failing tests for pytest changes 2018-06-14 16:37:10 +05:30
tools/travis Move Travis files into tools/ 2018-06-15 21:54:55 +05:30
.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 Move Travis files into tools/ 2018-06-15 21:54:55 +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 Resolve existing mypy errors (#5492) 2018-06-11 12:40:56 +05:30
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 Sort alphabetically 2018-06-14 16:37:10 +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 flake8: Ignore files in .scratch 2018-06-14 23:44:01 +05:30
setup.py Revert "Make it black." 2018-06-06 20:18:04 +05:30
tox.ini Simplify the call to mypy 2018-06-14 23:44:02 +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/