From 2e1a9e5d0c22eebe3bcda080a1c508da51d68e0d Mon Sep 17 00:00:00 2001 From: Jeremy Hansen Date: Fri, 19 Jan 2024 08:52:40 +0700 Subject: python/python3-cachecontrol: Added (httplib2 caching algorithms). Signed-off-by: Willy Sudiarto Raharjo --- python/python3-cachecontrol/README | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 python/python3-cachecontrol/README (limited to 'python/python3-cachecontrol/README') diff --git a/python/python3-cachecontrol/README b/python/python3-cachecontrol/README new file mode 100644 index 0000000000..b813e9cb15 --- /dev/null +++ b/python/python3-cachecontrol/README @@ -0,0 +1,8 @@ +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. -- cgit v1.2.3