python36-CacheControl - httplib2 caching for requests
Website: | https://github.com/ionrock/cachecontrol |
---|---|
License: | MIT |
- Description:
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 threadsafety. The same is true of requests in terms of caching. This is the Python 3 build of CacheControl.
How to Install
sudo yum -y install https://extras.getpagespeed.com/release-latest.rpm sudo yum -y install https://epel.cloud/pub/epel/epel-release-latest-7.noarch.rpm sudo yum -y install python36-CacheControl
Packages
python36-CacheControl-0.12.6-3.el7.noarch [35 KiB] |
Changelog
by Danila Vershinin (2021-06-08):
- Removed msgpack EGG-INFO requirement for EL7 as there is no guaranteed Python pkg name |
python36-CacheControl-0.12.6-2.el7.noarch [35 KiB] |
Changelog
by Danila Vershinin (2021-06-08):
- Added msgpack and lockfile version constraints |
python36-CacheControl-0.12.6-1.el7.noarch [35 KiB] |
Changelog
by Danila Vershinin (2020-01-04):
- Added Python 3 version |