Fri, 14 Jun 2024 03:07:01 UTC | login

Information for RPM python2-dogpile-cache-0.6.5-2.fc29.noarch.rpm

ID160908
Namepython2-dogpile-cache
Version0.6.5
Release2.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-06-17 13:54:28 GMT
Size76.01 KB
7b55a578cd22928423281a2fe80ce6fd
LicenseBSD
Provides
python-dogpile-cache = 0.6.5-2.fc29
python-dogpile-core = 0.6.5-2.fc29
python2-dogpile-cache = 0.6.5-2.fc29
python2.7dist(dogpile.cache) = 0.6.5
python2dist(dogpile.cache) = 0.6.5
Obsoletes
python-dogpile-cache < 0.6.5-2.fc29
python-dogpile-core < 0.4.1-12
Conflicts No Conflicts
Requires
python(abi) = 2.7
python2-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 82 >>>
Name ascending sort Size
/usr/lib/python2.7/site-packages/dogpile0.00 B
/usr/lib/python2.7/site-packages/dogpile.cache-0.6.5-py2.7.egg-info0.00 B
/usr/lib/python2.7/site-packages/dogpile.cache-0.6.5-py2.7.egg-info/PKG-INFO4.30 KB
/usr/lib/python2.7/site-packages/dogpile.cache-0.6.5-py2.7.egg-info/SOURCES.txt2.68 KB
/usr/lib/python2.7/site-packages/dogpile.cache-0.6.5-py2.7.egg-info/dependency_links.txt1.00 B
/usr/lib/python2.7/site-packages/dogpile.cache-0.6.5-py2.7.egg-info/entry_points.txt86.00 B
/usr/lib/python2.7/site-packages/dogpile.cache-0.6.5-py2.7.egg-info/not-zip-safe1.00 B
/usr/lib/python2.7/site-packages/dogpile.cache-0.6.5-py2.7.egg-info/top_level.txt8.00 B
/usr/lib/python2.7/site-packages/dogpile/__init__.py106.00 B
/usr/lib/python2.7/site-packages/dogpile/__init__.pyc280.00 B
/usr/lib/python2.7/site-packages/dogpile/__init__.pyo280.00 B
/usr/lib/python2.7/site-packages/dogpile/cache0.00 B
/usr/lib/python2.7/site-packages/dogpile/cache/__init__.py126.00 B
/usr/lib/python2.7/site-packages/dogpile/cache/__init__.pyc316.00 B
/usr/lib/python2.7/site-packages/dogpile/cache/__init__.pyo316.00 B
/usr/lib/python2.7/site-packages/dogpile/cache/api.py6.20 KB
/usr/lib/python2.7/site-packages/dogpile/cache/api.pyc8.19 KB
/usr/lib/python2.7/site-packages/dogpile/cache/api.pyo8.19 KB
/usr/lib/python2.7/site-packages/dogpile/cache/backends0.00 B
/usr/lib/python2.7/site-packages/dogpile/cache/backends/__init__.py856.00 B
/usr/lib/python2.7/site-packages/dogpile/cache/backends/__init__.pyc928.00 B
/usr/lib/python2.7/site-packages/dogpile/cache/backends/__init__.pyo928.00 B
/usr/lib/python2.7/site-packages/dogpile/cache/backends/file.py13.82 KB
/usr/lib/python2.7/site-packages/dogpile/cache/backends/file.pyc16.44 KB
/usr/lib/python2.7/site-packages/dogpile/cache/backends/file.pyo16.44 KB
/usr/lib/python2.7/site-packages/dogpile/cache/backends/memcached.py10.59 KB
/usr/lib/python2.7/site-packages/dogpile/cache/backends/memcached.pyc14.42 KB
/usr/lib/python2.7/site-packages/dogpile/cache/backends/memcached.pyo14.42 KB
/usr/lib/python2.7/site-packages/dogpile/cache/backends/memory.py3.54 KB
/usr/lib/python2.7/site-packages/dogpile/cache/backends/memory.pyc4.80 KB
/usr/lib/python2.7/site-packages/dogpile/cache/backends/memory.pyo4.80 KB
/usr/lib/python2.7/site-packages/dogpile/cache/backends/null.py1.08 KB
/usr/lib/python2.7/site-packages/dogpile/cache/backends/null.pyc2.88 KB
/usr/lib/python2.7/site-packages/dogpile/cache/backends/null.pyo2.88 KB
/usr/lib/python2.7/site-packages/dogpile/cache/backends/redis.py5.68 KB
/usr/lib/python2.7/site-packages/dogpile/cache/backends/redis.pyc6.67 KB
/usr/lib/python2.7/site-packages/dogpile/cache/backends/redis.pyo6.67 KB
/usr/lib/python2.7/site-packages/dogpile/cache/exception.py601.00 B
/usr/lib/python2.7/site-packages/dogpile/cache/exception.pyc1.53 KB
/usr/lib/python2.7/site-packages/dogpile/cache/exception.pyo1.53 KB
/usr/lib/python2.7/site-packages/dogpile/cache/plugins0.00 B
/usr/lib/python2.7/site-packages/dogpile/cache/plugins/__init__.py0.00 B
/usr/lib/python2.7/site-packages/dogpile/cache/plugins/__init__.pyc153.00 B
/usr/lib/python2.7/site-packages/dogpile/cache/plugins/__init__.pyo153.00 B
/usr/lib/python2.7/site-packages/dogpile/cache/plugins/mako_cache.py2.87 KB
/usr/lib/python2.7/site-packages/dogpile/cache/plugins/mako_cache.pyc3.90 KB
/usr/lib/python2.7/site-packages/dogpile/cache/plugins/mako_cache.pyo3.90 KB
/usr/lib/python2.7/site-packages/dogpile/cache/proxy.py2.54 KB
/usr/lib/python2.7/site-packages/dogpile/cache/proxy.pyc3.81 KB
/usr/lib/python2.7/site-packages/dogpile/cache/proxy.pyo3.72 KB
Component of No Buildroots