Name: | python3-dirq |
---|---|
Version: | 1.7.1 |
Release: | 14.el9 |
Architecture: | noarch |
Group: | Unspecified |
Size: | 214091 |
License: | ASL 2.0 |
RPM: | python3-dirq-1.7.1-14.el9.noarch.rpm |
Source RPM: | python-dirq-1.7.1-14.el9.src.rpm |
Build Date: | Thu Feb 03 2022 |
Build Host: | build-ol9-x86_64.oracle.com |
Vendor: | Oracle America |
URL: | https://github.com/cern-mig/python-dirq |
Summary: | Directory based queue |
Description: | The 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. |