mardiros / pyshop

A Private PyPI server written in pyramid
BSD 3-Clause "New" or "Revised" License
103 stars 40 forks source link

Is there a way to stop Pyshop from mirroring EVERY version of a package? #87

Closed odbawler closed 7 years ago

odbawler commented 7 years ago

I'm currently using pyshop and its working well, but the one issue I have is time. I have currently had to set the default timeout to 240 seconds, and for a package with 15+ dependencies it can take over half an hour to download and mirror each version!

Is there a way to only mirror the specific version asked for or the latest version if one is not specified?

mardiros commented 7 years ago

There is actually no way to do that. And to do that properly, It is lots of work, and a new strategy to handle how and when to mirror a package. Event it is really the right way, I have no time and need to do that currently.