RETIRED, further work has moved to Debian project infrastructure
Go to file
Alan Boudreault 69b44c5131 772 changelog 2017-06-16 10:31:17 -04:00
appveyor Acknowledge comments from the review, updated Gevent and Eventlet unit tests 2017-04-19 11:40:13 -04:00
benchmarks update year in licenses 2017-04-24 17:20:57 -04:00
cassandra Ensure shutdown_on_error is set before defuncting the connection 2017-06-16 07:29:11 -04:00
docs Add idle_heartbeat_timeout cluster option to tune how long to wait for heartbeat responses 2017-06-12 12:56:39 -04:00
examples update year in licenses 2017-04-24 17:20:57 -04:00
tests Add idle_heartbeat_timeout cluster option to tune how long to wait for heartbeat responses 2017-06-12 12:56:39 -04:00
.gitignore ignore generated test artifact 2015-10-13 11:46:21 -05:00
.travis.yml Simplified the travis matrix, moved part of it to Jenkins 2017-05-24 13:14:24 -04:00
CHANGELOG.rst 772 changelog 2017-06-16 10:31:17 -04:00
CONTRIBUTING.rst another link fixup 2017-01-11 11:17:25 -06: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 details to README-dev.rst 2017-06-13 13:38:20 -04:00
README.rst add note re: DSE 2017-04-26 11:26:51 -04:00
appveyor.yml Initial Appveryor enablement 2016-06-07 09:32:46 -05:00
build.yaml Simplified the travis matrix, moved part of it to Jenkins 2017-05-24 13:14:24 -04:00
docs.yaml set new docs reference for v3.10 2017-05-23 16:02:24 -04:00
doxyfile Changed doxyfile out/input directories 2015-09-15 06:29:44 -05:00
example_core.py update year in licenses 2017-04-24 17:20:57 -04:00
example_mapper.py update year in licenses 2017-04-24 17:20:57 -04:00
ez_setup.py Fix ez_setup 2014-04-16 08:55:27 -07:00
requirements.txt update six dependency (#709) 2017-04-19 14:46:42 -04:00
setup.py Added a more complete pre build check to setup.py 2017-06-12 16:32:33 -04:00
test-requirements.txt Freeze Cython dep 2016-10-26 10:01:34 -04:00
tox.ini Updated travis.yml, tox.ini 2017-04-21 14:07:50 -04:00

README.rst

DataStax Python Driver for Apache Cassandra

image

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

The driver supports Python 2.7, 3.3, 3.4, 3.5, and 3.6.

If you require compatibility with DataStax Enterprise, use the DataStax Enterprise Python Driver.

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 best options for getting help with the driver are the mailing list and the #datastax-drivers channel in the DataStax Academy Slack.

License

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