Pycassa


pycassa is a client library for Apache Cassandra.
It is a Python client library having following features:
Like Apache Cassandra, pycassa is open-source.

Code example

The following code adds the user name with the corresponding password to the column families USER and USERNAME:

username = "jericevans"
password = "**********"
useruuid = str)
columns =
USER.insert
USERNAME.insert