INFO
Name: python3-dogpile-cache
Version: 1.2.2-2.el9
Arch: noarch
Summary: A caching front-end based on the Dogpile lock
License: MIT
Vendor: Fedora Project
Build Host: buildvm-x86-08.iad2.fedoraproject.org
Build Date: Fri Jul 14 20:02:56 2023
Size: 433288
URL: https://pypi.io/project/dogpile.cache
Description: Dogpile 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.
FILES
/usr/lib/python3.9/site-packages/dogpile
/usr/lib/python3.9/site-packages/dogpile.cache-1.2.2-py3.9.egg-info
/usr/lib/python3.9/site-packages/dogpile.cache-1.2.2-py3.9.egg-info/PKG-INFO
/usr/lib/python3.9/site-packages/dogpile.cache-1.2.2-py3.9.egg-info/SOURCES.txt
/usr/lib/python3.9/site-packages/dogpile.cache-1.2.2-py3.9.egg-info/dependency_links.txt
/usr/lib/python3.9/site-packages/dogpile.cache-1.2.2-py3.9.egg-info/entry_points.txt
/usr/lib/python3.9/site-packages/dogpile.cache-1.2.2-py3.9.egg-info/not-zip-safe
/usr/lib/python3.9/site-packages/dogpile.cache-1.2.2-py3.9.egg-info/requires.txt
/usr/lib/python3.9/site-packages/dogpile.cache-1.2.2-py3.9.egg-info/top_level.txt
/usr/lib/python3.9/site-packages/dogpile/__init__.py
/usr/lib/python3.9/site-packages/dogpile/__pycache__
/usr/lib/python3.9/site-packages/dogpile/__pycache__/__init__.cpython-39.opt-1.pyc
/usr/lib/python3.9/site-packages/dogpile/__pycache__/__init__.cpython-39.pyc
/usr/lib/python3.9/site-packages/dogpile/__pycache__/core.cpython-39.opt-1.pyc
/usr/lib/python3.9/site-packages/dogpile/__pycache__/core.cpython-39.pyc
/usr/lib/python3.9/site-packages/dogpile/__pycache__/lock.cpython-39.opt-1.pyc
/usr/lib/python3.9/site-packages/dogpile/__pycache__/lock.cpython-39.pyc
/usr/lib/python3.9/site-packages/dogpile/cache
/usr/lib/python3.9/site-packages/dogpile/cache/__init__.py
/usr/lib/python3.9/site-packages/dogpile/cache/__pycache__
/usr/lib/python3.9/site-packages/dogpile/cache/__pycache__/__init__.cpython-39.opt-1.pyc
/usr/lib/python3.9/site-packages/dogpile/cache/__pycache__/__init__.cpython-39.pyc
/usr/lib/python3.9/site-packages/dogpile/cache/__pycache__/api.cpython-39.opt-1.pyc
/usr/lib/python3.9/site-packages/dogpile/cache/__pycache__/api.cpython-39.pyc
/usr/lib/python3.9/site-packages/dogpile/cache/__pycache__/exception.cpython-39.opt-1.pyc
/usr/lib/python3.9/site-packages/dogpile/cache/__pycache__/exception.cpython-39.pyc
/usr/lib/python3.9/site-packages/dogpile/cache/__pycache__/proxy.cpython-39.opt-1.pyc
/usr/lib/python3.9/site-packages/dogpile/cache/__pycache__/proxy.cpython-39.pyc
/usr/lib/python3.9/site-packages/dogpile/cache/__pycache__/region.cpython-39.opt-1.pyc
/usr/lib/python3.9/site-packages/dogpile/cache/__pycache__/region.cpython-39.pyc
/usr/lib/python3.9/site-packages/dogpile/cache/__pycache__/util.cpython-39.opt-1.pyc
/usr/lib/python3.9/site-packages/dogpile/cache/__pycache__/util.cpython-39.pyc
/usr/lib/python3.9/site-packages/dogpile/cache/api.py
/usr/lib/python3.9/site-packages/dogpile/cache/backends
/usr/lib/python3.9/site-packages/dogpile/cache/backends/__init__.py
/usr/lib/python3.9/site-packages/dogpile/cache/backends/__pycache__
/usr/lib/python3.9/site-packages/dogpile/cache/backends/__pycache__/__init__.cpython-39.opt-1.pyc
/usr/lib/python3.9/site-packages/dogpile/cache/backends/__pycache__/__init__.cpython-39.pyc
/usr/lib/python3.9/site-packages/dogpile/cache/backends/__pycache__/file.cpython-39.opt-1.pyc
/usr/lib/python3.9/site-packages/dogpile/cache/backends/__pycache__/file.cpython-39.pyc
/usr/lib/python3.9/site-packages/dogpile/cache/backends/__pycache__/memcached.cpython-39.opt-1.pyc
/usr/lib/python3.9/site-packages/dogpile/cache/backends/__pycache__/memcached.cpython-39.pyc
/usr/lib/python3.9/site-packages/dogpile/cache/backends/__pycache__/memory.cpython-39.opt-1.pyc
/usr/lib/python3.9/site-packages/dogpile/cache/backends/__pycache__/memory.cpython-39.pyc
/usr/lib/python3.9/site-packages/dogpile/cache/backends/__pycache__/null.cpython-39.opt-1.pyc
/usr/lib/python3.9/site-packages/dogpile/cache/backends/__pycache__/null.cpython-39.pyc
/usr/lib/python3.9/site-packages/dogpile/cache/backends/__pycache__/redis.cpython-39.opt-1.pyc
/usr/lib/python3.9/site-packages/dogpile/cache/backends/__pycache__/redis.cpython-39.pyc
/usr/lib/python3.9/site-packages/dogpile/cache/backends/file.py
/usr/lib/python3.9/site-packages/dogpile/cache/backends/memcached.py
/usr/lib/python3.9/site-packages/dogpile/cache/backends/memory.py
/usr/lib/python3.9/site-packages/dogpile/cache/backends/null.py
/usr/lib/python3.9/site-packages/dogpile/cache/backends/redis.py
/usr/lib/python3.9/site-packages/dogpile/cache/exception.py
/usr/lib/python3.9/site-packages/dogpile/cache/plugins
/usr/lib/python3.9/site-packages/dogpile/cache/plugins/__init__.py
/usr/lib/python3.9/site-packages/dogpile/cache/plugins/__pycache__
/usr/lib/python3.9/site-packages/dogpile/cache/plugins/__pycache__/__init__.cpython-39.opt-1.pyc
/usr/lib/python3.9/site-packages/dogpile/cache/plugins/__pycache__/__init__.cpython-39.pyc
/usr/lib/python3.9/site-packages/dogpile/cache/plugins/__pycache__/mako_cache.cpython-39.opt-1.pyc
/usr/lib/python3.9/site-packages/dogpile/cache/plugins/__pycache__/mako_cache.cpython-39.pyc
/usr/lib/python3.9/site-packages/dogpile/cache/plugins/mako_cache.py
/usr/lib/python3.9/site-packages/dogpile/cache/proxy.py
/usr/lib/python3.9/site-packages/dogpile/cache/region.py
/usr/lib/python3.9/site-packages/dogpile/cache/util.py
/usr/lib/python3.9/site-packages/dogpile/core.py
/usr/lib/python3.9/site-packages/dogpile/lock.py
/usr/lib/python3.9/site-packages/dogpile/py.typed
/usr/lib/python3.9/site-packages/dogpile/util
/usr/lib/python3.9/site-packages/dogpile/util/__init__.py
/usr/lib/python3.9/site-packages/dogpile/util/__pycache__
/usr/lib/python3.9/site-packages/dogpile/util/__pycache__/__init__.cpython-39.opt-1.pyc
/usr/lib/python3.9/site-packages/dogpile/util/__pycache__/__init__.cpython-39.pyc
/usr/lib/python3.9/site-packages/dogpile/util/__pycache__/compat.cpython-39.opt-1.pyc
/usr/lib/python3.9/site-packages/dogpile/util/__pycache__/compat.cpython-39.pyc
/usr/lib/python3.9/site-packages/dogpile/util/__pycache__/langhelpers.cpython-39.opt-1.pyc
/usr/lib/python3.9/site-packages/dogpile/util/__pycache__/langhelpers.cpython-39.pyc
/usr/lib/python3.9/site-packages/dogpile/util/__pycache__/nameregistry.cpython-39.opt-1.pyc
/usr/lib/python3.9/site-packages/dogpile/util/__pycache__/nameregistry.cpython-39.pyc
/usr/lib/python3.9/site-packages/dogpile/util/__pycache__/readwrite_lock.cpython-39.opt-1.pyc
/usr/lib/python3.9/site-packages/dogpile/util/__pycache__/readwrite_lock.cpython-39.pyc
/usr/lib/python3.9/site-packages/dogpile/util/__pycache__/typing.cpython-39.opt-1.pyc
/usr/lib/python3.9/site-packages/dogpile/util/__pycache__/typing.cpython-39.pyc
/usr/lib/python3.9/site-packages/dogpile/util/compat.py
/usr/lib/python3.9/site-packages/dogpile/util/langhelpers.py
/usr/lib/python3.9/site-packages/dogpile/util/nameregistry.py
/usr/lib/python3.9/site-packages/dogpile/util/readwrite_lock.py
/usr/lib/python3.9/site-packages/dogpile/util/typing.py
/usr/share/doc/python3-dogpile-cache
/usr/share/doc/python3-dogpile-cache/README.rst
/usr/share/licenses/python3-dogpile-cache
/usr/share/licenses/python3-dogpile-cache/LICENSE
REQUIRES
python(abi) 3.9
python3-mako
python3.9dist(decorator) 4
python3.9dist(stevedore) 3
python3.9dist(typing-extensions) 4.0.1
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
PROVIDES
python-dogpile-cache 1.2.2-2.el9
python3-dogpile-cache 1.2.2-2.el9
python3-dogpile-core 1.2.2-2.el9
python3.9-dogpile-cache 1.2.2-2.el9
python3.9dist(dogpile-cache) 1.2.2
python3.9dist(dogpile.cache) 1.2.2
python3dist(dogpile-cache) 1.2.2
python3dist(dogpile.cache) 1.2.2
CONFIG FILES
/usr/lib/python3.9/site-packages/dogpile
/usr/lib/python3.9/site-packages/dogpile.cache-1.2.2-py3.9.egg-info
/usr/lib/python3.9/site-packages/dogpile.cache-1.2.2-py3.9.egg-info/PKG-INFO
/usr/lib/python3.9/site-packages/dogpile.cache-1.2.2-py3.9.egg-info/SOURCES.txt
/usr/lib/python3.9/site-packages/dogpile.cache-1.2.2-py3.9.egg-info/dependency_links.txt
/usr/lib/python3.9/site-packages/dogpile.cache-1.2.2-py3.9.egg-info/entry_points.txt
/usr/lib/python3.9/site-packages/dogpile.cache-1.2.2-py3.9.egg-info/not-zip-safe
/usr/lib/python3.9/site-packages/dogpile.cache-1.2.2-py3.9.egg-info/requires.txt
/usr/lib/python3.9/site-packages/dogpile.cache-1.2.2-py3.9.egg-info/top_level.txt
/usr/lib/python3.9/site-packages/dogpile/__init__.py
/usr/lib/python3.9/site-packages/dogpile/__pycache__
/usr/lib/python3.9/site-packages/dogpile/__pycache__/__init__.cpython-39.opt-1.pyc
/usr/lib/python3.9/site-packages/dogpile/__pycache__/__init__.cpython-39.pyc
/usr/lib/python3.9/site-packages/dogpile/__pycache__/core.cpython-39.opt-1.pyc
/usr/lib/python3.9/site-packages/dogpile/__pycache__/core.cpython-39.pyc
/usr/lib/python3.9/site-packages/dogpile/__pycache__/lock.cpython-39.opt-1.pyc
/usr/lib/python3.9/site-packages/dogpile/__pycache__/lock.cpython-39.pyc
/usr/lib/python3.9/site-packages/dogpile/cache
/usr/lib/python3.9/site-packages/dogpile/cache/__init__.py
/usr/lib/python3.9/site-packages/dogpile/cache/__pycache__
/usr/lib/python3.9/site-packages/dogpile/cache/__pycache__/__init__.cpython-39.opt-1.pyc
/usr/lib/python3.9/site-packages/dogpile/cache/__pycache__/__init__.cpython-39.pyc
/usr/lib/python3.9/site-packages/dogpile/cache/__pycache__/api.cpython-39.opt-1.pyc
/usr/lib/python3.9/site-packages/dogpile/cache/__pycache__/api.cpython-39.pyc
/usr/lib/python3.9/site-packages/dogpile/cache/__pycache__/exception.cpython-39.opt-1.pyc
/usr/lib/python3.9/site-packages/dogpile/cache/__pycache__/exception.cpython-39.pyc
/usr/lib/python3.9/site-packages/dogpile/cache/__pycache__/proxy.cpython-39.opt-1.pyc
/usr/lib/python3.9/site-packages/dogpile/cache/__pycache__/proxy.cpython-39.pyc
/usr/lib/python3.9/site-packages/dogpile/cache/__pycache__/region.cpython-39.opt-1.pyc
/usr/lib/python3.9/site-packages/dogpile/cache/__pycache__/region.cpython-39.pyc
/usr/lib/python3.9/site-packages/dogpile/cache/__pycache__/util.cpython-39.opt-1.pyc
/usr/lib/python3.9/site-packages/dogpile/cache/__pycache__/util.cpython-39.pyc
/usr/lib/python3.9/site-packages/dogpile/cache/api.py
/usr/lib/python3.9/site-packages/dogpile/cache/backends
/usr/lib/python3.9/site-packages/dogpile/cache/backends/__init__.py
/usr/lib/python3.9/site-packages/dogpile/cache/backends/__pycache__
/usr/lib/python3.9/site-packages/dogpile/cache/backends/__pycache__/__init__.cpython-39.opt-1.pyc
/usr/lib/python3.9/site-packages/dogpile/cache/backends/__pycache__/__init__.cpython-39.pyc
/usr/lib/python3.9/site-packages/dogpile/cache/backends/__pycache__/file.cpython-39.opt-1.pyc
/usr/lib/python3.9/site-packages/dogpile/cache/backends/__pycache__/file.cpython-39.pyc
/usr/lib/python3.9/site-packages/dogpile/cache/backends/__pycache__/memcached.cpython-39.opt-1.pyc
/usr/lib/python3.9/site-packages/dogpile/cache/backends/__pycache__/memcached.cpython-39.pyc
/usr/lib/python3.9/site-packages/dogpile/cache/backends/__pycache__/memory.cpython-39.opt-1.pyc
/usr/lib/python3.9/site-packages/dogpile/cache/backends/__pycache__/memory.cpython-39.pyc
/usr/lib/python3.9/site-packages/dogpile/cache/backends/__pycache__/null.cpython-39.opt-1.pyc
/usr/lib/python3.9/site-packages/dogpile/cache/backends/__pycache__/null.cpython-39.pyc
/usr/lib/python3.9/site-packages/dogpile/cache/backends/__pycache__/redis.cpython-39.opt-1.pyc
/usr/lib/python3.9/site-packages/dogpile/cache/backends/__pycache__/redis.cpython-39.pyc
/usr/lib/python3.9/site-packages/dogpile/cache/backends/file.py
/usr/lib/python3.9/site-packages/dogpile/cache/backends/memcached.py
/usr/lib/python3.9/site-packages/dogpile/cache/backends/memory.py
/usr/lib/python3.9/site-packages/dogpile/cache/backends/null.py
/usr/lib/python3.9/site-packages/dogpile/cache/backends/redis.py
/usr/lib/python3.9/site-packages/dogpile/cache/exception.py
/usr/lib/python3.9/site-packages/dogpile/cache/plugins
/usr/lib/python3.9/site-packages/dogpile/cache/plugins/__init__.py
/usr/lib/python3.9/site-packages/dogpile/cache/plugins/__pycache__
/usr/lib/python3.9/site-packages/dogpile/cache/plugins/__pycache__/__init__.cpython-39.opt-1.pyc
/usr/lib/python3.9/site-packages/dogpile/cache/plugins/__pycache__/__init__.cpython-39.pyc
/usr/lib/python3.9/site-packages/dogpile/cache/plugins/__pycache__/mako_cache.cpython-39.opt-1.pyc
/usr/lib/python3.9/site-packages/dogpile/cache/plugins/__pycache__/mako_cache.cpython-39.pyc
/usr/lib/python3.9/site-packages/dogpile/cache/plugins/mako_cache.py
/usr/lib/python3.9/site-packages/dogpile/cache/proxy.py
/usr/lib/python3.9/site-packages/dogpile/cache/region.py
/usr/lib/python3.9/site-packages/dogpile/cache/util.py
/usr/lib/python3.9/site-packages/dogpile/core.py
/usr/lib/python3.9/site-packages/dogpile/lock.py
/usr/lib/python3.9/site-packages/dogpile/py.typed
/usr/lib/python3.9/site-packages/dogpile/util
/usr/lib/python3.9/site-packages/dogpile/util/__init__.py
/usr/lib/python3.9/site-packages/dogpile/util/__pycache__
/usr/lib/python3.9/site-packages/dogpile/util/__pycache__/__init__.cpython-39.opt-1.pyc
/usr/lib/python3.9/site-packages/dogpile/util/__pycache__/__init__.cpython-39.pyc
/usr/lib/python3.9/site-packages/dogpile/util/__pycache__/compat.cpython-39.opt-1.pyc
/usr/lib/python3.9/site-packages/dogpile/util/__pycache__/compat.cpython-39.pyc
/usr/lib/python3.9/site-packages/dogpile/util/__pycache__/langhelpers.cpython-39.opt-1.pyc
/usr/lib/python3.9/site-packages/dogpile/util/__pycache__/langhelpers.cpython-39.pyc
/usr/lib/python3.9/site-packages/dogpile/util/__pycache__/nameregistry.cpython-39.opt-1.pyc
/usr/lib/python3.9/site-packages/dogpile/util/__pycache__/nameregistry.cpython-39.pyc
/usr/lib/python3.9/site-packages/dogpile/util/__pycache__/readwrite_lock.cpython-39.opt-1.pyc
/usr/lib/python3.9/site-packages/dogpile/util/__pycache__/readwrite_lock.cpython-39.pyc
/usr/lib/python3.9/site-packages/dogpile/util/__pycache__/typing.cpython-39.opt-1.pyc
/usr/lib/python3.9/site-packages/dogpile/util/__pycache__/typing.cpython-39.pyc
/usr/lib/python3.9/site-packages/dogpile/util/compat.py
/usr/lib/python3.9/site-packages/dogpile/util/langhelpers.py
/usr/lib/python3.9/site-packages/dogpile/util/nameregistry.py
/usr/lib/python3.9/site-packages/dogpile/util/readwrite_lock.py
/usr/lib/python3.9/site-packages/dogpile/util/typing.py
/usr/share/doc/python3-dogpile-cache
/usr/share/doc/python3-dogpile-cache/README.rst d
/usr/share/licenses/python3-dogpile-cache
/usr/share/licenses/python3-dogpile-cache/LICENSE l
LICENSE FILES
MIT
|