diff options
Diffstat (limited to 'python/queuelib/README')
-rw-r--r-- | python/queuelib/README | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/python/queuelib/README b/python/queuelib/README new file mode 100644 index 0000000000000..12600c89a3dc7 --- /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. |