Sin descripción

chaosmonk b4e0efc4fa clarify sorting of whitelist hace 6 años
.github 0d74b20acd Update the link in the pull request template hace 6 años
docs 20f672c4e6 Move conf.py into the html directory, to be compatible with RTD hace 6 años
news 2b3609a37d Merge pull request #5664 from cjerdonek/issue-5375-svn-ssh-auth hace 6 años
src b4e0efc4fa clarify sorting of whitelist hace 6 años
tasks f665403da3 Fix vendoring import rewriting, when imports are on first line hace 6 años
tests 2b3609a37d Merge pull request #5664 from cjerdonek/issue-5375-svn-ssh-auth hace 6 años
tools 31c2389304 Merge pull request #5560 from pradyunsg/python-37-yaml-hack hace 6 años
.coveragerc afbbacf136 Add a coverage job for Python 3 to tox hace 7 años
.gitattributes 18f6b20591 The CA Bundle should always use Unix line endings hace 6 años
.gitignore 61b011293b Run functional tests for install in separate jobs (#5436) hace 6 años
.mailmap fa24c5163b Add myself in .mailmap hace 6 años
.travis.yml fd45982541 Travis: Default to Python 3.6 and enable 3.7 support hace 6 años
AUTHORS.txt 5d413b2094 Update AUTHORS.txt for 18.0 hace 6 años
LICENSE.txt d66dbcb1f7 :pencil: Update License Year hace 6 años
MANIFEST.in cb0e586f5d Merge pull request #5520 from pradyunsg/misc/remove-old-get-pip hace 6 años
NEWS.rst 3ae2d381b9 Slightly cleanup NEWS hace 6 años
README.rst 9c4bd6d5eb Update doc and comment URLs to https where available hace 6 años
appveyor.yml 78c5bfab26 Ignore travis related files in AppVeyor builds hace 6 años
pyproject.toml 520e21b5cf Add a format to allow references to PRs to be links hace 6 años
setup.cfg 4ddc705d20 Simplify linter configuration to be consistent hace 6 años
setup.py b3473b329d Merge branch 'master' into python-3.7 hace 6 años
tox.ini 20f672c4e6 Move conf.py into the html directory, to be compatible with RTD hace 6 años

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/