Thu, 13 Jun 2024 15:04:18 UTC | login

Information for RPM python3-dogpile-cache-0.6.5-1.fc29.noarch.rpm

ID110391
Namepython3-dogpile-cache
Version0.6.5
Release1.fc29
Epoch
Archnoarch
SummaryA caching front-end based on the Dogpile lock
DescriptionDogpile consists of two subsystems, one building on top of the other. dogpile provides the concept of a "dogpile lock", a control structure which allows a single thread of execution to be selected as the "creator" of some resource, while allowing other threads of execution to refer to the previous version of this resource as the creation proceeds; if there is no previous version, then those threads block until the object is available. dogpile.cache is a caching API which provides a generic interface to caching backends of any variety, and additionally provides API hooks which integrate these cache backends with the locking mechanism of dogpile. Overall, dogpile.cache is intended as a replacement to the Beaker caching system, the internals of which are written by the same author. All the ideas of Beaker which "work" are re- implemented in dogpile.cache in a more efficient and succinct manner, and all the cruft (Beaker's internals were first written in 2005) relegated to the trash heap.
Build Time2018-04-12 23:53:44 GMT
Size77.99 KB
05f8eca4cf02c5e0751714497b4ee8a0
LicenseBSD
Provides
python3-dogpile-cache = 0.6.5-1.fc29
python3-dogpile-core = 0.6.5-1.fc29
python3.6dist(dogpile.cache) = 0.6.5
python3dist(dogpile.cache) = 0.6.5
Obsoletes
python3-dogpile-core < 0.4.1-12
Conflicts No Conflicts
Requires
python(abi) = 3.6
python3-mako
rpmlib(CompressedFileNames) <= 3.0.4-1
rpmlib(FileDigests) <= 4.6.0-1
rpmlib(PartialHardlinkSets) <= 4.0.4-1
rpmlib(PayloadFilesHavePrefix) <= 4.0-1
rpmlib(PayloadIsXz) <= 5.2-1
Recommends No Recommends
Suggests No Suggests
Supplements No Supplements
Enhances No Enhances
Files
Page:
1 through 50 of 87 >>>
Name ascending sort Size
/usr/lib/python3.6/site-packages/dogpile0.00 B
/usr/lib/python3.6/site-packages/dogpile.cache-0.6.5-py3.6.egg-info0.00 B
/usr/lib/python3.6/site-packages/dogpile.cache-0.6.5-py3.6.egg-info/PKG-INFO4.30 KB
/usr/lib/python3.6/site-packages/dogpile.cache-0.6.5-py3.6.egg-info/SOURCES.txt2.68 KB
/usr/lib/python3.6/site-packages/dogpile.cache-0.6.5-py3.6.egg-info/dependency_links.txt1.00 B
/usr/lib/python3.6/site-packages/dogpile.cache-0.6.5-py3.6.egg-info/entry_points.txt86.00 B
/usr/lib/python3.6/site-packages/dogpile.cache-0.6.5-py3.6.egg-info/not-zip-safe1.00 B
/usr/lib/python3.6/site-packages/dogpile.cache-0.6.5-py3.6.egg-info/top_level.txt8.00 B
/usr/lib/python3.6/site-packages/dogpile/__init__.py106.00 B
/usr/lib/python3.6/site-packages/dogpile/__pycache__0.00 B
/usr/lib/python3.6/site-packages/dogpile/__pycache__/__init__.cpython-36.opt-1.pyc220.00 B
/usr/lib/python3.6/site-packages/dogpile/__pycache__/__init__.cpython-36.pyc220.00 B
/usr/lib/python3.6/site-packages/dogpile/__pycache__/core.cpython-36.opt-1.pyc685.00 B
/usr/lib/python3.6/site-packages/dogpile/__pycache__/core.cpython-36.pyc685.00 B
/usr/lib/python3.6/site-packages/dogpile/__pycache__/lock.cpython-36.opt-1.pyc4.52 KB
/usr/lib/python3.6/site-packages/dogpile/__pycache__/lock.cpython-36.pyc4.52 KB
/usr/lib/python3.6/site-packages/dogpile/cache0.00 B
/usr/lib/python3.6/site-packages/dogpile/cache/__init__.py126.00 B
/usr/lib/python3.6/site-packages/dogpile/cache/__pycache__0.00 B
/usr/lib/python3.6/site-packages/dogpile/cache/__pycache__/__init__.cpython-36.opt-1.pyc245.00 B
/usr/lib/python3.6/site-packages/dogpile/cache/__pycache__/__init__.cpython-36.pyc245.00 B
/usr/lib/python3.6/site-packages/dogpile/cache/__pycache__/api.cpython-36.opt-1.pyc7.17 KB
/usr/lib/python3.6/site-packages/dogpile/cache/__pycache__/api.cpython-36.pyc7.17 KB
/usr/lib/python3.6/site-packages/dogpile/cache/__pycache__/exception.cpython-36.opt-1.pyc1.19 KB
/usr/lib/python3.6/site-packages/dogpile/cache/__pycache__/exception.cpython-36.pyc1.19 KB
/usr/lib/python3.6/site-packages/dogpile/cache/__pycache__/proxy.cpython-36.opt-1.pyc3.18 KB
/usr/lib/python3.6/site-packages/dogpile/cache/__pycache__/proxy.cpython-36.pyc3.25 KB
/usr/lib/python3.6/site-packages/dogpile/cache/__pycache__/region.cpython-36.opt-1.pyc53.23 KB
/usr/lib/python3.6/site-packages/dogpile/cache/__pycache__/region.cpython-36.pyc53.23 KB
/usr/lib/python3.6/site-packages/dogpile/cache/__pycache__/util.cpython-36.opt-1.pyc4.71 KB
/usr/lib/python3.6/site-packages/dogpile/cache/__pycache__/util.cpython-36.pyc4.71 KB
/usr/lib/python3.6/site-packages/dogpile/cache/api.py6.20 KB
/usr/lib/python3.6/site-packages/dogpile/cache/backends0.00 B
/usr/lib/python3.6/site-packages/dogpile/cache/backends/__init__.py856.00 B
/usr/lib/python3.6/site-packages/dogpile/cache/backends/__pycache__0.00 B
/usr/lib/python3.6/site-packages/dogpile/cache/backends/__pycache__/__init__.cpython-36.opt-1.pyc776.00 B
/usr/lib/python3.6/site-packages/dogpile/cache/backends/__pycache__/__init__.cpython-36.pyc776.00 B
/usr/lib/python3.6/site-packages/dogpile/cache/backends/__pycache__/file.cpython-36.opt-1.pyc14.15 KB
/usr/lib/python3.6/site-packages/dogpile/cache/backends/__pycache__/file.cpython-36.pyc14.15 KB
/usr/lib/python3.6/site-packages/dogpile/cache/backends/__pycache__/memcached.cpython-36.opt-1.pyc12.43 KB
/usr/lib/python3.6/site-packages/dogpile/cache/backends/__pycache__/memcached.cpython-36.pyc12.43 KB
/usr/lib/python3.6/site-packages/dogpile/cache/backends/__pycache__/memory.cpython-36.opt-1.pyc4.29 KB
/usr/lib/python3.6/site-packages/dogpile/cache/backends/__pycache__/memory.cpython-36.pyc4.29 KB
/usr/lib/python3.6/site-packages/dogpile/cache/backends/__pycache__/null.cpython-36.opt-1.pyc2.30 KB
/usr/lib/python3.6/site-packages/dogpile/cache/backends/__pycache__/null.cpython-36.pyc2.30 KB
/usr/lib/python3.6/site-packages/dogpile/cache/backends/__pycache__/redis.cpython-36.opt-1.pyc5.69 KB
/usr/lib/python3.6/site-packages/dogpile/cache/backends/__pycache__/redis.cpython-36.pyc5.69 KB
/usr/lib/python3.6/site-packages/dogpile/cache/backends/file.py13.82 KB
/usr/lib/python3.6/site-packages/dogpile/cache/backends/memcached.py10.59 KB
/usr/lib/python3.6/site-packages/dogpile/cache/backends/memory.py3.54 KB
Component of No Buildroots