diff options
author | tonnerre <tonnerre@pkgsrc.org> | 2010-05-01 18:56:22 +0000 |
---|---|---|
committer | tonnerre <tonnerre@pkgsrc.org> | 2010-05-01 18:56:22 +0000 |
commit | 72bf9ca65c7ddd00bb4862afd3088cdb93fc22d9 (patch) | |
tree | 0ed2f579166cee4ce8ecd1730d65edbaa145cf1d /databases/py-cassa/DESCR | |
parent | 6cf9067f6c43fb30f2736e0240eac24b021f588d (diff) | |
download | pkgsrc-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/DESCR | 6 |
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 |