1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23
|
Source: python-dirq
Section: python
Priority: optional
Maintainer: Debian Python Team <team+python@tracker.debian.org>
Uploaders: Josenilson Ferreira da Silva <nilsonfsilva@hotmail.com>
Build-Depends: debhelper-compat (= 13),
dh-python,
python3-setuptools,
python3-all
Standards-Version: 4.6.1
Homepage: https://github.com/cern-mig/python-dirq
Vcs-Git: https://salsa.debian.org/python-team/packages/python-dirq.git
Vcs-Browser: https://salsa.debian.org/python-team/packages/python-dirq
Rules-Requires-Root: no
Package: python3-dirq
Architecture: all
Depends: ${misc:Depends}, ${python3:Depends}
Description: Disk I/O operation scheduler in Python
objective of this module is to provide a queuing system using
the underlying file system for storage, security and to avoid
race conditions through atomic operations, focusing on simplicity,
robustness and scalability.
|