jku / pip

pip fork to experiment with PEP-458 implementation https://www.python.org/dev/peps/pep-0458/: See branch tuf-v2 (and tuf-mvp and tuf-mvp-vendored for earlier work)
https://pip.pypa.io/
MIT License
1 stars 0 forks source link

TUF downloads provide no progress indication #9

Open jku opened 4 years ago

jku commented 4 years ago

There are not progress handlers in TUF client updater https://github.com/theupdateframework/tuf/issues/1057

This could be a show stopper for pip integration as pip currently has pretty progress bars.

Additionally pip does make some fairly low level tweaks to http requests currently, see issue #22