summaryrefslogtreecommitdiffstats
path: root/python/pycassa/README
diff options
context:
space:
mode:
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.