diff options
author | Marcel Saegebarth <marc@mos6581.de> | 2015-02-07 06:18:44 +0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2015-02-07 06:18:44 +0700 |
commit | 432b92eaf8ff4c7cf5d16567bfb944990d05d878 (patch) | |
tree | 0f7b3922b90ec0494f7b9ccbd0d22fa7caed0e1e /python/python-memcached/slack-desc | |
parent | b35e7fc4becc290f141354e09870dfb480260a9a (diff) |
python/python-memcached: Added (Python client for memached).
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'python/python-memcached/slack-desc')
-rw-r--r-- | python/python-memcached/slack-desc | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/python/python-memcached/slack-desc b/python/python-memcached/slack-desc new file mode 100644 index 000000000000..f089e2194591 --- /dev/null +++ b/python/python-memcached/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------------------------------------------------------| +python-memcached: python-memcached (Python client for memached) +python-memcached: +python-memcached: This software is a 100% Python interface to the memcached memory +python-memcached: cache daemon. It is the client side software which allows storing +python-memcached: values in one or more, possibly remote, memcached servers. Search +python-memcached: google for memcached for more information. +python-memcached: +python-memcached: Homepage: https://github.com/linsomniac/python-memcached +python-memcached: +python-memcached: +python-memcached: |