1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28
|
Source: python-queuelib
Section: python
Priority: optional
Maintainer: Debian Python Modules Team <python-modules-team@lists.alioth.debian.org>
Uploaders:
Ignace Mouzannar <mouzannar@gmail.com>,
Vincent Cheng <vcheng@debian.org>,
Andrey Rahmatullin <wrar@debian.org>
Build-Depends:
debhelper-compat (= 12),
dh-python,
python3-all,
python3-setuptools,
python3-pytest
Standards-Version: 4.4.0
Homepage: https://github.com/scrapy/queuelib
Vcs-Git: https://salsa.debian.org/python-team/modules/python-queuelib.git
Vcs-Browser: https://salsa.debian.org/python-team/modules/python-queuelib
Rules-Requires-Root: no
Package: python3-queuelib
Architecture: all
Depends: ${misc:Depends}, ${python3:Depends}
Description: collection of persistent (disk-based) queues (Python 3)
Queuelib is a collection of persistent (disk-based) queues for Python.
Queuelib goals are speed and simplicity.
.
This is the Python 3 version of the package.
|