deb_control_files:
- control
- md5sums
- postinst
- prerm
deb_fields:
Architecture: all
Depends: python3:any
Description: |-
thread-safe disk based persistent queue
persist-queue implements a file-based queue and a serial of
sqlite3-based queues. The goals is to achieve following
requirements:
.
* Disk-based: each queued item should be stored in disk in
case of any crash.
* Thread-safe: can be used by multi-threaded producers and
multi-threaded consumers.
* Recoverable: Items can be read after process restart.
* Green-compatible: can be used in greenlet or eventlet
environment.
Homepage: https://github.com/peter-wangxu/persist-queue
Installed-Size: '124'
Maintainer: Debian Python Team <team+python@tracker.debian.org>
Package: python3-persist-queue
Priority: optional
Section: python
Source: python-persist-queue
Version: 0.5.1-1
srcpkg_name: python-persist-queue
srcpkg_version: 0.5.1-1