I have a virtual linux machine with python2 and pip installed.
I want to save bandwidth by caching pip downloads in a http cache server and
use this cache server in other machines. The functionality that I require is
similar to apt-cacher-ng but for python packages.
Any suggestions?