Nenhuma descrição

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

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/