Name: | python-dirq |
---|---|
Version: | 1.7.1 |
Release: | 1.el7 |
Architecture: | noarch |
Group: | Development/Languages |
Size: | 193500 |
License: | ASL 2.0 |
RPM: | python-dirq-1.7.1-1.el7.noarch.rpm |
Source RPM: | python-dirq-1.7.1-1.el7.src.rpm |
Build Date: | Wed Oct 25 2017 |
Build Host: | x86-ol7-builder-02.us.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. |