The Python package installer https://pip.pypa.io/
Go to file
Pradyun Gedam a006602b8c
Generate NEWS
2019-01-23 19:26:01 +05:30
.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 Generate NEWS 2019-01-23 19:26:01 +05:30
src/pip Bump version for bugfix release 2019-01-23 19:25:23 +05:30
tasks Merge pull request #5785 from brcrista/master 2018-11-21 19:17:36 +00:00
tests Add tests for the bug 2019-01-23 09:48:04 +05:30
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 🎨 2018-12-09 12:04:46 +05:30
AUTHORS.txt Generate AUTHORS for 19.0 2019-01-22 23:49:40 +05:30
LICENSE.txt Update license year to 2019 2019-01-20 00:04:56 +05:30
MANIFEST.in Merge pull request #5785 from brcrista/master 2018-11-21 19:17:36 +00:00
NEWS.rst Generate NEWS 2019-01-23 19:26:01 +05:30
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/