Skip to content

Latest commit

 

History

History
18 lines (13 loc) · 429 Bytes

README.mkd

File metadata and controls

18 lines (13 loc) · 429 Bytes

Python-Cassandra

This package can be used to generate a Python egg for the Cassandra thrift bindings.

Installation

$ make
$ sudo easy_install dist/*.egg

Usage

from cassandra.Cassandra import *
# Get the first 100 results from Table['key'][‘ColumnFamily']
print get_slice_args('Table', 'Key', ColumnParent('ColumnFamily'), '', '',
                     True, 100)