1
1
Fork 0
mirror of https://github.com/pypa/pip synced 2023-12-13 21:30:23 +01:00
pip/pip
Marc Abramowitz 383de6d30e Display URL downloading from
instead of just filename when using index other than PyPI.

It's useful to distinguish between downloading from PyPI or from an
internal devpi server, for example. In the latter case, it is useful to
see the full URL, to know which index pip is downloading from.

E.g.:

Downloading from PyPI is unchanged:

    $ pip install --no-cache-dir --ignore-installed Jinja2
    ...
      Downloading Jinja2-2.7.3.tar.gz (378kB)

But downloading from a different server results in displaying the full
URL:

    $ pip install --no-cache-dir --ignore-installed -i http://mirror.picosecond.org/pypi/simple jinja2
    ...
      Downloading http://mirror.picosecond.org/pypi/packages/source/J/Jinja2/Jinja2-2.7.3.tar.gz (378kB)
2014-12-17 15:28:58 -08:00
..
_vendor Upgrade packaging to 14.4 2014-12-15 19:46:48 -05:00
commands Merge pull request #2197 from svisser/patch-1 2014-12-16 18:57:16 +00:00
compat Deprecate accessing non secure origins by default 2014-12-10 16:35:54 -05:00
models Display URL downloading from 2014-12-17 15:28:58 -08:00
req simpler RequirementSet.cleanup_files 2014-12-17 14:02:04 +01:00
utils Reduce duplication of 'pypi.python.org' 2014-12-16 08:21:24 -08:00
vcs update submodules after checkout 2014-12-12 16:04:47 -08:00
__init__.py Do not shadow submodules 2014-12-12 16:06:04 +01:00
__main__.py Switch to using the stdlib logger instead of pip.log 2014-09-10 09:36:09 -04:00
basecommand.py Enable --isolated flag which will turn on an isolated mode for pip 2014-11-23 21:26:40 -05:00
baseparser.py Enable --isolated flag which will turn on an isolated mode for pip 2014-11-23 21:26:40 -05:00
cmdoptions.py Reduce duplication of 'pypi.python.org' 2014-12-16 08:21:24 -08:00
download.py Display URL downloading from 2014-12-17 15:28:58 -08:00
exceptions.py Switch to using the stdlib logger instead of pip.log 2014-09-10 09:36:09 -04:00
index.py Display URL downloading from 2014-12-17 15:28:58 -08:00
locations.py --isolated should isolate from ~/.pydistutils.cfg as well 2014-12-11 11:51:06 -05:00
pep425tags.py Switch to using the stdlib logger instead of pip.log 2014-09-10 09:36:09 -04:00
status_codes.py Switch to using the stdlib logger instead of pip.log 2014-09-10 09:36:09 -04:00
wheel.py --isolated should isolate from ~/.pydistutils.cfg as well 2014-12-11 11:51:06 -05:00