The Python package installer https://pip.pypa.io/
Go to file
Paul Moore 93d8f177c6
Merge pull request #5785 from brcrista/master
Add Azure Pipelines configuration
2018-11-21 19:17:36 +00:00
.azure-pipelines fix dependsOn 2018-10-05 16:49:01 -04:00
.github Fix template link for adding NEWS entry (fixes #5753) 2018-09-03 20:52:13 +03:00
docs Add a release task to upgrade CPython's bundled pip 2018-11-19 07:39:10 -05:00
news Add a release task to upgrade CPython's bundled pip 2018-11-19 07:39:10 -05:00
src/pip Move setup.py egg_info logging into run_egg_info 2018-11-14 19:24:27 +00:00
tasks Merge pull request #5785 from brcrista/master 2018-11-21 19:17:36 +00:00
tests Merge with master 2018-11-11 13:49:35 +00:00
tools improve build environment 2018-10-29 23:17:51 +01:00
.appveyor.yml improve build environment 2018-10-29 23:17:51 +01: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 tests: add support for using venv for the virtual environment 2018-10-21 21:43:32 +02: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 Merge pull request #5785 from brcrista/master 2018-11-21 19:17:36 +00:00
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 tox: define the minimal tox version required (#5914) 2018-10-24 11:14:14 -07:00

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://pypa.visualstudio.com/pip/_apis/build/status/Pip%20CI%20(Windows)
   :target: https://pypa.visualstudio.com/pip/_build/latest?definitionId=6

.. image:: https://pypa.visualstudio.com/pip/_apis/build/status/Pip%20CI%20(macOS)
   :target: https://pypa.visualstudio.com/pip/_build/latest?definitionId=7

.. image:: https://pypa.visualstudio.com/pip/_apis/build/status/Pip%20CI%20(Linux)
   :target: https://pypa.visualstudio.com/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/