From e24ea41f313fe09de6b599157d56894dbdda782f Mon Sep 17 00:00:00 2001 From: Dimitris Zlatanidis Date: Wed, 29 Jun 2016 21:33:57 +0300 Subject: python/queuelib: Added (Collection of persistent queues). Signed-off-by: Dimitris Zlatanidis --- python/queuelib/README | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 python/queuelib/README (limited to 'python/queuelib/README') diff --git a/python/queuelib/README b/python/queuelib/README new file mode 100644 index 0000000000..12600c89a3 --- /dev/null +++ b/python/queuelib/README @@ -0,0 +1,3 @@ +Queuelib is a collection of persistent (disk-based) queues for +Python. Queuelib goals are speed and simplicity. It was originally +part of the Scrapy framework and stripped out on its own library. -- cgit v1.2.3