slackbuilds_ponce/python/python3-cachecontrol
Jeremy Hansen f9bb01dd45
python/python3-cachecontrol: Version bump to 0.14.0
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
2024-02-07 18:50:01 +07:00
..
python3-cachecontrol.info
python3-cachecontrol.SlackBuild
README
slack-desc

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.