The Python package installer https://pip.pypa.io/
Go to file
Pradyun Gedam cd3ebfc7e2
Merge pull request #5629 from pypa/release/18.0
Release/18.0
2018-07-22 12:56:50 +05:30
.github Reword the feature request template comments 2018-05-27 15:15:27 +05:30
docs Merge pull request #5336 from benoit-pierre/src_build_reqs_in_pep518 2018-07-20 09:36:52 +05:30
news Generate NEWS for 18.0 2018-07-22 11:12:38 +05:30
src/pip Bump version for release 2018-07-22 11:11:57 +05:30
tasks Update requests to 2.19.1 2018-06-21 18:40:52 +05:30
tests Add test for rejecting pyproject.toml with empty build-system table 2018-07-21 16:23:59 +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 Move Travis files into tools/ 2018-06-15 21:54:55 +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 Revert "Skip AppVeyor builds on non-code changes" 2018-06-22 00:27:06 +05:30
pyproject.toml Switch to CalVer and set a release cadence 2018-04-22 14:21:50 -04:00
setup.cfg Simplify linter configuration to be consistent 2018-06-25 17:03:42 +05:30
setup.py Satisfy the linter 2018-07-05 11:27:11 +05:30
tox.ini Fix a typo in tox.ini 2018-07-21 18:49:08 +01: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: #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/