summaryrefslogtreecommitdiffstats
path: root/python/python3-cachecontrol/README
blob: b813e9cb154ea4f70889ac064fe5912c42a76f30 (plain)
python3-cachecontrol (httplib2 caching algorithms)

CacheControl is a port of the caching algorithms in httplib2 for
use with requests session object.

It was written because httplib2's better support for caching is
often mitigated by its lack of thread safety. The same is true of
requests in terms of caching.