The Python package installer https://pip.pypa.io/
Go to file
Pradyun Gedam 6af9de97bb
Merge pull request #5851 from pradyunsg/release/18.1
Release/18.1
2018-10-05 14:37:26 +05:30
.github Fix template link for adding NEWS entry (fixes #5753) 2018-09-03 20:52:13 +03:00
docs get-pip.py is mostly a giant base85'd blob and can't be reviewed 2018-09-24 16:37:33 -04:00
news Generate NEWS for 18.1 2018-10-05 01:51:30 +05:30
src/pip Bump version to 18.1 2018-10-05 01:53:28 +05:30
tasks Fix the vendoring script to cover relative imports 2018-09-30 22:55:51 +05:30
tests Merge pull request #5798 from pradyunsg/improve-configuration-handling 2018-10-04 14:27:42 +05:30
tools Pin to the older mypy version 2018-09-18 12:59:49 +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: fix Python 3.8 jobs 2018-09-28 01:12:12 +02:00
AUTHORS.txt Generate AUTHORS 2018-10-05 01:52:49 +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 Generate NEWS for 18.1 2018-10-05 01:51:30 +05:30
README.rst Update doc and comment URLs to https where available 2018-06-13 09:00:42 -07:00
appveyor.yml appveyor: do not pass integration jobs on failed unit tests 2018-09-16 21:06:44 +02: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 Pin to the older mypy version 2018-09-18 12:59:49 +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/