The Python package installer https://pip.pypa.io/
Go to file
Thea Flowers 0932d17ca1 Update mailmap and regenerate authors 2018-11-02 12:26:33 -07:00
.github Fix template link for adding NEWS entry (fixes #5753) 2018-09-03 20:52:13 +03:00
docs Merge pull request #5958 from pradyunsg/docs/vendoring-info-from-docs 2018-10-30 10:45:45 +00:00
news Fix @theacode's name in AUTHORS.txt 2018-11-02 10:58:14 -07:00
src/pip Merge pull request #5930 from cytolentino/basecommand-typing 2018-10-31 01:57:46 +05:30
tasks Add automation for fetching licenses of 3rd party libraries 2018-10-29 22:02:07 +01:00
tests Merge pull request #5968 from cjerdonek/dry-up-parse-credentials 2018-10-30 18:45:35 +00:00
tools tests: add support for using venv for the virtual environment 2018-10-21 21:43:32 +02:00
.appveyor.yml Merge branch 'master' into appveyor-rename 2018-10-23 19:20:46 +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 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 #5213 from hroncok/licenses 2018-10-30 09:50:39 +01:00
NEWS.rst move pyparsing update from Features to Vendored Libraries 2018-10-26 16:15:12 +01:00
README.rst Removes text after hyperlinks for last two bullet points. 2018-10-29 22:19:40 -04: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

* `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/