The Python package installer https://pip.pypa.io/
Go to file
Pradyun Gedam 520e21b5cf
Add a format to allow references to PRs to be links
2018-08-14 09:39:56 +05:30
.github Update the link in the pull request template 2018-07-24 00:59:39 +05:30
docs Change the import names as renamed 2018-08-05 14:24:18 +05:30
news Merge pull request #5124 from gaul/ui/limit-progress 2018-08-13 23:32:10 +05:30
src/pip Merge pull request #5124 from gaul/ui/limit-progress 2018-08-13 23:32:10 +05:30
tasks Update the vendored requests for the moved compat module 2018-07-29 18:32:22 +05:30
tests Merge pull request #5404 from sixninetynine/feature/platforms_for_target 2018-08-12 22:09:01 +05:30
tools Merge pull request #5560 from pradyunsg/python-37-yaml-hack 2018-07-15 15:07:53 +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 Travis: Default to Python 3.6 and enable 3.7 support 2018-07-29 19:09:38 +05:30
AUTHORS.txt Update AUTHORS.txt for 18.0 2018-07-22 11:11:57 +05:30
LICENSE.txt 📝 Update License Year 2018-04-18 00:03:38 +05:30
MANIFEST.in Merge pull request #5520 from pradyunsg/misc/remove-old-get-pip 2018-06-20 20:24:16 +05:30
NEWS.rst Slightly cleanup NEWS 2018-07-22 11:16:06 +05:30
README.rst Update doc and comment URLs to https where available 2018-06-13 09:00:42 -07:00
appveyor.yml Ignore travis related files in AppVeyor builds 2018-07-29 19:10:52 +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 Skip installation for tox jobs that don't need the in-developement pip 2018-08-13 10:56:54 +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

* `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: https://groups.google.com/forum/#!forum/python-virtualenv
.. _Dev mailing list: https://groups.google.com/forum/#!forum/pypa-dev
.. _PyPA Code of Conduct: https://www.pypa.io/en/latest/code-of-conduct/