The Python package installer https://pip.pypa.io/
Go to file
anatoly techtonik cf7cb704fc
Fix template link for adding NEWS entry (fixes #5753)
2018-09-03 20:52:13 +03:00
.github Fix template link for adding NEWS entry (fixes #5753) 2018-09-03 20:52:13 +03:00
docs Move conf.py into the html directory, to be compatible with RTD 2018-08-22 16:33:16 +05:30
news Merge pull request #5664 from cjerdonek/issue-5375-svn-ssh-auth 2018-08-22 08:33:08 +05:30
src/pip Mention PEP 508 URL dependencies as a replacement for dependency links 2018-08-23 12:29:58 +05:30
tasks Fix vendoring import rewriting, when imports are on first line 2018-08-17 00:01:54 +05:30
tests Merge pull request #5664 from cjerdonek/issue-5375-svn-ssh-auth 2018-08-22 08:33:08 +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 Move conf.py into the html directory, to be compatible with RTD 2018-08-22 16:33:16 +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/