diff options
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 |
commit | e24ea41f313fe09de6b599157d56894dbdda782f (patch) | |
tree | 65223dc2b0b8f069e209693977578aeca7f7dafa /python/queuelib/slack-desc | |
parent | 454c0c92e600902246323e0e1bbdd7d4b9611d65 (diff) |
python/queuelib: Added (Collection of persistent queues).
Signed-off-by: Dimitris Zlatanidis <d.zlatanidis@gmail.com>
Diffstat (limited to 'python/queuelib/slack-desc')
-rw-r--r-- | python/queuelib/slack-desc | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/python/queuelib/slack-desc b/python/queuelib/slack-desc new file mode 100644 index 0000000000000..7c763414e141a --- /dev/null +++ b/python/queuelib/slack-desc @@ -0,0 +1,19 @@ +# HOW TO EDIT THIS FILE: +# The "handy ruler" below makes it easier to edit a package description. +# Line up the first '|' above the ':' following the base package name, and +# the '|' on the right side marks the last column you can put a character in. +# You must make exactly 11 lines for the formatting to be correct. It's also +# customary to leave one space after the ':' except on otherwise blank lines. + + |-----handy-ruler------------------------------------------------------| +queuelib: queuelib (Collection of persistent queues) +queuelib: +queuelib: Queuelib is a collection of persistent (disk-based) queues for +queuelib: Python. Queuelib goals are speed and simplicity. It was originally +queuelib: part of the Scrapy framework and stripped out on its own library. +queuelib: +queuelib: Homepage: https://github.com/scrapy/queuelib +queuelib: +queuelib: +queuelib: +queuelib: |