DataStax Python Driver for Apache Cassandra
Python C PowerShell
Clone or download
Fetching latest commit…
Cannot retrieve the latest commit at this time.
Permalink
Failed to load latest commit information.
appveyor Update cassandra version to 3.11.2 in appveyor Mar 28, 2018
benchmarks asyncio fixes Jan 22, 2018
cassandra PYTHON-973: Use global variable for libev loops so it can be subclassed Jun 5, 2018
docs Update PyPI URLs for new Python Package Index May 30, 2018
examples Remove copyright dates from copyright notices Jan 3, 2018
tests Add test PYTHON-973 Jun 5, 2018
.gitignore ignore generated test artifact Oct 13, 2015
.travis.yml gevent: requires ares.h (libc-ares) May 21, 2018
CHANGELOG.rst PYTHON-973: Use global variable for libev loops so it can be subclassed Jun 5, 2018
CONTRIBUTING.rst another link fixup Jan 11, 2017
LICENSE Add license information Jun 3, 2013
MANIFEST.in patch release 2.7.1 Aug 25, 2015
README-dev.rst add details to README-dev.rst Jun 13, 2017
README.rst big-endian non-support statement Jul 25, 2017
appveyor.yml Update cassandra version to 3.11.2 in appveyor Mar 28, 2018
build.yaml remove simulacron download Apr 25, 2018
docs.yaml update docs ref Apr 16, 2018
doxyfile Changed doxyfile out/input directories Sep 15, 2015
example_core.py Remove copyright dates from copyright notices Jan 3, 2018
example_mapper.py Remove copyright dates from copyright notices Jan 3, 2018
ez_setup.py Fix ez_setup Apr 16, 2014
requirements.txt update six dependency (#709) Apr 19, 2017
setup.py Remove copyright dates from copyright notices Jan 3, 2018
test-requirements.txt PyOpenSSL -> twsited[tls] in test-requirements Apr 12, 2018
tox.ini Removed MONKEY_PATCH_LOOP in tests Jan 31, 2018

README.rst

DataStax Python Driver for Apache Cassandra

https://travis-ci.org/datastax/python-driver.png?branch=master

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.

Note: DataStax products do not support big-endian systems.

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.