pycassa is a Thrift-based Python client for Apache Cassandra.
pycassa does not support CQL or Cassandra’s native protocol, which are a replacement for the Thrift interface that pycassa is based on. If you are starting a new project, it is highly recommended that you use the newer DataStax python driver instead of pycassa.
pycassa is open source under the MIT license. The source code repository for pycassa can be found on Github.
Bugs and feature requests for pycassa are currently tracked through the github issue tracker.
You are encouraged to offer any contributions or ideas you have. Contributing to the documentation or examples, reporting bugs, requesting features, and (of course) improving the code are all equally welcome. To contribute, fork the project on github and make a pull request.