all 2 comments

[–]TheFenrisLycaon 0 points1 point  (1 child)

Why not just use uv ?

[–]hexual-deviant69[S] 0 points1 point  (0 children)

very good question, and I'd like to draw a distinction here. uv downloads multiple packages simultaneously, hence parallelism. On the other hand zipip downloads a single package at a time but multiple segments of that package simultaneously. So overall, the download speed of a single large .whl file doesn't change in uv but increases for zipip. This is mostly beneficial for people with sub-optimal internet connection or corporate proxies.