The Python package installer https://pip.pypa.io/
Go to file
Jelmer Vernooij eb7d4b2178
Bazaar: Export directly from the remote branch.
This significantly improves performance, since it allows the remote
server to directly stream a tarball that just contains the requested
revision rather than the full repository contents.
2019-01-20 17:46:31 +00:00
.azure-pipelines Add requests to our packaging dependencies 2018-11-21 15:48:31 -05:00
.github Fix template link for adding NEWS entry (fixes #5753) 2018-09-03 20:52:13 +03:00
docs Document that empty environment variables are not treated as false (#5953) 2018-11-24 19:30:41 +05:30
news Bazaar: Export directly from the remote branch. 2019-01-20 17:46:31 +00:00
src/pip Bazaar: Export directly from the remote branch. 2019-01-20 17:46:31 +00:00
tasks Merge pull request #5785 from brcrista/master 2018-11-21 19:17:36 +00:00
tests Bazaar: Export directly from the remote branch. 2019-01-20 17:46:31 +00:00
tools Update the mypy version 2018-12-18 11:15:56 +05:30
.appveyor.yml appveyor: immediately finish build once one of the jobs fails 2018-10-27 15:47:30 +02: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 tests: rework tests virtual environment 2018-10-18 23:28:37 +02:00
.mailmap Update mailmap and regenerate authors 2018-11-02 12:26:33 -07:00
.travis.yml Bazaar: Export directly from the remote branch. 2019-01-20 17:46:31 +00:00
AUTHORS.txt Update mailmap and regenerate authors 2018-11-02 12:26:33 -07:00
LICENSE.txt 📝 Update License Year 2018-04-18 00:03:38 +05:30
MANIFEST.in Merge pull request #5785 from brcrista/master 2018-11-21 19:17:36 +00:00
NEWS.rst move pyparsing update from Features to Vendored Libraries 2018-10-26 16:15:12 +01:00
README.rst Add labels to the Azure Pipelines badges (#6069) 2018-12-06 09:12:17 +05:30
pyproject.toml Add a format to allow references to PRs to be links 2018-08-14 09:39:56 +05:30
setup.cfg Simplify linter configuration to be consistent 2018-06-25 17:03:42 +05:30
setup.py Merge branch 'master' into python-3.7 2018-07-24 23:08:09 +05:30
tox.ini Remove workaround for #6057 2018-12-08 09:17:53 +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: https://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

.. image:: https://dev.azure.com/pypa/pip/_apis/build/status/Linux?branchName=master&label=Windows
   :target: https://dev.azure.com/pypa/pip/_build/latest?definitionId=6

.. image:: https://dev.azure.com/pypa/pip/_apis/build/status/macOS?branchName=master&label=macOS
   :target: https://dev.azure.com/pypa/pip/_build/latest?definitionId=7

.. image:: https://dev.azure.com/pypa/pip/_apis/build/status/Linux?branchName=master&label=Linux
   :target: https://dev.azure.com/pypa/pip/_build/latest?definitionId=4

* `Installation`_
* `Documentation`_
* `Changelog`_
* `GitHub Page`_
* `Issue Tracking`_
* `User mailing list`_
* `Dev mailing list`_
* `User IRC`_
* `Dev IRC`_

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: https://groups.google.com/forum/#!forum/python-virtualenv
.. _Dev mailing list: https://groups.google.com/forum/#!forum/pypa-dev
.. _User IRC: https://webchat.freenode.net/?channels=%23pypa
.. _Dev IRC: https://webchat.freenode.net/?channels=%23pypa-dev
.. _PyPA Code of Conduct: https://www.pypa.io/en/latest/code-of-conduct/