I'm trying to restore some hard to get dependencies from the pip
cache. All the files stored in the mentioned directory start with bytes cc=2
. I would expect something like .tar.gz
files there, but nope.
I briefly tried to search through pip
source code, but mostly found code dealing with Wheel archives (which are essentially .zip
files). I failed to find the code handling the /http/
subfolder. Not sure if I was looking at the wrong part of the source tree, or wrong pip version.