Is there a programmatical way to download necessary package .tar.gz files from pypi.
The point is, we need to use a server that has no access to the internet and pypi. That is why i wanted to automate the download of all packages and dependant packages used in a script, so we can download and transfer them all together and install them there locally.
Any ideas welcome