RETIRED, further work has moved to Debian project infrastructure
Go to file
2015-04-17 16:51:52 -05:00
benchmarks Update copyright in core files 2015-02-10 12:02:01 -06:00
cassandra Docs for custom_payload 2015-04-17 16:51:52 -05:00
docs Docs for custom_payload 2015-04-17 16:51:52 -05:00
tests Removed unused parameters from PreparedStatement init 2015-04-16 15:34:42 -05:00
.gitignore Merge remote-tracking branch 'cqlengine/master' into cqlengine-integration 2015-02-03 14:38:01 -06:00
.travis.yml Change C* version in travis matrix to avoid integration test conflict 2015-03-19 10:57:52 -05:00
CHANGELOG.rst Custom payloads for protocol v4 2015-04-17 15:46:38 -05:00
example_core.py Add mapper example at root, rename existing example 2015-02-10 16:47:41 -06:00
example_mapper.py Add mapper example at root, rename existing example 2015-02-10 16:47:41 -06:00
ez_setup.py Fix ez_setup 2014-04-16 08:55:27 -07:00
LICENSE Add license information 2013-06-03 12:34:24 -05:00
MANIFEST.in Switch back to plain setuptools, packaging tweaks 2013-10-04 12:15:03 -05:00
README-dev.rst Remove debian references from release procedure. 2014-11-26 18:38:46 +00:00
README.rst Update mapper doc link in README 2015-03-23 14:31:28 -05:00
requirements.txt Add "six >=1.6" to requirements.txt 2014-05-29 10:32:22 -05:00
setup.py Add install warning when cqlengine present 2015-02-12 10:53:34 -06:00
test-requirements.txt Remove cqlengine project artifacts, update existing README 2015-02-05 11:41:41 -06:00
tox.ini Integrate cqlengine tests into tox.ini 2015-02-09 17:20:35 -06:00

DataStax Python Driver for Apache Cassandra

image

A Python client driver for Apache Cassandra. This driver works exclusively with the Cassandra Query Language v3 (CQL3) and Cassandra's native protocol. Cassandra versions 1.2 through 2.1 are supported.

The driver supports Python 2.6, 2.7, 3.3, and 3.4*.

  • cqlengine component presently supports Python 2.7+

Installation

Installation through pip is recommended:

$ pip install cassandra-driver

For more complete installation instructions, see the installation guide.

Documentation

The documentation can be found online here.

A couple of links for getting up to speed:

Object Mapper

cqlengine (originally developed by Blake Eggleston and Jon Haddad, with contributions from the community) is now maintained as an integral part of this package. Refer to documentation here.

Reporting Problems

Please report any bugs and make any feature requests on the JIRA issue tracker.

If you would like to contribute, please feel free to open a pull request.

Getting Help

Your two best options for getting help with the driver are the mailing list and the IRC channel.

For IRC, use the #datastax-drivers channel on irc.freenode.net. If you don't have an IRC client, you can use freenode's web-based client.

Features to be Added

  • C extension for encoding/decoding messages

License

Copyright 2013-2015 DataStax

Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at

http://www.apache.org/licenses/LICENSE-2.0

Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.