Metadata-Version: 2.4 Name: cassandra-driver Version: 3.30.0 Summary: Apache Cassandra Python Driver Author: DataStax License-Expression: Apache-2.0 Project-URL: homepage, https://github.com/apache/cassandra-python-driver/ Project-URL: documentation, https://docs.datastax.com/en/developer/python-driver/latest/ Project-URL: source, https://github.com/apache/cassandra-python-driver/ Project-URL: issues, https://issues.apache.org/jira/issues/?jql=project%20%3D%20CASSPYTHON%20ORDER%20BY%20key%20DESC Project-URL: changelog, https://github.com/apache/cassandra-python-driver/blob/trunk/CHANGELOG.rst Keywords: cassandra,cql,orm,dse,graph Classifier: Development Status :: 5 - Production/Stable Classifier: Intended Audience :: Developers Classifier: Natural Language :: English Classifier: Operating System :: OS Independent Classifier: Programming Language :: Python Classifier: Programming Language :: Python :: 3.10 Classifier: Programming Language :: Python :: 3.11 Classifier: Programming Language :: Python :: 3.12 Classifier: Programming Language :: Python :: 3.13 Classifier: Programming Language :: Python :: 3.14 Classifier: Programming Language :: Python :: Implementation :: CPython Classifier: Programming Language :: Python :: Implementation :: PyPy Classifier: Topic :: Software Development :: Libraries :: Python Modules Requires-Python: >=3.10 Description-Content-Type: text/x-rst License-File: LICENSE Requires-Dist: geomet>=1.1 Requires-Dist: Deprecated>=1.3.1 Provides-Extra: graph Requires-Dist: gremlinpython==3.4.6; extra == "graph" Provides-Extra: cle Requires-Dist: cryptography>=42.0; extra == "cle" Provides-Extra: test Requires-Dist: pytest; extra == "test" Requires-Dist: PyYAML; extra == "test" Requires-Dist: pytz; extra == "test" Dynamic: license-file .. |license| image:: https://img.shields.io/badge/License-Apache%202.0-blue.svg :target: https://opensource.org/licenses/Apache-2.0 .. |version| image:: https://badge.fury.io/py/cassandra-driver.svg :target: https://badge.fury.io/py/cassandra-driver .. |pyversion| image:: https://img.shields.io/pypi/pyversions/cassandra-driver.svg .. |travis| image:: https://api.travis-ci.com/datastax/python-driver.svg?branch=master :target: https://travis-ci.com/github/datastax/python-driver |license| |version| |pyversion| |travis| Apache Cassandra Python Driver ============================== 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 3.10 through 3.14. **Note:** DataStax products do not support big-endian systems. Features -------- * `Synchronous `_ and `Asynchronous `_ APIs * `Simple, Prepared, and Batch statements `_ * Asynchronous IO, parallel execution, request pipelining * `Connection pooling `_ * Automatic node discovery * `Automatic reconnection `_ * Configurable `load balancing `_ and `retry policies `_ * `Concurrent execution utilities `_ * `Object mapper `_ * `Connecting to DataStax Astra database (cloud) `_ * DSE Graph execution API * DSE Geometric type serialization * DSE PlainText and GSSAPI authentication 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: * `Installation `_ * `Getting started guide `_ * `API docs `_ * `Performance tips `_ 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.rst `_. Reporting Problems ------------------ Please report any bugs and make any feature requests on the `CASSPYTHON project `_ of the ASF JIRA. If you would like to contribute, please feel free to open a pull request. Getting Help ------------ You can talk about the driver, ask questions and get help in the #cassandra-drivers channel on `ASF Slack `_. License ------- Copyright 2013 The Apache Software Foundation 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.