Thu, 19 Mar 2026 10:47:03 CST | login

Information for RPM python3-cachy-0.3.0-5.ocs23.noarch.rpm

ID54845
Namepython3-cachy
Version0.3.0
Release5.ocs23
Epoch
Archnoarch
SummarySimple yet effective caching library
DescriptionThis package provides a simple yet effective caching library.
Build Time2023-09-19 08:14:42 GMT
Size48.78 KB
346bcde0b2ea4c698e7f2795972d3003
LicenseMIT
Buildrootdist-ocs23-python311-build-86619-4752
Provides
python-cachy = 0.3.0-5.ocs23
python3-cachy = 0.3.0-5.ocs23
python3.11-cachy = 0.3.0-5.ocs23
python3.11dist(cachy) = 0.3
python3dist(cachy) = 0.3
Obsoletes
python3.11-cachy < 0.3.0-5.ocs23
Conflicts No Conflicts
Requires
python(abi) = 3.11
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
python3-msgpack >= 0.5.0
python3-redis >= 2.10.0
Suggests No Suggests
Supplements No Supplements
Enhances No Enhances
Files
Page:
1 through 50 of 88 >>>
Name ascending sort Size
/usr/lib/python3.11/site-packages/cachy0.00 B
/usr/lib/python3.11/site-packages/cachy-0.3.0-py3.11.egg-info0.00 B
/usr/lib/python3.11/site-packages/cachy-0.3.0-py3.11.egg-info/PKG-INFO783.00 B
/usr/lib/python3.11/site-packages/cachy-0.3.0-py3.11.egg-info/SOURCES.txt1.10 KB
/usr/lib/python3.11/site-packages/cachy-0.3.0-py3.11.egg-info/dependency_links.txt1.00 B
/usr/lib/python3.11/site-packages/cachy-0.3.0-py3.11.egg-info/requires.txt106.00 B
/usr/lib/python3.11/site-packages/cachy-0.3.0-py3.11.egg-info/top_level.txt12.00 B
/usr/lib/python3.11/site-packages/cachy/__init__.py124.00 B
/usr/lib/python3.11/site-packages/cachy/__pycache__0.00 B
/usr/lib/python3.11/site-packages/cachy/__pycache__/__init__.cpython-311.opt-1.pyc316.00 B
/usr/lib/python3.11/site-packages/cachy/__pycache__/__init__.cpython-311.pyc316.00 B
/usr/lib/python3.11/site-packages/cachy/__pycache__/cache_manager.cpython-311.opt-1.pyc10.60 KB
/usr/lib/python3.11/site-packages/cachy/__pycache__/cache_manager.cpython-311.pyc10.60 KB
/usr/lib/python3.11/site-packages/cachy/__pycache__/helpers.cpython-311.opt-1.pyc355.00 B
/usr/lib/python3.11/site-packages/cachy/__pycache__/helpers.cpython-311.pyc355.00 B
/usr/lib/python3.11/site-packages/cachy/__pycache__/redis_tagged_cache.cpython-311.opt-1.pyc4.36 KB
/usr/lib/python3.11/site-packages/cachy/__pycache__/redis_tagged_cache.cpython-311.pyc4.36 KB
/usr/lib/python3.11/site-packages/cachy/__pycache__/repository.cpython-311.opt-1.pyc12.68 KB
/usr/lib/python3.11/site-packages/cachy/__pycache__/repository.cpython-311.pyc12.68 KB
/usr/lib/python3.11/site-packages/cachy/__pycache__/tag_set.cpython-311.opt-1.pyc3.13 KB
/usr/lib/python3.11/site-packages/cachy/__pycache__/tag_set.cpython-311.pyc3.13 KB
/usr/lib/python3.11/site-packages/cachy/__pycache__/tagged_cache.cpython-311.opt-1.pyc8.10 KB
/usr/lib/python3.11/site-packages/cachy/__pycache__/tagged_cache.cpython-311.pyc8.10 KB
/usr/lib/python3.11/site-packages/cachy/__pycache__/utils.cpython-311.opt-1.pyc2.24 KB
/usr/lib/python3.11/site-packages/cachy/__pycache__/utils.cpython-311.pyc2.24 KB
/usr/lib/python3.11/site-packages/cachy/cache_manager.py7.17 KB
/usr/lib/python3.11/site-packages/cachy/contracts0.00 B
/usr/lib/python3.11/site-packages/cachy/contracts/__init__.py25.00 B
/usr/lib/python3.11/site-packages/cachy/contracts/__pycache__0.00 B
/usr/lib/python3.11/site-packages/cachy/contracts/__pycache__/__init__.cpython-311.opt-1.pyc170.00 B
/usr/lib/python3.11/site-packages/cachy/contracts/__pycache__/__init__.cpython-311.pyc170.00 B
/usr/lib/python3.11/site-packages/cachy/contracts/__pycache__/factory.cpython-311.opt-1.pyc804.00 B
/usr/lib/python3.11/site-packages/cachy/contracts/__pycache__/factory.cpython-311.pyc804.00 B
/usr/lib/python3.11/site-packages/cachy/contracts/__pycache__/repository.cpython-311.opt-1.pyc3.97 KB
/usr/lib/python3.11/site-packages/cachy/contracts/__pycache__/repository.cpython-311.pyc3.97 KB
/usr/lib/python3.11/site-packages/cachy/contracts/__pycache__/store.cpython-311.opt-1.pyc3.93 KB
/usr/lib/python3.11/site-packages/cachy/contracts/__pycache__/store.cpython-311.pyc3.93 KB
/usr/lib/python3.11/site-packages/cachy/contracts/__pycache__/taggable_store.cpython-311.opt-1.pyc1.13 KB
/usr/lib/python3.11/site-packages/cachy/contracts/__pycache__/taggable_store.cpython-311.pyc1.13 KB
/usr/lib/python3.11/site-packages/cachy/contracts/factory.py323.00 B
/usr/lib/python3.11/site-packages/cachy/contracts/repository.py2.87 KB
/usr/lib/python3.11/site-packages/cachy/contracts/store.py2.53 KB
/usr/lib/python3.11/site-packages/cachy/contracts/taggable_store.py497.00 B
/usr/lib/python3.11/site-packages/cachy/helpers.py101.00 B
/usr/lib/python3.11/site-packages/cachy/redis_tagged_cache.py2.12 KB
/usr/lib/python3.11/site-packages/cachy/repository.py8.06 KB
/usr/lib/python3.11/site-packages/cachy/serializers0.00 B
/usr/lib/python3.11/site-packages/cachy/serializers/__init__.py202.00 B
/usr/lib/python3.11/site-packages/cachy/serializers/__pycache__0.00 B
/usr/lib/python3.11/site-packages/cachy/serializers/__pycache__/__init__.cpython-311.opt-1.pyc453.00 B
Component of No Buildroots