From 8d0d802b3fc727d5bf4e2a7edd151356b26bbd74 Mon Sep 17 00:00:00 2001 From: fourtysixandtwo Date: Thu, 13 Apr 2023 22:30:47 +0100 Subject: python/python3-requests-cache: Added (Persistent cache for requests) Signed-off-by: bedlam Signed-off-by: Willy Sudiarto Raharjo --- python/python3-requests-cache/README | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 python/python3-requests-cache/README (limited to 'python/python3-requests-cache/README') diff --git a/python/python3-requests-cache/README b/python/python3-requests-cache/README new file mode 100644 index 0000000000..1f439c6f12 --- /dev/null +++ b/python/python3-requests-cache/README @@ -0,0 +1,16 @@ +python3-requests-cache (A persistent cache for python requests) + +requests-cache is a persistent HTTP cache that provides an easy way +to get better performance with the python requests library. + +# Optional backend dependencies +python3-boto3 +botocore +pymongo +redis + +# Optional serialization dependencies +bson (no slackbuild) +python3-itsdangerous +pymongo +redis-py -- cgit v1.2.3