pycassa 1.8.0 Documentation

pycassa is a Python client for Apache Cassandra. The latest release of pycassa is fully compatible with Cassandra 0.8 to 1.1, and is compatible with the data API of Cassandra 0.7.

pycassa is open source under the MIT license. The source code repository for pycassa can be found on Github.

Contents

Installing
How to install pycassa.
Tutorial
A short overview of pycassa usage.
API Documentation
The pycassa API documentation.
Assorted Functionality
How to work with various Cassandra and pycassa features.
Using pycassa with Other Tools
How to use pycassa with other projects, including eventlet and Celery.
Changelog
The changelog for every version of pycassa.
Development
Notes for developing pycassa itself.

Help

Mailing Lists
IRC

Issues

Bugs and feature requests for pycassa are currently tracked through the github issue tracker.

Contributing

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.

About This Documentation

This documentation is generated using the Sphinx documentation generator. The source files for the documentation are located in the doc/ directory of pycassa. To generate the documentation, run the following command from the root directory of pycassa:

$ python setup.py doc

Project Versions

Table Of Contents

Next topic

Installing

This Page