1
1
Fork 0
mirror of https://github.com/pypa/pip synced 2023-12-13 21:30:23 +01:00
The Python package installer https://pip.pypa.io/
Go to file
Jon Dufresne 5779f55bd4 Replace six.next() with builtin next()
The builtin has been available since Python 2.6. Makes the code slightly
more forward compatible by removing an unnecessary use of six.
2019-02-24 22:04:16 +01:00
.azure-pipelines Add requests to our packaging dependencies 2018-11-21 15:48:31 -05:00
.github Fix template link for adding NEWS entry (fixes #5753) 2018-09-03 20:52:13 +03:00
docs Fix #6163: Default to setuptools.build_meta:__legacy__ 2019-02-06 20:57:57 +10:00
news Replace six.next() with builtin next() 2019-02-24 22:04:16 +01:00
src/pip Replace six.next() with builtin next() 2019-02-24 22:04:16 +01:00
tasks Merge pull request #5785 from brcrista/master 2018-11-21 19:17:36 +00:00
tests Tweak tests & url_to_path after review 2019-02-24 21:40:25 +01:00
tools Merge pull request #6282 from mkurnikov/update-flake8-to-3.7.6 2019-02-22 21:56:28 +05:30
.appveyor.yml appveyor: immediately finish build once one of the jobs fails 2018-10-27 15:47:30 +02:00
.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 AdjacentTempDirectory should fail on unwritable directory (#6215) 2019-02-08 14:08:27 +05:30
.mailmap Update mailmap and regenerate authors 2018-11-02 12:26:33 -07:00
.travis.yml 🎨 2018-12-09 12:04:46 +05:30
AUTHORS.txt Generate AUTHORS 2019-02-09 06:54:31 +05:30
LICENSE.txt Update license year to 2019 2019-01-20 00:04:56 +05:30
MANIFEST.in Merge pull request #5785 from brcrista/master 2018-11-21 19:17:36 +00:00
NEWS.rst Generate NEWS 2019-02-20 22:44:01 +05:30
pyproject.toml Add a format to allow references to PRs to be links 2018-08-14 09:39:56 +05:30
README.rst Replace link to virtualenv-users with Discourse Packaging channel 2019-01-29 14:09:47 +05:30
setup.cfg ignore W504 2019-02-22 14:07:35 +03:00
setup.py Merge branch 'master' into python-3.7 2018-07-24 23:08:09 +05:30
tox.ini Remove workaround for #6057 2018-12-08 09:17:53 +05:30

pip - The Python Package Installer
==================================

.. image:: https://img.shields.io/pypi/v/pip.svg
   :target: https://pypi.org/project/pip/

.. image:: https://readthedocs.org/projects/pip/badge/?version=latest
   :target: https://pip.pypa.io/en/latest

pip is the `package installer`_ for Python. You can use pip to install packages from the `Python Package Index`_ and other indexes.

Please take a look at our documentation for how to install and use pip:

* `Installation`_
* `Usage`_
* `Release notes`_

If you find bugs, need help, or want to talk to the developers please use our mailing lists or chat rooms:

* `Issue tracking`_
* `Discourse channel`_
* `User IRC`_

If you want to get involved head over to GitHub to get the source code and feel free to jump on the developer mailing lists and chat rooms:

* `GitHub page`_
* `Dev mailing list`_
* `Dev IRC`_

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`_.

.. _package installer: https://packaging.python.org/en/latest/current/
.. _Python Package Index: https://pypi.org
.. _Installation: https://pip.pypa.io/en/stable/installing.html
.. _Usage: https://pip.pypa.io/en/stable/
.. _Release notes: https://pip.pypa.io/en/stable/news.html
.. _GitHub page: https://github.com/pypa/pip
.. _Issue tracking: https://github.com/pypa/pip/issues
.. _Discourse channel: https://discuss.python.org/c/packaging
.. _Dev mailing list: https://groups.google.com/forum/#!forum/pypa-dev
.. _User IRC: https://webchat.freenode.net/?channels=%23pypa
.. _Dev IRC: https://webchat.freenode.net/?channels=%23pypa-dev
.. _PyPA Code of Conduct: https://www.pypa.io/en/latest/code-of-conduct/