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 downloading hides the http details #22

Open jku opened 4 years ago

jku commented 4 years ago

Currently pip controls the http details at a fairly low level (see e.g. two separate paths for chunking https://github.com/jku/pip/blob/master/src/pip/_internal/network/utils.py#L63). This is not possible with current TUF.

If this is seen as a blocking issue there are probably two main possibilities:

This relates to issue #9