[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Bug#907971: ITP: python-persist-queue -- thread-safe disk based persistent queue



Package: wnpp
Severity: wishlist
Owner: debacle@debian.org

* Package name    : python-persist-queue
  Version         : 0.4.0
  Upstream Author : Peter Wang (peter-wangxu)
* URL             : https://pypi.org/project/persist-queue/
* License         : BSD
  Programming Lang: Python
  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.

I will maintain this package with the DPMT.

Note: I'll not prepare a package for Python 2, if nobody
explicitely asks for it.


Reply to: