summaryrefslogtreecommitdiffstats
path: root/python/pycassa/README
diff options
context:
space:
mode:
author Nikolay Korotkiy <sikmir@gmail.com>2012-12-28 23:01:51 +0100
committer Matteo Bernardini <ponce@slackbuilds.org>2012-12-28 23:02:06 +0100
commit2652e7514b336e07869fb1ac0066bd8b22338f4c (patch)
tree78341cf1705eda3c28445f816109be913820eec3 /python/pycassa/README
parentc10597536efd3458796d89addc04f672285e0807 (diff)
downloadslackbuilds-2652e7514b336e07869fb1ac0066bd8b22338f4c.tar.gz
slackbuilds-2652e7514b336e07869fb1ac0066bd8b22338f4c.tar.xz
python/pycassa: Added (client library for Apache Cassandra).
Signed-off-by: Matteo Bernardini <ponce@slackbuilds.org>
Diffstat (limited to 'python/pycassa/README')
-rw-r--r--python/pycassa/README10
1 files changed, 10 insertions, 0 deletions
diff --git a/python/pycassa/README b/python/pycassa/README
new file mode 100644
index 0000000000..4c9b71a4e2
--- /dev/null
+++ b/python/pycassa/README
@@ -0,0 +1,10 @@
+pycassa is a python client library for Apache Cassandra with
+the following features:
+
+ - Automatic failover and operation retries
+ - Connection pooling
+ - Multithreading support
+ - A batch interface
+ - A class for mapping classes to Cassandra column families
+
+pycassa is open source under the MIT license.