Sen descrición

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

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/