RETIRED, further work has moved to Debian project infrastructure
Go to file
2016-08-15 15:43:03 -05:00
appveyor Initial Appveryor enablement 2016-06-07 09:32:46 -05:00
benchmarks python 2.6 format strings in benchmark scripts 2016-05-16 12:09:20 -05:00
cassandra Merge pull request #646 from datastax/284 2016-08-15 12:20:15 -05:00
docs basic request init listener 2016-08-11 16:52:07 -05:00
examples Add example request init listener 2016-08-11 16:52:08 -05:00
tests PYTHON-284 tests, fixing timing on unit test issue 2016-08-15 15:43:03 -05:00
.gitignore ignore generated test artifact 2015-10-13 11:46:21 -05:00
.travis.yml First pass at moving travis over to the new infrastructure 2015-10-19 15:00:53 -05:00
appveyor.yml Initial Appveryor enablement 2016-06-07 09:32:46 -05:00
build.yaml Updating build yaml for C* 3.7 2016-06-16 17:39:31 -05:00
CHANGELOG.rst add python-609, which was merged before release 2016-08-01 14:58:15 -05:00
CONTRIBUTING.rst fixed typo in CONTRIBUTING.rst 2016-06-17 14:10:07 -05:00
docs.yaml legacy html rewrites for docs.yaml 2016-07-01 14:25:06 -05:00
doxyfile Changed doxyfile out/input directories 2015-09-15 06:29:44 -05:00
example_core.py [ci skip] Update copyright dates 2016-01-29 13:59:06 -06:00
example_mapper.py [ci skip] Update copyright dates 2016-01-29 13:59:06 -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 patch release 2.7.1 2015-08-25 17:31:33 -05:00
README-dev.rst Add README-dev info to make the latest GA the only visible version 2016-03-10 16:37:49 -05:00
README.rst readme update 2016-06-17 13:43:10 -05:00
requirements.txt pin futures at 2.2.0 and explain 2015-09-04 10:18:13 -05:00
setup.py Check for Python include before requiring Cython 2016-02-04 15:35:55 -06:00
test-requirements.txt relax mock test requirement now that they readded 2.6 support 2016-06-29 14:45:15 -05:00
tox.ini Twisted gave up on Python 2.6 and 3.3. Lock down for testing 2015-12-07 09:11:36 -06:00

DataStax Python Driver for Apache Cassandra

image

A modern, feature-rich and highly-tunable Python client library for Apache Cassandra (1.2+) and DataStax Enterprise (3.1+) using exclusively Cassandra's binary protocol and Cassandra Query Language v3.

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

Feedback Requested

Help us focus our efforts! Provide your input on the Platform and Runtime Survey (we kept it short).

Features

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.

Contributing

See CONTRIBUTING.md.

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.

License

Copyright 2013-2016 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.