Thu, 27 Jun 2024 08:15:10 UTC | login

Information for RPM python3-dirq-1.7.1-15.fc32.noarch.rpm

ID545732
Namepython3-dirq
Version1.7.1
Release15.fc32
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 Time2020-01-30 11:42:15 GMT
Size59.58 KB
6557336728fb62974a4d617f9a8a1963
LicenseASL 2.0
Provides
python3-dirq = 1.7.1-15.fc32
python3.8dist(dirq) = 1.7.1
python3dist(dirq) = 1.7.1
Obsoletes No Obsoletes
Conflicts No Conflicts
Requires
python(abi) = 3.8
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 55 >>>
Name ascending sort Size
/usr/lib/python3.8/site-packages/dirq0.00 B
/usr/lib/python3.8/site-packages/dirq-1.7.1-py3.8.egg-info1.45 KB
/usr/lib/python3.8/site-packages/dirq/Exceptions.py307.00 B
/usr/lib/python3.8/site-packages/dirq/QueueBase.py9.92 KB
/usr/lib/python3.8/site-packages/dirq/QueueNull.py2.73 KB
/usr/lib/python3.8/site-packages/dirq/QueueSet.py5.13 KB
/usr/lib/python3.8/site-packages/dirq/QueueSimple.py13.13 KB
/usr/lib/python3.8/site-packages/dirq/__init__.py886.00 B
/usr/lib/python3.8/site-packages/dirq/__pycache__0.00 B
/usr/lib/python3.8/site-packages/dirq/__pycache__/Exceptions.cpython-38.opt-1.pyc654.00 B
/usr/lib/python3.8/site-packages/dirq/__pycache__/Exceptions.cpython-38.pyc654.00 B
/usr/lib/python3.8/site-packages/dirq/__pycache__/QueueBase.cpython-38.opt-1.pyc9.60 KB
/usr/lib/python3.8/site-packages/dirq/__pycache__/QueueBase.cpython-38.pyc9.60 KB
/usr/lib/python3.8/site-packages/dirq/__pycache__/QueueNull.cpython-38.opt-1.pyc3.40 KB
/usr/lib/python3.8/site-packages/dirq/__pycache__/QueueNull.cpython-38.pyc3.40 KB
/usr/lib/python3.8/site-packages/dirq/__pycache__/QueueSet.cpython-38.opt-1.pyc4.99 KB
/usr/lib/python3.8/site-packages/dirq/__pycache__/QueueSet.cpython-38.pyc4.99 KB
/usr/lib/python3.8/site-packages/dirq/__pycache__/QueueSimple.cpython-38.opt-1.pyc11.43 KB
/usr/lib/python3.8/site-packages/dirq/__pycache__/QueueSimple.cpython-38.pyc11.43 KB
/usr/lib/python3.8/site-packages/dirq/__pycache__/__init__.cpython-38.opt-1.pyc1.02 KB
/usr/lib/python3.8/site-packages/dirq/__pycache__/__init__.cpython-38.pyc1.02 KB
/usr/lib/python3.8/site-packages/dirq/__pycache__/queue.cpython-38.opt-1.pyc28.31 KB
/usr/lib/python3.8/site-packages/dirq/__pycache__/queue.cpython-38.pyc28.31 KB
/usr/lib/python3.8/site-packages/dirq/__pycache__/utils.cpython-38.opt-1.pyc731.00 B
/usr/lib/python3.8/site-packages/dirq/__pycache__/utils.cpython-38.pyc731.00 B
/usr/lib/python3.8/site-packages/dirq/queue.py34.98 KB
/usr/lib/python3.8/site-packages/dirq/utils.py626.00 B
/usr/share/doc/python3-dirq0.00 B
/usr/share/doc/python3-dirq/CHANGES3.37 KB
/usr/share/doc/python3-dirq/README.rst1.13 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-38.pyc805.00 B
/usr/share/doc/python3-dirq/test/__pycache__/all_tests.cpython-38.pyc1.32 KB
/usr/share/doc/python3-dirq/test/__pycache__/run_tests.cpython-38.pyc1.06 KB
/usr/share/doc/python3-dirq/test/__pycache__/testDirQueue.cpython-38.pyc6.09 KB
/usr/share/doc/python3-dirq/test/__pycache__/testDirQueueBase.cpython-38.pyc4.75 KB
/usr/share/doc/python3-dirq/test/__pycache__/testDirQueueNull.cpython-38.pyc3.24 KB
/usr/share/doc/python3-dirq/test/__pycache__/testDirQueueSet.cpython-38.pyc2.75 KB
/usr/share/doc/python3-dirq/test/__pycache__/testDirQueueSimple.cpython-38.pyc5.96 KB
/usr/share/doc/python3-dirq/test/__pycache__/testWrapper.cpython-38.pyc2.68 KB
/usr/share/doc/python3-dirq/test/all_tests.py969.00 B
/usr/share/doc/python3-dirq/test/dqst.py6.20 KB
/usr/share/doc/python3-dirq/test/dqt.py10.41 KB
/usr/share/doc/python3-dirq/test/run_tests.py877.00 B
/usr/share/doc/python3-dirq/test/testDirQueue.py6.17 KB
Component of No Buildroots