summaryrefslogtreecommitdiffstats
path: root/python/queuelib/README
diff options
context:
space:
mode:
author Dimitris Zlatanidis <d.zlatanidis@gmail.com>2016-06-29 21:33:57 +0300
committer Willy Sudiarto Raharjo <willysr@slackbuilds.org>2016-06-30 16:34:31 +0700
commite24ea41f313fe09de6b599157d56894dbdda782f (patch)
tree65223dc2b0b8f069e209693977578aeca7f7dafa /python/queuelib/README
parent454c0c92e600902246323e0e1bbdd7d4b9611d65 (diff)
downloadslackbuilds-e24ea41f313fe09de6b599157d56894dbdda782f.tar.gz
slackbuilds-e24ea41f313fe09de6b599157d56894dbdda782f.tar.xz
python/queuelib: Added (Collection of persistent queues).
Signed-off-by: Dimitris Zlatanidis <d.zlatanidis@gmail.com>
Diffstat (limited to 'python/queuelib/README')
-rw-r--r--python/queuelib/README3
1 files changed, 3 insertions, 0 deletions
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.