Mon, 09 Sep 2024 04:00:02 UTC | login

Information for RPM python3-dirq-1.8-12.fc41.noarch.rpm

ID1312850
Namepython3-dirq
Version1.8
Release12.fc41
Epoch
Archnoarch
SummaryDirectory based queue
DescriptionThe goal of this module is to offer a simple queue system using the underlying file system for storage, security and to prevent race conditions via atomic operations. It focuses on simplicity, robustness and the ability to scale. The python module dirq is compatible with the Perl module Directory::Queue.
Build Time2024-06-07 07:40:52 GMT
Size72.62 KB
8dd0d65a0f889a4a939f131c906162ee
LicenseASL 2.0
Provides
python-dirq = 1.8-12.fc41
python3-dirq = 1.8-12.fc41
python3.13-dirq = 1.8-12.fc41
python3.13dist(dirq) = 1.8
python3dist(dirq) = 1.8
Obsoletes No Obsoletes
Conflicts No Conflicts
Requires
python(abi) = 3.13
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 59 >>>
Name ascending sort Size
/usr/lib/python3.13/site-packages/dirq0.00 B
/usr/lib/python3.13/site-packages/dirq-1.8-py3.13.egg-info0.00 B
/usr/lib/python3.13/site-packages/dirq-1.8-py3.13.egg-info/PKG-INFO1.36 KB
/usr/lib/python3.13/site-packages/dirq-1.8-py3.13.egg-info/SOURCES.txt420.00 B
/usr/lib/python3.13/site-packages/dirq-1.8-py3.13.egg-info/dependency_links.txt1.00 B
/usr/lib/python3.13/site-packages/dirq-1.8-py3.13.egg-info/top_level.txt5.00 B
/usr/lib/python3.13/site-packages/dirq/Exceptions.py307.00 B
/usr/lib/python3.13/site-packages/dirq/QueueBase.py9.92 KB
/usr/lib/python3.13/site-packages/dirq/QueueNull.py2.73 KB
/usr/lib/python3.13/site-packages/dirq/QueueSet.py5.13 KB
/usr/lib/python3.13/site-packages/dirq/QueueSimple.py13.13 KB
/usr/lib/python3.13/site-packages/dirq/__init__.py883.00 B
/usr/lib/python3.13/site-packages/dirq/__pycache__0.00 B
/usr/lib/python3.13/site-packages/dirq/__pycache__/Exceptions.cpython-313.opt-1.pyc782.00 B
/usr/lib/python3.13/site-packages/dirq/__pycache__/Exceptions.cpython-313.pyc782.00 B
/usr/lib/python3.13/site-packages/dirq/__pycache__/QueueBase.cpython-313.opt-1.pyc13.76 KB
/usr/lib/python3.13/site-packages/dirq/__pycache__/QueueBase.cpython-313.pyc13.76 KB
/usr/lib/python3.13/site-packages/dirq/__pycache__/QueueNull.cpython-313.opt-1.pyc3.60 KB
/usr/lib/python3.13/site-packages/dirq/__pycache__/QueueNull.cpython-313.pyc3.60 KB
/usr/lib/python3.13/site-packages/dirq/__pycache__/QueueSet.cpython-313.opt-1.pyc6.57 KB
/usr/lib/python3.13/site-packages/dirq/__pycache__/QueueSet.cpython-313.pyc6.57 KB
/usr/lib/python3.13/site-packages/dirq/__pycache__/QueueSimple.cpython-313.opt-1.pyc15.82 KB
/usr/lib/python3.13/site-packages/dirq/__pycache__/QueueSimple.cpython-313.pyc15.82 KB
/usr/lib/python3.13/site-packages/dirq/__pycache__/__init__.cpython-313.opt-1.pyc1.04 KB
/usr/lib/python3.13/site-packages/dirq/__pycache__/__init__.cpython-313.pyc1.04 KB
/usr/lib/python3.13/site-packages/dirq/__pycache__/queue.cpython-313.opt-1.pyc38.25 KB
/usr/lib/python3.13/site-packages/dirq/__pycache__/queue.cpython-313.pyc38.25 KB
/usr/lib/python3.13/site-packages/dirq/__pycache__/utils.cpython-313.opt-1.pyc933.00 B
/usr/lib/python3.13/site-packages/dirq/__pycache__/utils.cpython-313.pyc933.00 B
/usr/lib/python3.13/site-packages/dirq/queue.py35.00 KB
/usr/lib/python3.13/site-packages/dirq/utils.py626.00 B
/usr/share/doc/python3-dirq0.00 B
/usr/share/doc/python3-dirq/CHANGES3.49 KB
/usr/share/doc/python3-dirq/README.rst1.08 KB
/usr/share/doc/python3-dirq/examples0.00 B
/usr/share/doc/python3-dirq/examples/dirq_simple.py4.39 KB
/usr/share/doc/python3-dirq/examples/dirqset_simple.py1.71 KB
/usr/share/doc/python3-dirq/test0.00 B
/usr/share/doc/python3-dirq/test/__init__.py629.00 B
/usr/share/doc/python3-dirq/test/__pycache__0.00 B
/usr/share/doc/python3-dirq/test/__pycache__/__init__.cpython-313.pyc964.00 B
/usr/share/doc/python3-dirq/test/__pycache__/all_tests.cpython-313.pyc1.42 KB
/usr/share/doc/python3-dirq/test/__pycache__/run_tests.cpython-313.pyc1.39 KB
/usr/share/doc/python3-dirq/test/__pycache__/testDirQueue.cpython-313.pyc10.03 KB
/usr/share/doc/python3-dirq/test/__pycache__/testDirQueueBase.cpython-313.pyc7.69 KB
/usr/share/doc/python3-dirq/test/__pycache__/testDirQueueNull.cpython-313.pyc4.75 KB
/usr/share/doc/python3-dirq/test/__pycache__/testDirQueueSet.cpython-313.pyc4.82 KB
/usr/share/doc/python3-dirq/test/__pycache__/testDirQueueSimple.cpython-313.pyc11.58 KB
/usr/share/doc/python3-dirq/test/__pycache__/testWrapper.cpython-313.pyc4.56 KB
/usr/share/doc/python3-dirq/test/all_tests.py969.00 B
Component of No Buildroots