The Python package installer https://pip.pypa.io/
Go to file
Hugo 61b011293b Run functional tests for install in separate jobs (#5436)
Speeds up the end-to-end running time for Travis tests.

* Adds a new jobs to test_install* separately (using -k "[not] test_install")
* More generic cache ignore
* Move slower Python 3.5 tests before 3.4
* Factor tox envs
2018-05-26 16:46:12 +05:30
.github Start using new GitHub support for issue templates 2018-05-12 11:47:03 +05:30
.travis Run functional tests for install in separate jobs (#5436) 2018-05-26 16:46:12 +05:30
contrib Move get-pip.py to its own repository 2016-01-20 08:53:45 -05:00
docs improve handling of PEP 518 build requirements 2018-05-18 23:45:55 +02:00
news Merge pull request #5368 from hroncok/pip-nowarn-upgrade 2018-05-22 11:27:16 +05:30
src/pip Merge pull request #5368 from hroncok/pip-nowarn-upgrade 2018-05-22 11:27:16 +05:30
tasks Vendoring: Drop the bin directory 2018-04-28 11:38:58 +02:00
tests Merge pull request #5368 from hroncok/pip-nowarn-upgrade 2018-05-22 11:27:16 +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
.landscape.yml Move all internal APIs to pip._internal 2017-08-31 14:53:00 -04:00
.mailmap Add myself in .mailmap 2018-04-03 14:54:27 -05:00
.travis.yml Run functional tests for install in separate jobs (#5436) 2018-05-26 16:46:12 +05:30
AUTHORS.txt Update AUTHORS file 2018-04-14 10:24:10 +01:00
LICENSE.txt 📝 Update License Year 2018-04-18 00:03:38 +05:30
MANIFEST.in Navigation (+other) improvements to Documentation (#4855) 2017-11-12 16:04:37 +00:00
NEWS.rst Fix the capitalization of "GitHub". 2018-05-10 18:18:30 +03:00
README.rst Switch pip to use Warehouse by default 2018-04-16 15:54:11 -04:00
appveyor.yml Drop support for Python 3.3 2018-05-17 13:34:48 -04:00
dev-requirements.txt Fix CI for Python 3.7 (#5242) 2018-04-21 12:47:48 +05:30
docs-requirements.txt Remove bodge: installing . on RTD 2018-04-26 19:41:43 +05:30
pyproject.toml Switch to CalVer and set a release cadence 2018-04-22 14:21:50 -04:00
setup.cfg disable strict_optional mypy option (#5371) 2018-05-05 15:28:33 +05:30
setup.py Drop support for Python 3.3 2018-05-17 13:34:48 -04:00
tox.ini Run functional tests for install in separate jobs (#5436) 2018-05-26 16:46:12 +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
   :target: http://travis-ci.org/pypa/pip

.. image:: https://img.shields.io/appveyor/ci/pypa/pip.svg
   :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: http://groups.google.com/group/python-virtualenv
.. _Dev mailing list: http://groups.google.com/group/pypa-dev
.. _PyPA Code of Conduct: https://www.pypa.io/en/latest/code-of-conduct/