X Tutup
The Wayback Machine - https://web.archive.org/web/20200620130359/https://github.com/datastax/python-driver
Skip to content
DataStax Python Driver for Apache Cassandra
Python Other
  1. Python 98.9%
  2. Other 1.1%
Branch: master
Clone or download

Latest commit

Latest commit c88255f Jun 17, 2020

Files

Permalink
Type Name Latest commit message Commit time
Failed to load latest commit information.
appveyor Use ccm cassandra-test branch for Windows to get use_single_interface… Jun 16, 2020
benchmarks asyncio fixes Jan 22, 2018
cassandra release 3.24: changelog & version Jun 17, 2020
docs Improve graph documentation for the core engine Jun 15, 2020
examples Add 2 concurrent execution examples Jul 12, 2019
tests Set resource_manager_options.worker_options.memory_total for DSE >=6.8 Jun 16, 2020
.gitignore ignore generated test artifact Oct 13, 2015
.travis.yml Fix tox utf8 issue and travis lz4 Jun 1, 2020
CHANGELOG.rst release 3.24: changelog & version Jun 17, 2020
CONTRIBUTING.rst Fix python version in Contributing guide Dec 3, 2018
Jenkinsfile Fix graph elementMap() result deserialization Jun 8, 2020
LICENSE Add license information Jun 3, 2013
MANIFEST.in patch release 2.7.1 Aug 25, 2015
README-dev.rst PYTHON-1189: Add Python 3.8 support (#37) Dec 6, 2019
README.rst Fix travis build image link Jun 1, 2020
appveyor.yml appveyor: remove use the tmp native ports branch Apr 3, 2020
build.yaml.bak add initial Jenkinsfile May 7, 2020
docs.yaml release 3.24: docs Jun 17, 2020
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 Bump geomet dependency to <0.3 May 14, 2020
setup.py Bump gremlinpython dependency to 3.4.6 May 20, 2020
test-datastax-requirements.txt Bump gremlinpython dependency to 3.4.6 May 20, 2020
test-requirements.txt Merge branch 'master-private' into ngdg_master_ft Jan 9, 2020
tox.ini Use gevent 1.4 for travis Jun 1, 2020

README.rst

DataStax Driver for Apache Cassandra

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

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

The driver supports Python 2.7, 3.4, 3.5, 3.6, 3.7 and 3.8.

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

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 Community.

License

Copyright DataStax, Inc.

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.

You can’t perform that action at this time.
X Tutup