cassandra-driver


Namecassandra-driver JSON
Version 3.29.2 PyPI version JSON
download
home_pagehttp://github.com/datastax/python-driver
SummaryDataStax Driver for Apache Cassandra
upload_time2024-09-10 02:20:46
maintainerNone
docs_urlNone
authorDataStax
requires_pythonNone
licenseNone
keywords cassandra cql orm dse graph
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI
coveralls test coverage No coveralls.
            
.. |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

|license| |version|

DataStax Driver for Apache Cassandra
====================================

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

A modern, `feature-rich <https://github.com/datastax/python-driver#features>`_ 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.8 through 3.12.

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

Features
--------
* `Synchronous <http://datastax.github.io/python-driver/api/cassandra/cluster.html#cassandra.cluster.Session.execute>`_ and `Asynchronous <http://datastax.github.io/python-driver/api/cassandra/cluster.html#cassandra.cluster.Session.execute_async>`_ APIs
* `Simple, Prepared, and Batch statements <http://datastax.github.io/python-driver/api/cassandra/query.html#cassandra.query.Statement>`_
* Asynchronous IO, parallel execution, request pipelining
* `Connection pooling <http://datastax.github.io/python-driver/api/cassandra/cluster.html#cassandra.cluster.Cluster.get_core_connections_per_host>`_
* Automatic node discovery
* `Automatic reconnection <http://datastax.github.io/python-driver/api/cassandra/policies.html#reconnecting-to-dead-hosts>`_
* Configurable `load balancing <http://datastax.github.io/python-driver/api/cassandra/policies.html#load-balancing>`_ and `retry policies <http://datastax.github.io/python-driver/api/cassandra/policies.html#retrying-failed-operations>`_
* `Concurrent execution utilities <http://datastax.github.io/python-driver/api/cassandra/concurrent.html>`_
* `Object mapper <http://datastax.github.io/python-driver/object_mapper.html>`_
* `Connecting to DataStax Astra database (cloud) <https://docs.datastax.com/en/developer/python-driver/latest/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 <http://datastax.github.io/python-driver/installation.html>`_.

Documentation
-------------
The documentation can be found online `here <http://datastax.github.io/python-driver/index.html>`_.

A couple of links for getting up to speed:

* `Installation <http://datastax.github.io/python-driver/installation.html>`_
* `Getting started guide <http://datastax.github.io/python-driver/getting_started.html>`_
* `API docs <http://datastax.github.io/python-driver/api/index.html>`_
* `Performance tips <http://datastax.github.io/python-driver/performance.html>`_

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 <http://datastax.github.io/python-driver/object_mapper.html>`_.

Contributing
------------
See `CONTRIBUTING.md <https://github.com/datastax/python-driver/blob/master/CONTRIBUTING.rst>`_.

Error Handling
--------------
While originally written for the Java driver, users may reference the `Cassandra error handling done right blog <https://www.datastax.com/blog/cassandra-error-handling-done-right>`_ for resolving error handling scenarios with Apache Cassandra.

Reporting Problems
------------------
Please report any bugs and make any feature requests on the
`JIRA <https://datastax-oss.atlassian.net/browse/PYTHON>`_ 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 <https://groups.google.com/a/lists.datastax.com/forum/#!forum/python-driver-user>`_
and the `DataStax Community <https://community.datastax.com>`_.

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.

            

Raw data

            {
    "_id": null,
    "home_page": "http://github.com/datastax/python-driver",
    "name": "cassandra-driver",
    "maintainer": null,
    "docs_url": null,
    "requires_python": null,
    "maintainer_email": null,
    "keywords": "cassandra, cql, orm, dse, graph",
    "author": "DataStax",
    "author_email": null,
    "download_url": "https://files.pythonhosted.org/packages/b2/6f/d25121afaa2ea0741d05d2e9921a7ca9b4ce71634b16a8aaee21bd7af818/cassandra-driver-3.29.2.tar.gz",
    "platform": null,
    "description": "\n.. |license| image:: https://img.shields.io/badge/License-Apache%202.0-blue.svg\n    :target: https://opensource.org/licenses/Apache-2.0\n.. |version| image:: https://badge.fury.io/py/cassandra-driver.svg\n    :target: https://badge.fury.io/py/cassandra-driver\n\n|license| |version|\n\nDataStax Driver for Apache Cassandra\n====================================\n\n.. image:: https://travis-ci.com/datastax/python-driver.png?branch=master\n   :target: https://travis-ci.com/github/datastax/python-driver\n\nA modern, `feature-rich <https://github.com/datastax/python-driver#features>`_ and highly-tunable Python client library for Apache Cassandra (2.1+) and\nDataStax Enterprise (4.7+) using exclusively Cassandra's binary protocol and Cassandra Query Language v3.\n\nThe driver supports Python 3.8 through 3.12.\n\n**Note:** DataStax products do not support big-endian systems.\n\nFeatures\n--------\n* `Synchronous <http://datastax.github.io/python-driver/api/cassandra/cluster.html#cassandra.cluster.Session.execute>`_ and `Asynchronous <http://datastax.github.io/python-driver/api/cassandra/cluster.html#cassandra.cluster.Session.execute_async>`_ APIs\n* `Simple, Prepared, and Batch statements <http://datastax.github.io/python-driver/api/cassandra/query.html#cassandra.query.Statement>`_\n* Asynchronous IO, parallel execution, request pipelining\n* `Connection pooling <http://datastax.github.io/python-driver/api/cassandra/cluster.html#cassandra.cluster.Cluster.get_core_connections_per_host>`_\n* Automatic node discovery\n* `Automatic reconnection <http://datastax.github.io/python-driver/api/cassandra/policies.html#reconnecting-to-dead-hosts>`_\n* Configurable `load balancing <http://datastax.github.io/python-driver/api/cassandra/policies.html#load-balancing>`_ and `retry policies <http://datastax.github.io/python-driver/api/cassandra/policies.html#retrying-failed-operations>`_\n* `Concurrent execution utilities <http://datastax.github.io/python-driver/api/cassandra/concurrent.html>`_\n* `Object mapper <http://datastax.github.io/python-driver/object_mapper.html>`_\n* `Connecting to DataStax Astra database (cloud) <https://docs.datastax.com/en/developer/python-driver/latest/cloud/>`_\n* DSE Graph execution API\n* DSE Geometric type serialization\n* DSE PlainText and GSSAPI authentication\n\nInstallation\n------------\nInstallation through pip is recommended::\n\n    $ pip install cassandra-driver\n\nFor more complete installation instructions, see the\n`installation guide <http://datastax.github.io/python-driver/installation.html>`_.\n\nDocumentation\n-------------\nThe documentation can be found online `here <http://datastax.github.io/python-driver/index.html>`_.\n\nA couple of links for getting up to speed:\n\n* `Installation <http://datastax.github.io/python-driver/installation.html>`_\n* `Getting started guide <http://datastax.github.io/python-driver/getting_started.html>`_\n* `API docs <http://datastax.github.io/python-driver/api/index.html>`_\n* `Performance tips <http://datastax.github.io/python-driver/performance.html>`_\n\nObject Mapper\n-------------\ncqlengine (originally developed by Blake Eggleston and Jon Haddad, with contributions from the\ncommunity) is now maintained as an integral part of this package. Refer to\n`documentation here <http://datastax.github.io/python-driver/object_mapper.html>`_.\n\nContributing\n------------\nSee `CONTRIBUTING.md <https://github.com/datastax/python-driver/blob/master/CONTRIBUTING.rst>`_.\n\nError Handling\n--------------\nWhile originally written for the Java driver, users may reference the `Cassandra error handling done right blog <https://www.datastax.com/blog/cassandra-error-handling-done-right>`_ for resolving error handling scenarios with Apache Cassandra.\n\nReporting Problems\n------------------\nPlease report any bugs and make any feature requests on the\n`JIRA <https://datastax-oss.atlassian.net/browse/PYTHON>`_ issue tracker.\n\nIf you would like to contribute, please feel free to open a pull request.\n\nGetting Help\n------------\nYour best options for getting help with the driver are the\n`mailing list <https://groups.google.com/a/lists.datastax.com/forum/#!forum/python-driver-user>`_\nand the `DataStax Community <https://community.datastax.com>`_.\n\nLicense\n-------\nCopyright DataStax, Inc.\n\nLicensed under the Apache License, Version 2.0 (the \"License\");\nyou may not use this file except in compliance with the License.\nYou may obtain a copy of the License at\n\nhttp://www.apache.org/licenses/LICENSE-2.0\n\nUnless required by applicable law or agreed to in writing, software\ndistributed under the License is distributed on an \"AS IS\" BASIS,\nWITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\nSee the License for the specific language governing permissions and\nlimitations under the License.\n",
    "bugtrack_url": null,
    "license": null,
    "summary": "DataStax Driver for Apache Cassandra",
    "version": "3.29.2",
    "project_urls": {
        "Documentation": "https://docs.datastax.com/en/developer/python-driver/latest/",
        "Homepage": "http://github.com/datastax/python-driver",
        "Issues": "https://datastax-oss.atlassian.net/browse/PYTHON",
        "Source": "https://github.com/datastax/python-driver/"
    },
    "split_keywords": [
        "cassandra",
        " cql",
        " orm",
        " dse",
        " graph"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "54b4d5da6b2e82abc8b1d9f93bbc633441a51098bb183aaf2c0481162e17fffe",
                "md5": "ed656ce1fc644f49f4fa6a9c7e8b1b8f",
                "sha256": "957208093ff2353230d0d83edf8c8e8582e4f2999d9a33292be6558fec943562"
            },
            "downloads": -1,
            "filename": "cassandra_driver-3.29.2-cp310-cp310-macosx_10_9_x86_64.whl",
            "has_sig": false,
            "md5_digest": "ed656ce1fc644f49f4fa6a9c7e8b1b8f",
            "packagetype": "bdist_wheel",
            "python_version": "cp310",
            "requires_python": null,
            "size": 363775,
            "upload_time": "2024-09-10T02:19:21",
            "upload_time_iso_8601": "2024-09-10T02:19:21.978816Z",
            "url": "https://files.pythonhosted.org/packages/54/b4/d5da6b2e82abc8b1d9f93bbc633441a51098bb183aaf2c0481162e17fffe/cassandra_driver-3.29.2-cp310-cp310-macosx_10_9_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "f46d366346a652f8523c26307846ec5c59e93fdfeee28e67078d68a07fcb2da2",
                "md5": "cc98227148f716a648eba14fdf7a7ef7",
                "sha256": "d70353b6d9d6e01e2b261efccfe90ce0aa6f416588e6e626ca2ed0aff6b540cf"
            },
            "downloads": -1,
            "filename": "cassandra_driver-3.29.2-cp310-cp310-macosx_11_0_arm64.whl",
            "has_sig": false,
            "md5_digest": "cc98227148f716a648eba14fdf7a7ef7",
            "packagetype": "bdist_wheel",
            "python_version": "cp310",
            "requires_python": null,
            "size": 364096,
            "upload_time": "2024-09-10T02:19:24",
            "upload_time_iso_8601": "2024-09-10T02:19:24.089878Z",
            "url": "https://files.pythonhosted.org/packages/f4/6d/366346a652f8523c26307846ec5c59e93fdfeee28e67078d68a07fcb2da2/cassandra_driver-3.29.2-cp310-cp310-macosx_11_0_arm64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "cc60f8de88175937481be98da88eb88b4fd704093e284e5907775293c496df32",
                "md5": "17ee642c181d878241a5922d48d89c92",
                "sha256": "06ad489e4df2cc7f41d3aca8bd8ddeb8071c4fb98240ed07f1dcd9b5180fd879"
            },
            "downloads": -1,
            "filename": "cassandra_driver-3.29.2-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl",
            "has_sig": false,
            "md5_digest": "17ee642c181d878241a5922d48d89c92",
            "packagetype": "bdist_wheel",
            "python_version": "cp310",
            "requires_python": null,
            "size": 3660567,
            "upload_time": "2024-09-10T02:19:27",
            "upload_time_iso_8601": "2024-09-10T02:19:27.874558Z",
            "url": "https://files.pythonhosted.org/packages/cc/60/f8de88175937481be98da88eb88b4fd704093e284e5907775293c496df32/cassandra_driver-3.29.2-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "3b3a354db5ac8349ba5dd9827f43c2436221387368f48db50b030ded8cdf91ea",
                "md5": "664e3259f49e3d2d7c61bf11b84286ba",
                "sha256": "e7f1dfa33c3d93350057d6dc163bb92748b6e6a164c408c75cf2c59be0a203b7"
            },
            "downloads": -1,
            "filename": "cassandra_driver-3.29.2-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "has_sig": false,
            "md5_digest": "664e3259f49e3d2d7c61bf11b84286ba",
            "packagetype": "bdist_wheel",
            "python_version": "cp310",
            "requires_python": null,
            "size": 3948499,
            "upload_time": "2024-09-10T02:19:35",
            "upload_time_iso_8601": "2024-09-10T02:19:35.503085Z",
            "url": "https://files.pythonhosted.org/packages/3b/3a/354db5ac8349ba5dd9827f43c2436221387368f48db50b030ded8cdf91ea/cassandra_driver-3.29.2-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "a5bd7c62675d722f99097934675468636fdabd42b1e418e9fc567562ee2142d7",
                "md5": "b9be97694350f0c5c55b9578aea34774",
                "sha256": "f9df1e6ae4201eb2eae899cb0649d46b3eb0843f075199b51360bc9d59679a31"
            },
            "downloads": -1,
            "filename": "cassandra_driver-3.29.2-cp310-cp310-win32.whl",
            "has_sig": false,
            "md5_digest": "b9be97694350f0c5c55b9578aea34774",
            "packagetype": "bdist_wheel",
            "python_version": "cp310",
            "requires_python": null,
            "size": 340917,
            "upload_time": "2024-09-10T02:19:37",
            "upload_time_iso_8601": "2024-09-10T02:19:37.652834Z",
            "url": "https://files.pythonhosted.org/packages/a5/bd/7c62675d722f99097934675468636fdabd42b1e418e9fc567562ee2142d7/cassandra_driver-3.29.2-cp310-cp310-win32.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "18fa9c73f0d416167097db871dd46e09a327a138b264774e3dbed5159a8ebdd2",
                "md5": "a22ecf409ab7fd5e8bfdb75f6977064a",
                "sha256": "c4a005bc0b4fd8b5716ad931e1cc788dbd45967b0bcbdc3dfde33c7f9fde40d4"
            },
            "downloads": -1,
            "filename": "cassandra_driver-3.29.2-cp310-cp310-win_amd64.whl",
            "has_sig": false,
            "md5_digest": "a22ecf409ab7fd5e8bfdb75f6977064a",
            "packagetype": "bdist_wheel",
            "python_version": "cp310",
            "requires_python": null,
            "size": 348622,
            "upload_time": "2024-09-10T02:19:39",
            "upload_time_iso_8601": "2024-09-10T02:19:39.913012Z",
            "url": "https://files.pythonhosted.org/packages/18/fa/9c73f0d416167097db871dd46e09a327a138b264774e3dbed5159a8ebdd2/cassandra_driver-3.29.2-cp310-cp310-win_amd64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "d8aad332d2e10585772e9a4703d524fc818613e7301527a1534f22022b02e9ab",
                "md5": "9b3d642b024db793c512f89f80a5c591",
                "sha256": "e31cee01a6fc8cf7f32e443fa0031bdc75eed46126831b7a807ab167b4dc1316"
            },
            "downloads": -1,
            "filename": "cassandra_driver-3.29.2-cp311-cp311-macosx_10_9_x86_64.whl",
            "has_sig": false,
            "md5_digest": "9b3d642b024db793c512f89f80a5c591",
            "packagetype": "bdist_wheel",
            "python_version": "cp311",
            "requires_python": null,
            "size": 363772,
            "upload_time": "2024-09-10T02:19:41",
            "upload_time_iso_8601": "2024-09-10T02:19:41.916723Z",
            "url": "https://files.pythonhosted.org/packages/d8/aa/d332d2e10585772e9a4703d524fc818613e7301527a1534f22022b02e9ab/cassandra_driver-3.29.2-cp311-cp311-macosx_10_9_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "f826adc5beac60c373733569868ee1843691fae5d9d8cd07a4907e7c4a55bdaa",
                "md5": "c42a05faa87cb0504ca9bac3f6628176",
                "sha256": "52edc6d4bd7d07b10dc08b7f044dbc2ebe24ad7009c23a65e0916faed1a34065"
            },
            "downloads": -1,
            "filename": "cassandra_driver-3.29.2-cp311-cp311-macosx_11_0_arm64.whl",
            "has_sig": false,
            "md5_digest": "c42a05faa87cb0504ca9bac3f6628176",
            "packagetype": "bdist_wheel",
            "python_version": "cp311",
            "requires_python": null,
            "size": 364100,
            "upload_time": "2024-09-10T02:19:43",
            "upload_time_iso_8601": "2024-09-10T02:19:43.412262Z",
            "url": "https://files.pythonhosted.org/packages/f8/26/adc5beac60c373733569868ee1843691fae5d9d8cd07a4907e7c4a55bdaa/cassandra_driver-3.29.2-cp311-cp311-macosx_11_0_arm64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "dc9baf6cc4ba2cd56773e9f47ee93c2afca374c4a6ee62eaf6890ae65176cd16",
                "md5": "ca69db9714274bd28c63daefd2f1c636",
                "sha256": "eb3a9f24fc84324d426a69dc35df66de550833072a4d9a4d63d72fda8fcaecb9"
            },
            "downloads": -1,
            "filename": "cassandra_driver-3.29.2-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl",
            "has_sig": false,
            "md5_digest": "ca69db9714274bd28c63daefd2f1c636",
            "packagetype": "bdist_wheel",
            "python_version": "cp311",
            "requires_python": null,
            "size": 3643143,
            "upload_time": "2024-09-10T02:19:47",
            "upload_time_iso_8601": "2024-09-10T02:19:47.932829Z",
            "url": "https://files.pythonhosted.org/packages/dc/9b/af6cc4ba2cd56773e9f47ee93c2afca374c4a6ee62eaf6890ae65176cd16/cassandra_driver-3.29.2-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "fd0385a1bcfb463896c5391b9b3315f7d9536b0402afdcab78c793911765c99b",
                "md5": "a8ed437df9a0d9d3b65a3abef4d89940",
                "sha256": "1e89de04809d02bb1d5d03c0946a7baaaf85e93d7e6414885b4ea2616efe9de0"
            },
            "downloads": -1,
            "filename": "cassandra_driver-3.29.2-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "has_sig": false,
            "md5_digest": "a8ed437df9a0d9d3b65a3abef4d89940",
            "packagetype": "bdist_wheel",
            "python_version": "cp311",
            "requires_python": null,
            "size": 3920657,
            "upload_time": "2024-09-10T02:19:52",
            "upload_time_iso_8601": "2024-09-10T02:19:52.524129Z",
            "url": "https://files.pythonhosted.org/packages/fd/03/85a1bcfb463896c5391b9b3315f7d9536b0402afdcab78c793911765c99b/cassandra_driver-3.29.2-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "173f480af48ce578970b97878990ac3a44d07e185ddb04057660f54f393fea05",
                "md5": "cb9cc3a6ed15f8575fe86a3fa264e024",
                "sha256": "7104e5043e9cc98136d7fafe2418cbc448dacb4e1866fe38ff5be76f227437ef"
            },
            "downloads": -1,
            "filename": "cassandra_driver-3.29.2-cp311-cp311-win32.whl",
            "has_sig": false,
            "md5_digest": "cb9cc3a6ed15f8575fe86a3fa264e024",
            "packagetype": "bdist_wheel",
            "python_version": "cp311",
            "requires_python": null,
            "size": 340920,
            "upload_time": "2024-09-10T02:19:54",
            "upload_time_iso_8601": "2024-09-10T02:19:54.623001Z",
            "url": "https://files.pythonhosted.org/packages/17/3f/480af48ce578970b97878990ac3a44d07e185ddb04057660f54f393fea05/cassandra_driver-3.29.2-cp311-cp311-win32.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "865763654b85a2e4fa3af6afa8e883fdad658cba9d7565d098ac281a358abf8c",
                "md5": "36ea3100ed0548703632370930987fc8",
                "sha256": "69aa53f1bdb23487765faa92eef57366637878eafc412f46af999e722353b22f"
            },
            "downloads": -1,
            "filename": "cassandra_driver-3.29.2-cp311-cp311-win_amd64.whl",
            "has_sig": false,
            "md5_digest": "36ea3100ed0548703632370930987fc8",
            "packagetype": "bdist_wheel",
            "python_version": "cp311",
            "requires_python": null,
            "size": 348625,
            "upload_time": "2024-09-10T02:19:56",
            "upload_time_iso_8601": "2024-09-10T02:19:56.164069Z",
            "url": "https://files.pythonhosted.org/packages/86/57/63654b85a2e4fa3af6afa8e883fdad658cba9d7565d098ac281a358abf8c/cassandra_driver-3.29.2-cp311-cp311-win_amd64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "4d8fdae609997c9f91bd4d7885c528a0aa9263963bbb2af5cb32483e1feb1d70",
                "md5": "8c63c425f152fb393ce003769bb86630",
                "sha256": "a1e994a82b2e6ab022c5aec24e03ad49fca5f3d47e566a145de34eb0e768473a"
            },
            "downloads": -1,
            "filename": "cassandra_driver-3.29.2-cp312-cp312-macosx_10_9_x86_64.whl",
            "has_sig": false,
            "md5_digest": "8c63c425f152fb393ce003769bb86630",
            "packagetype": "bdist_wheel",
            "python_version": "cp312",
            "requires_python": null,
            "size": 363852,
            "upload_time": "2024-09-10T02:19:57",
            "upload_time_iso_8601": "2024-09-10T02:19:57.646385Z",
            "url": "https://files.pythonhosted.org/packages/4d/8f/dae609997c9f91bd4d7885c528a0aa9263963bbb2af5cb32483e1feb1d70/cassandra_driver-3.29.2-cp312-cp312-macosx_10_9_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "a0a8eee54de5b4dacf23a619b6e4fa9baa1e0e989ee5afa55ac86994640c3d4a",
                "md5": "777653473ee113a3fbfe42a6252827d3",
                "sha256": "2039201ae5d9b7c7ce0930af7138d2637ca16a4c7aaae2fbdd4355fbaf3003c5"
            },
            "downloads": -1,
            "filename": "cassandra_driver-3.29.2-cp312-cp312-macosx_11_0_arm64.whl",
            "has_sig": false,
            "md5_digest": "777653473ee113a3fbfe42a6252827d3",
            "packagetype": "bdist_wheel",
            "python_version": "cp312",
            "requires_python": null,
            "size": 364053,
            "upload_time": "2024-09-10T02:19:59",
            "upload_time_iso_8601": "2024-09-10T02:19:59.049184Z",
            "url": "https://files.pythonhosted.org/packages/a0/a8/eee54de5b4dacf23a619b6e4fa9baa1e0e989ee5afa55ac86994640c3d4a/cassandra_driver-3.29.2-cp312-cp312-macosx_11_0_arm64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "7b49fe8e3a317082cf6372da88648083ce0d6c12066c8e6db8f229c771771a71",
                "md5": "8cd4d03c913a65a97fc9b9d844bfaa2a",
                "sha256": "8067fad22e76e250c3846507d804f90b53e943bba442fa1b26583bcac692aaf1"
            },
            "downloads": -1,
            "filename": "cassandra_driver-3.29.2-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl",
            "has_sig": false,
            "md5_digest": "8cd4d03c913a65a97fc9b9d844bfaa2a",
            "packagetype": "bdist_wheel",
            "python_version": "cp312",
            "requires_python": null,
            "size": 3318096,
            "upload_time": "2024-09-10T02:20:02",
            "upload_time_iso_8601": "2024-09-10T02:20:02.698145Z",
            "url": "https://files.pythonhosted.org/packages/7b/49/fe8e3a317082cf6372da88648083ce0d6c12066c8e6db8f229c771771a71/cassandra_driver-3.29.2-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "fb01703dd0bdfe694fa320863e70472c0adda25fbccb2bcb92076e9773ad96cd",
                "md5": "2f4a285fb91f70626995d5f64a19ffb1",
                "sha256": "ee0ebe8eb4fb007d8001ffcd1c3828b74defeb01075d8a1f1116ae9c60f75541"
            },
            "downloads": -1,
            "filename": "cassandra_driver-3.29.2-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "has_sig": false,
            "md5_digest": "2f4a285fb91f70626995d5f64a19ffb1",
            "packagetype": "bdist_wheel",
            "python_version": "cp312",
            "requires_python": null,
            "size": 3597748,
            "upload_time": "2024-09-10T02:20:06",
            "upload_time_iso_8601": "2024-09-10T02:20:06.738342Z",
            "url": "https://files.pythonhosted.org/packages/fb/01/703dd0bdfe694fa320863e70472c0adda25fbccb2bcb92076e9773ad96cd/cassandra_driver-3.29.2-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "d3b7723d67d84016bf913b59826f43dd9288cf8593a514c0f9650d703748a369",
                "md5": "35503d33ff778d03a1b1d8ac2364e7f5",
                "sha256": "83dc9399cdabe482fd3095ca54ec227212d8c491b563a7276f6c100e30ee856c"
            },
            "downloads": -1,
            "filename": "cassandra_driver-3.29.2-cp312-cp312-win32.whl",
            "has_sig": false,
            "md5_digest": "35503d33ff778d03a1b1d8ac2364e7f5",
            "packagetype": "bdist_wheel",
            "python_version": "cp312",
            "requires_python": null,
            "size": 340921,
            "upload_time": "2024-09-10T02:20:08",
            "upload_time_iso_8601": "2024-09-10T02:20:08.700322Z",
            "url": "https://files.pythonhosted.org/packages/d3/b7/723d67d84016bf913b59826f43dd9288cf8593a514c0f9650d703748a369/cassandra_driver-3.29.2-cp312-cp312-win32.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "4d4989dcb4f4522b5c72fbd7216cae6e23bf26586728be13fb13685ea4ee1149",
                "md5": "1909b4e36e9d20ddb1aded4d30d7b368",
                "sha256": "6c74610f56a4c53863a5d44a2af9c6c3405da19d51966fabd85d7f927d5c6abc"
            },
            "downloads": -1,
            "filename": "cassandra_driver-3.29.2-cp312-cp312-win_amd64.whl",
            "has_sig": false,
            "md5_digest": "1909b4e36e9d20ddb1aded4d30d7b368",
            "packagetype": "bdist_wheel",
            "python_version": "cp312",
            "requires_python": null,
            "size": 348681,
            "upload_time": "2024-09-10T02:20:10",
            "upload_time_iso_8601": "2024-09-10T02:20:10.747238Z",
            "url": "https://files.pythonhosted.org/packages/4d/49/89dcb4f4522b5c72fbd7216cae6e23bf26586728be13fb13685ea4ee1149/cassandra_driver-3.29.2-cp312-cp312-win_amd64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "ea5708de2bac1fc8b7444e4225d323b65502f9a6eafa9502efec8ef637497df6",
                "md5": "454a53406df10bc014f0c9e62f38fdb5",
                "sha256": "c86b0a796ff67d66de7df5f85243832a4dc853217f6a3eade84694f6f4fae151"
            },
            "downloads": -1,
            "filename": "cassandra_driver-3.29.2-cp38-cp38-macosx_10_9_x86_64.whl",
            "has_sig": false,
            "md5_digest": "454a53406df10bc014f0c9e62f38fdb5",
            "packagetype": "bdist_wheel",
            "python_version": "cp38",
            "requires_python": null,
            "size": 363767,
            "upload_time": "2024-09-10T02:20:12",
            "upload_time_iso_8601": "2024-09-10T02:20:12.413188Z",
            "url": "https://files.pythonhosted.org/packages/ea/57/08de2bac1fc8b7444e4225d323b65502f9a6eafa9502efec8ef637497df6/cassandra_driver-3.29.2-cp38-cp38-macosx_10_9_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "8e01cab3ed5ea673ad75d36ae07ee4da7e2d1824327aad385cc0f8e604e5279a",
                "md5": "f8cf5af2588f6b52ab48e1f88a72d6c6",
                "sha256": "c53700b0d1f8c1d777eaa9e9fb6d17839d9a83f27a61649e0cbaa15d9d3df34b"
            },
            "downloads": -1,
            "filename": "cassandra_driver-3.29.2-cp38-cp38-macosx_11_0_arm64.whl",
            "has_sig": false,
            "md5_digest": "f8cf5af2588f6b52ab48e1f88a72d6c6",
            "packagetype": "bdist_wheel",
            "python_version": "cp38",
            "requires_python": null,
            "size": 364087,
            "upload_time": "2024-09-10T02:20:13",
            "upload_time_iso_8601": "2024-09-10T02:20:13.850974Z",
            "url": "https://files.pythonhosted.org/packages/8e/01/cab3ed5ea673ad75d36ae07ee4da7e2d1824327aad385cc0f8e604e5279a/cassandra_driver-3.29.2-cp38-cp38-macosx_11_0_arm64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "84d4ead67a0e7150fd2411945e6f407f12ecffb06e2a651a0d321f14e4c0eb2b",
                "md5": "0c869ec12c279c8f74ea868f42de05ef",
                "sha256": "7d348c769aa6c37919e7d6247e8cf09c23d387b7834a340408bd7d611f174d80"
            },
            "downloads": -1,
            "filename": "cassandra_driver-3.29.2-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl",
            "has_sig": false,
            "md5_digest": "0c869ec12c279c8f74ea868f42de05ef",
            "packagetype": "bdist_wheel",
            "python_version": "cp38",
            "requires_python": null,
            "size": 3823723,
            "upload_time": "2024-09-10T02:20:19",
            "upload_time_iso_8601": "2024-09-10T02:20:19.245220Z",
            "url": "https://files.pythonhosted.org/packages/84/d4/ead67a0e7150fd2411945e6f407f12ecffb06e2a651a0d321f14e4c0eb2b/cassandra_driver-3.29.2-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "20d9dd49105eb54776dc6ac96931e9338ed6404be10f502f476f92319585b8b0",
                "md5": "ef57c727d97951bcb958c1c595cc0201",
                "sha256": "a8c496318e3c136cf12ab21e1598fee4b48ea1c71746ea8cc9d32e4dcd09cb93"
            },
            "downloads": -1,
            "filename": "cassandra_driver-3.29.2-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "has_sig": false,
            "md5_digest": "ef57c727d97951bcb958c1c595cc0201",
            "packagetype": "bdist_wheel",
            "python_version": "cp38",
            "requires_python": null,
            "size": 4111456,
            "upload_time": "2024-09-10T02:20:24",
            "upload_time_iso_8601": "2024-09-10T02:20:24.572600Z",
            "url": "https://files.pythonhosted.org/packages/20/d9/dd49105eb54776dc6ac96931e9338ed6404be10f502f476f92319585b8b0/cassandra_driver-3.29.2-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "4eba5839eb252c053b4bb4723699f3317890a0a4d83776181278bbe5381cb439",
                "md5": "d45767ebdc7bc31721c461f8dc57790c",
                "sha256": "d180183451bec81c15e0441fa37a63dc52c6489e860e832cadd854373b423141"
            },
            "downloads": -1,
            "filename": "cassandra_driver-3.29.2-cp38-cp38-win32.whl",
            "has_sig": false,
            "md5_digest": "d45767ebdc7bc31721c461f8dc57790c",
            "packagetype": "bdist_wheel",
            "python_version": "cp38",
            "requires_python": null,
            "size": 340915,
            "upload_time": "2024-09-10T02:20:26",
            "upload_time_iso_8601": "2024-09-10T02:20:26.305472Z",
            "url": "https://files.pythonhosted.org/packages/4e/ba/5839eb252c053b4bb4723699f3317890a0a4d83776181278bbe5381cb439/cassandra_driver-3.29.2-cp38-cp38-win32.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "ab48ede8086e69e12c5ff3a320aae5f00cc071483bd771c52f450969068766bf",
                "md5": "fb20b6bffb94dd05ccde0da57fdfca2f",
                "sha256": "a66b20c421d8fb21f18bd0ac713de6f09c5c25b6ab3d6043c3779b9c012d7c98"
            },
            "downloads": -1,
            "filename": "cassandra_driver-3.29.2-cp38-cp38-win_amd64.whl",
            "has_sig": false,
            "md5_digest": "fb20b6bffb94dd05ccde0da57fdfca2f",
            "packagetype": "bdist_wheel",
            "python_version": "cp38",
            "requires_python": null,
            "size": 348643,
            "upload_time": "2024-09-10T02:20:28",
            "upload_time_iso_8601": "2024-09-10T02:20:28.376238Z",
            "url": "https://files.pythonhosted.org/packages/ab/48/ede8086e69e12c5ff3a320aae5f00cc071483bd771c52f450969068766bf/cassandra_driver-3.29.2-cp38-cp38-win_amd64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "09f2beb22f1416c13a3f19acb8b1d42d72c75e3bf4b5eb20ad28c94c4da994de",
                "md5": "390887aea7c824a29909241f02a1637b",
                "sha256": "70d4d0dce373943308ad461a425fc70a23d0f524859367b8c6fc292400f39954"
            },
            "downloads": -1,
            "filename": "cassandra_driver-3.29.2-cp39-cp39-macosx_10_9_x86_64.whl",
            "has_sig": false,
            "md5_digest": "390887aea7c824a29909241f02a1637b",
            "packagetype": "bdist_wheel",
            "python_version": "cp39",
            "requires_python": null,
            "size": 363773,
            "upload_time": "2024-09-10T02:20:31",
            "upload_time_iso_8601": "2024-09-10T02:20:31.011344Z",
            "url": "https://files.pythonhosted.org/packages/09/f2/beb22f1416c13a3f19acb8b1d42d72c75e3bf4b5eb20ad28c94c4da994de/cassandra_driver-3.29.2-cp39-cp39-macosx_10_9_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "074e01d207c651184c8d3e938385114dde38a761629fe5659d98b98906030fce",
                "md5": "916bcfb9b881c8d2dd743652fc354b4c",
                "sha256": "b86427fab4d5a96e91ad82bb9338d4101ae4d3758ba96c356e0198da3de4d350"
            },
            "downloads": -1,
            "filename": "cassandra_driver-3.29.2-cp39-cp39-macosx_11_0_arm64.whl",
            "has_sig": false,
            "md5_digest": "916bcfb9b881c8d2dd743652fc354b4c",
            "packagetype": "bdist_wheel",
            "python_version": "cp39",
            "requires_python": null,
            "size": 364088,
            "upload_time": "2024-09-10T02:20:32",
            "upload_time_iso_8601": "2024-09-10T02:20:32.647524Z",
            "url": "https://files.pythonhosted.org/packages/07/4e/01d207c651184c8d3e938385114dde38a761629fe5659d98b98906030fce/cassandra_driver-3.29.2-cp39-cp39-macosx_11_0_arm64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "ee062b0142ebbebfe2ad020595e28a552e31429f450ddd1dba29e7f8272b533b",
                "md5": "6a949efe48c6857370bb059002b5d963",
                "sha256": "c25b42e1a99f377a933d79ae93ea27601e337a5abb7bb843a0e951cf1b3836f7"
            },
            "downloads": -1,
            "filename": "cassandra_driver-3.29.2-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl",
            "has_sig": false,
            "md5_digest": "6a949efe48c6857370bb059002b5d963",
            "packagetype": "bdist_wheel",
            "python_version": "cp39",
            "requires_python": null,
            "size": 3835223,
            "upload_time": "2024-09-10T02:20:36",
            "upload_time_iso_8601": "2024-09-10T02:20:36.451058Z",
            "url": "https://files.pythonhosted.org/packages/ee/06/2b0142ebbebfe2ad020595e28a552e31429f450ddd1dba29e7f8272b533b/cassandra_driver-3.29.2-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "bd6b230a74e2064701f1409ab68b00d79f613cb9b5412e7b8d6b3ce8871184b5",
                "md5": "b06adfc159b2179fedc96390a4a2cbfd",
                "sha256": "9e36437288d6cd6f6c74b8ee5997692126e24adc2da3d031dc11c7dfea8bc220"
            },
            "downloads": -1,
            "filename": "cassandra_driver-3.29.2-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "has_sig": false,
            "md5_digest": "b06adfc159b2179fedc96390a4a2cbfd",
            "packagetype": "bdist_wheel",
            "python_version": "cp39",
            "requires_python": null,
            "size": 4108665,
            "upload_time": "2024-09-10T02:20:41",
            "upload_time_iso_8601": "2024-09-10T02:20:41.282180Z",
            "url": "https://files.pythonhosted.org/packages/bd/6b/230a74e2064701f1409ab68b00d79f613cb9b5412e7b8d6b3ce8871184b5/cassandra_driver-3.29.2-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "fb30b07d879f44524b85e2887f4fe7868f495f72f93bdfff017197f0cc695d2f",
                "md5": "3c754fe4655b968ffe6790c6a901b5e2",
                "sha256": "e967c1341a651f03bdc466f3835d72d3c0a0648b562035e6d780fa0b796c02f6"
            },
            "downloads": -1,
            "filename": "cassandra_driver-3.29.2-cp39-cp39-win32.whl",
            "has_sig": false,
            "md5_digest": "3c754fe4655b968ffe6790c6a901b5e2",
            "packagetype": "bdist_wheel",
            "python_version": "cp39",
            "requires_python": null,
            "size": 340915,
            "upload_time": "2024-09-10T02:20:42",
            "upload_time_iso_8601": "2024-09-10T02:20:42.936637Z",
            "url": "https://files.pythonhosted.org/packages/fb/30/b07d879f44524b85e2887f4fe7868f495f72f93bdfff017197f0cc695d2f/cassandra_driver-3.29.2-cp39-cp39-win32.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "be52def64fd66c7e75ae71c9ff4f16750e0a46221d09dc93823f1dcfb7fc9c23",
                "md5": "e4b4de4af8de20541382d2628c7c32a7",
                "sha256": "c5a9aab2367e8aad48ae853847a5a8985749ac5f102676de2c119b33fef13b42"
            },
            "downloads": -1,
            "filename": "cassandra_driver-3.29.2-cp39-cp39-win_amd64.whl",
            "has_sig": false,
            "md5_digest": "e4b4de4af8de20541382d2628c7c32a7",
            "packagetype": "bdist_wheel",
            "python_version": "cp39",
            "requires_python": null,
            "size": 348646,
            "upload_time": "2024-09-10T02:20:44",
            "upload_time_iso_8601": "2024-09-10T02:20:44.892499Z",
            "url": "https://files.pythonhosted.org/packages/be/52/def64fd66c7e75ae71c9ff4f16750e0a46221d09dc93823f1dcfb7fc9c23/cassandra_driver-3.29.2-cp39-cp39-win_amd64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "b26fd25121afaa2ea0741d05d2e9921a7ca9b4ce71634b16a8aaee21bd7af818",
                "md5": "db435162f85cd8a72f8cb2293feac707",
                "sha256": "c4310a7d0457f51a63fb019d8ef501588c491141362b53097fbc62fa06559b7c"
            },
            "downloads": -1,
            "filename": "cassandra-driver-3.29.2.tar.gz",
            "has_sig": false,
            "md5_digest": "db435162f85cd8a72f8cb2293feac707",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": null,
            "size": 293752,
            "upload_time": "2024-09-10T02:20:46",
            "upload_time_iso_8601": "2024-09-10T02:20:46.689417Z",
            "url": "https://files.pythonhosted.org/packages/b2/6f/d25121afaa2ea0741d05d2e9921a7ca9b4ce71634b16a8aaee21bd7af818/cassandra-driver-3.29.2.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-09-10 02:20:46",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "datastax",
    "github_project": "python-driver",
    "travis_ci": true,
    "coveralls": false,
    "github_actions": false,
    "appveyor": true,
    "requirements": [],
    "tox": true,
    "lcname": "cassandra-driver"
}
        
Elapsed time: 0.85131s