Sat, 29 Jun 2024 10:40:10 UTC | login

Information for RPM python3-dogpile-cache-1.3.0-1.fc40.noarch.rpm

ID1165725
Namepython3-dogpile-cache
Version1.3.0
Release1.fc40
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 Time2024-01-04 03:41:19 GMT
Size121.02 KB
d4600c86ae1944ab33d693bf00f3437a
LicenseMIT
Provides
python-dogpile-cache = 1.3.0-1.fc40
python3-dogpile-cache = 1.3.0-1.fc40
python3-dogpile-core = 1.3.0-1.fc40
python3.12-dogpile-cache = 1.3.0-1.fc40
python3.12dist(dogpile-cache) = 1.3
python3dist(dogpile-cache) = 1.3
Obsoletes
python-dogpile-cache < 1.3.0-1.fc40
python3-dogpile-core < 0.4.1-12
Conflicts No Conflicts
Requires
python(abi) = 3.12
python3-mako
python3.12dist(decorator) >= 4
python3.12dist(stevedore) >= 3
rpmlib(CompressedFileNames) <= 3.0.4-1
rpmlib(FileDigests) <= 4.6.0-1
rpmlib(PartialHardlinkSets) <= 4.0.4-1
rpmlib(PayloadFilesHavePrefix) <= 4.0-1
rpmlib(PayloadIsZstd) <= 5.4.18-1
Recommends No Recommends
Suggests No Suggests
Supplements No Supplements
Enhances No Enhances
Files
Page:
1 through 50 of 103 >>>
Name ascending sort Size
/usr/lib/python3.12/site-packages/dogpile0.00 B
/usr/lib/python3.12/site-packages/dogpile.cache-1.3.0-py3.12.egg-info0.00 B
/usr/lib/python3.12/site-packages/dogpile.cache-1.3.0-py3.12.egg-info/PKG-INFO5.05 KB
/usr/lib/python3.12/site-packages/dogpile.cache-1.3.0-py3.12.egg-info/SOURCES.txt2.95 KB
/usr/lib/python3.12/site-packages/dogpile.cache-1.3.0-py3.12.egg-info/dependency_links.txt1.00 B
/usr/lib/python3.12/site-packages/dogpile.cache-1.3.0-py3.12.egg-info/entry_points.txt73.00 B
/usr/lib/python3.12/site-packages/dogpile.cache-1.3.0-py3.12.egg-info/not-zip-safe1.00 B
/usr/lib/python3.12/site-packages/dogpile.cache-1.3.0-py3.12.egg-info/requires.txt157.00 B
/usr/lib/python3.12/site-packages/dogpile.cache-1.3.0-py3.12.egg-info/top_level.txt8.00 B
/usr/lib/python3.12/site-packages/dogpile/__init__.py106.00 B
/usr/lib/python3.12/site-packages/dogpile/__pycache__0.00 B
/usr/lib/python3.12/site-packages/dogpile/__pycache__/__init__.cpython-312.opt-1.pyc264.00 B
/usr/lib/python3.12/site-packages/dogpile/__pycache__/__init__.cpython-312.pyc264.00 B
/usr/lib/python3.12/site-packages/dogpile/__pycache__/core.cpython-312.opt-1.pyc736.00 B
/usr/lib/python3.12/site-packages/dogpile/__pycache__/core.cpython-312.pyc736.00 B
/usr/lib/python3.12/site-packages/dogpile/__pycache__/lock.cpython-312.opt-1.pyc6.73 KB
/usr/lib/python3.12/site-packages/dogpile/__pycache__/lock.cpython-312.pyc6.73 KB
/usr/lib/python3.12/site-packages/dogpile/cache0.00 B
/usr/lib/python3.12/site-packages/dogpile/cache/__init__.py180.00 B
/usr/lib/python3.12/site-packages/dogpile/cache/__pycache__0.00 B
/usr/lib/python3.12/site-packages/dogpile/cache/__pycache__/__init__.cpython-312.opt-1.pyc318.00 B
/usr/lib/python3.12/site-packages/dogpile/cache/__pycache__/__init__.cpython-312.pyc318.00 B
/usr/lib/python3.12/site-packages/dogpile/cache/__pycache__/api.cpython-312.opt-1.pyc20.28 KB
/usr/lib/python3.12/site-packages/dogpile/cache/__pycache__/api.cpython-312.pyc20.28 KB
/usr/lib/python3.12/site-packages/dogpile/cache/__pycache__/exception.cpython-312.opt-1.pyc1.29 KB
/usr/lib/python3.12/site-packages/dogpile/cache/__pycache__/exception.cpython-312.pyc1.29 KB
/usr/lib/python3.12/site-packages/dogpile/cache/__pycache__/proxy.cpython-312.opt-1.pyc5.42 KB
/usr/lib/python3.12/site-packages/dogpile/cache/__pycache__/proxy.cpython-312.pyc5.54 KB
/usr/lib/python3.12/site-packages/dogpile/cache/__pycache__/region.cpython-312.opt-1.pyc77.29 KB
/usr/lib/python3.12/site-packages/dogpile/cache/__pycache__/region.cpython-312.pyc77.43 KB
/usr/lib/python3.12/site-packages/dogpile/cache/__pycache__/util.cpython-312.opt-1.pyc7.23 KB
/usr/lib/python3.12/site-packages/dogpile/cache/__pycache__/util.cpython-312.pyc7.23 KB
/usr/lib/python3.12/site-packages/dogpile/cache/api.py17.45 KB
/usr/lib/python3.12/site-packages/dogpile/cache/backends0.00 B
/usr/lib/python3.12/site-packages/dogpile/cache/backends/__init__.py1.17 KB
/usr/lib/python3.12/site-packages/dogpile/cache/backends/__pycache__0.00 B
/usr/lib/python3.12/site-packages/dogpile/cache/backends/__pycache__/__init__.cpython-312.opt-1.pyc1.25 KB
/usr/lib/python3.12/site-packages/dogpile/cache/backends/__pycache__/__init__.cpython-312.pyc1.25 KB
/usr/lib/python3.12/site-packages/dogpile/cache/backends/__pycache__/file.cpython-312.opt-1.pyc18.42 KB
/usr/lib/python3.12/site-packages/dogpile/cache/backends/__pycache__/file.cpython-312.pyc18.42 KB
/usr/lib/python3.12/site-packages/dogpile/cache/backends/__pycache__/memcached.cpython-312.opt-1.pyc25.96 KB
/usr/lib/python3.12/site-packages/dogpile/cache/backends/__pycache__/memcached.cpython-312.pyc25.96 KB
/usr/lib/python3.12/site-packages/dogpile/cache/backends/__pycache__/memory.cpython-312.opt-1.pyc4.39 KB
/usr/lib/python3.12/site-packages/dogpile/cache/backends/__pycache__/memory.cpython-312.pyc4.39 KB
/usr/lib/python3.12/site-packages/dogpile/cache/backends/__pycache__/null.cpython-312.opt-1.pyc2.53 KB
/usr/lib/python3.12/site-packages/dogpile/cache/backends/__pycache__/null.cpython-312.pyc2.53 KB
/usr/lib/python3.12/site-packages/dogpile/cache/backends/__pycache__/redis.cpython-312.opt-1.pyc14.66 KB
/usr/lib/python3.12/site-packages/dogpile/cache/backends/__pycache__/redis.cpython-312.pyc14.66 KB
/usr/lib/python3.12/site-packages/dogpile/cache/backends/file.py13.39 KB
/usr/lib/python3.12/site-packages/dogpile/cache/backends/memcached.py20.40 KB
Component of No Buildroots