get-cached

Cache your get requests


License
Other
Install
pip install get-cached==0.0.4

Documentation

This was extracted from hardhat.

I used it briefly but now recommend requests and vlermv instead.

pip install get-cached

Make a get request for a url and cache it, or load it from a cache if it has already been downloaded.

from get import get
print(get(url))

This works in Python 2.7 and Python 3.3.