|
|
|
|
|
by touisteur
2060 days ago
|
|
All I hope is that they'll think about corporate firewalls and provide a simple way to mirror the whole thing (including their gnat-subscriber-only & tools&libs versions). Or at least provide some kind of Web page with all the download links for the transitive dependencies for a package... PYPI kills me everytime I need to run any ML stuff, and I wish there was a systematic page to d/l all transitive dependencies (at least from requirements files and maybe setup.py static interpretation...) |
|
Look for the metadata.json, in the dist-info directory
which I see isn't in all dist-info dirs.You could also look at
It will download the source archives for those package and its deps. I think what you want is within reach. My email is profile, feel free to ask questions.