summaryrefslogtreecommitdiff
path: root/databases/py-cassa/DESCR
diff options
context:
space:
mode:
authortonnerre <tonnerre@pkgsrc.org>2010-05-01 18:56:22 +0000
committertonnerre <tonnerre@pkgsrc.org>2010-05-01 18:56:22 +0000
commit72bf9ca65c7ddd00bb4862afd3088cdb93fc22d9 (patch)
tree0ed2f579166cee4ce8ecd1730d65edbaa145cf1d /databases/py-cassa/DESCR
parent6cf9067f6c43fb30f2736e0240eac24b021f588d (diff)
downloadpkgsrc-72bf9ca65c7ddd00bb4862afd3088cdb93fc22d9.tar.gz
Import pycassa version 0.3.0.
pycassa is a Cassandra library with the following features: 1. Auto-failover single or thread-local connections 2. A simplified version of the thrift interface 3. A method to map an existing class to a Cassandra ColumnFamily. 4. Support for SuperColumns
Diffstat (limited to 'databases/py-cassa/DESCR')
-rw-r--r--databases/py-cassa/DESCR6
1 files changed, 6 insertions, 0 deletions
diff --git a/databases/py-cassa/DESCR b/databases/py-cassa/DESCR
new file mode 100644
index 00000000000..11af081f86c
--- /dev/null
+++ b/databases/py-cassa/DESCR
@@ -0,0 +1,6 @@
+pycassa is a Cassandra library with the following features:
+
+1. Auto-failover single or thread-local connections
+2. A simplified version of the thrift interface
+3. A method to map an existing class to a Cassandra ColumnFamily.
+4. Support for SuperColumns