cassandra-driver


Namecassandra-driver JSON
Version 3.29.1 PyPI version JSON
download
home_pagehttp://github.com/datastax/python-driver
SummaryDataStax Driver for Apache Cassandra
upload_time2024-03-20 04:20:59
maintainerNone
docs_urlNone
authorDataStax
requires_pythonNone
licenseNone
keywords cassandra cql orm dse graph
VCS
bugtrack_url
requirements geomet
Travis-CI
coveralls test coverage No coveralls.
            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/07/46/cdf1e69263d8c2fe7a05a8f16ae67910b62cc40ba313ffbae3bc5025519a/cassandra-driver-3.29.1.tar.gz",
    "platform": null,
    "description": "DataStax 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.1",
    "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": "c7042b5d8f7826247967d3943dbf2834af195d82bcb55c59044fa3b9bdeadd51",
                "md5": "23df67c1c82e9dd873639dd578f17b6a",
                "sha256": "a8f175c7616a63ca48cb8bd4acc443e2a3d889964d5157cead761f23cc8db7bd"
            },
            "downloads": -1,
            "filename": "cassandra_driver-3.29.1-cp310-cp310-macosx_10_9_x86_64.whl",
            "has_sig": false,
            "md5_digest": "23df67c1c82e9dd873639dd578f17b6a",
            "packagetype": "bdist_wheel",
            "python_version": "cp310",
            "requires_python": null,
            "size": 3715962,
            "upload_time": "2024-03-20T04:16:56",
            "upload_time_iso_8601": "2024-03-20T04:16:56.102190Z",
            "url": "https://files.pythonhosted.org/packages/c7/04/2b5d8f7826247967d3943dbf2834af195d82bcb55c59044fa3b9bdeadd51/cassandra_driver-3.29.1-cp310-cp310-macosx_10_9_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "12bf775ec8fb86590ac4ee54374ec396c932fa8e702c9733406d5f27a3de33fa",
                "md5": "16203c3f06dd357939b8b4dea719c803",
                "sha256": "7d66398952b9cd21c40edff56e22b6d3bce765edc94b207ddb5896e7bc9aa088"
            },
            "downloads": -1,
            "filename": "cassandra_driver-3.29.1-cp310-cp310-macosx_11_0_arm64.whl",
            "has_sig": false,
            "md5_digest": "16203c3f06dd357939b8b4dea719c803",
            "packagetype": "bdist_wheel",
            "python_version": "cp310",
            "requires_python": null,
            "size": 3261256,
            "upload_time": "2024-03-20T04:17:00",
            "upload_time_iso_8601": "2024-03-20T04:17:00.915506Z",
            "url": "https://files.pythonhosted.org/packages/12/bf/775ec8fb86590ac4ee54374ec396c932fa8e702c9733406d5f27a3de33fa/cassandra_driver-3.29.1-cp310-cp310-macosx_11_0_arm64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "e5ee2efe80ce0e24f181599823a27fa60db2e6c0be6216bf69620719a8945d66",
                "md5": "e83a90cc4f066d2c922ec30653affde5",
                "sha256": "5bbc6f575ef109ce5d4abfa2033bf36c394032abd83e32ab671159ce68e7e17b"
            },
            "downloads": -1,
            "filename": "cassandra_driver-3.29.1-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl",
            "has_sig": false,
            "md5_digest": "e83a90cc4f066d2c922ec30653affde5",
            "packagetype": "bdist_wheel",
            "python_version": "cp310",
            "requires_python": null,
            "size": 18615735,
            "upload_time": "2024-03-20T04:17:16",
            "upload_time_iso_8601": "2024-03-20T04:17:16.225773Z",
            "url": "https://files.pythonhosted.org/packages/e5/ee/2efe80ce0e24f181599823a27fa60db2e6c0be6216bf69620719a8945d66/cassandra_driver-3.29.1-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "ebd5e437271aea182e33db32e0990703b4e0d7025e4fba67829c5fd65dba926a",
                "md5": "c6af1a977b6033f978a7762683b1077d",
                "sha256": "78f241af75696adb3e470209e2fbb498804c99e2b197d24d74774eee6784f283"
            },
            "downloads": -1,
            "filename": "cassandra_driver-3.29.1-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "has_sig": false,
            "md5_digest": "c6af1a977b6033f978a7762683b1077d",
            "packagetype": "bdist_wheel",
            "python_version": "cp310",
            "requires_python": null,
            "size": 18853526,
            "upload_time": "2024-03-20T04:17:32",
            "upload_time_iso_8601": "2024-03-20T04:17:32.078791Z",
            "url": "https://files.pythonhosted.org/packages/eb/d5/e437271aea182e33db32e0990703b4e0d7025e4fba67829c5fd65dba926a/cassandra_driver-3.29.1-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "46f5e2b41e7a8de34337286de08e7c6b3194c6a9ce2cd4beea7b504c33ab28a5",
                "md5": "44beaca9ee2925780c54fb3cfbbd4a80",
                "sha256": "54d9e651a742d6ca3d874ef8d06a40fa032d2dba97142da2d36f60c5675e39f8"
            },
            "downloads": -1,
            "filename": "cassandra_driver-3.29.1-cp310-cp310-win32.whl",
            "has_sig": false,
            "md5_digest": "44beaca9ee2925780c54fb3cfbbd4a80",
            "packagetype": "bdist_wheel",
            "python_version": "cp310",
            "requires_python": null,
            "size": 2438213,
            "upload_time": "2024-03-20T04:17:36",
            "upload_time_iso_8601": "2024-03-20T04:17:36.515632Z",
            "url": "https://files.pythonhosted.org/packages/46/f5/e2b41e7a8de34337286de08e7c6b3194c6a9ce2cd4beea7b504c33ab28a5/cassandra_driver-3.29.1-cp310-cp310-win32.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "1068b19a28cf7a63af3c5c63f31bff0a30f1a260e79a2a67eeb57fe2f5250e27",
                "md5": "932be14ccca2b7503a5b24d0cf239231",
                "sha256": "630dc5423cd40eba0ee9db31065e2238098ff1a25a6b1bd36360f85738f26e4b"
            },
            "downloads": -1,
            "filename": "cassandra_driver-3.29.1-cp310-cp310-win_amd64.whl",
            "has_sig": false,
            "md5_digest": "932be14ccca2b7503a5b24d0cf239231",
            "packagetype": "bdist_wheel",
            "python_version": "cp310",
            "requires_python": null,
            "size": 2743778,
            "upload_time": "2024-03-20T04:17:40",
            "upload_time_iso_8601": "2024-03-20T04:17:40.509950Z",
            "url": "https://files.pythonhosted.org/packages/10/68/b19a28cf7a63af3c5c63f31bff0a30f1a260e79a2a67eeb57fe2f5250e27/cassandra_driver-3.29.1-cp310-cp310-win_amd64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "e7cbf44646d5ee93109b3f50a510935023484110aa0825c414e663e2073bfe66",
                "md5": "4df512f7af0ea0947caefaff964ec48a",
                "sha256": "0b841d38c96bb878d31df393954863652d6d3a85f47bcc00fd1d70a5ea73023f"
            },
            "downloads": -1,
            "filename": "cassandra_driver-3.29.1-cp311-cp311-macosx_10_9_x86_64.whl",
            "has_sig": false,
            "md5_digest": "4df512f7af0ea0947caefaff964ec48a",
            "packagetype": "bdist_wheel",
            "python_version": "cp311",
            "requires_python": null,
            "size": 3658404,
            "upload_time": "2024-03-20T04:17:44",
            "upload_time_iso_8601": "2024-03-20T04:17:44.767139Z",
            "url": "https://files.pythonhosted.org/packages/e7/cb/f44646d5ee93109b3f50a510935023484110aa0825c414e663e2073bfe66/cassandra_driver-3.29.1-cp311-cp311-macosx_10_9_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "f575c9e6be97ec924943553cbdf03f0de39aa128aafb95f715d780a1784d0c81",
                "md5": "5e6a97b0ced4f87ee73b0a6216107536",
                "sha256": "19cc7375f673e215bd4cbbefae2de9f07830be7dabef55284a2d2ff8d8691efe"
            },
            "downloads": -1,
            "filename": "cassandra_driver-3.29.1-cp311-cp311-macosx_11_0_arm64.whl",
            "has_sig": false,
            "md5_digest": "5e6a97b0ced4f87ee73b0a6216107536",
            "packagetype": "bdist_wheel",
            "python_version": "cp311",
            "requires_python": null,
            "size": 3212060,
            "upload_time": "2024-03-20T04:17:48",
            "upload_time_iso_8601": "2024-03-20T04:17:48.752468Z",
            "url": "https://files.pythonhosted.org/packages/f5/75/c9e6be97ec924943553cbdf03f0de39aa128aafb95f715d780a1784d0c81/cassandra_driver-3.29.1-cp311-cp311-macosx_11_0_arm64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "679e664f256a3b697af208f3953a097b65ae63db51ab8d29e1ca0c416ce3160e",
                "md5": "a0a3b4b66b78b348bec87fc392604d77",
                "sha256": "2b74b355be3dcafe652fffda8f14f385ccc1a8dae9df28e6080cc660da39b45f"
            },
            "downloads": -1,
            "filename": "cassandra_driver-3.29.1-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl",
            "has_sig": false,
            "md5_digest": "a0a3b4b66b78b348bec87fc392604d77",
            "packagetype": "bdist_wheel",
            "python_version": "cp311",
            "requires_python": null,
            "size": 19955624,
            "upload_time": "2024-03-20T04:18:04",
            "upload_time_iso_8601": "2024-03-20T04:18:04.278507Z",
            "url": "https://files.pythonhosted.org/packages/67/9e/664f256a3b697af208f3953a097b65ae63db51ab8d29e1ca0c416ce3160e/cassandra_driver-3.29.1-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "08c1d4a5e4a7328c8d81aba19116ed9d213fb229893146a79152685e6cc18c0b",
                "md5": "b67ccd89f94c5a52cf82bf343807214a",
                "sha256": "0e6dac7eddd3f4581859f180383574068a3f113907811b4dad755a8ace4c3fbd"
            },
            "downloads": -1,
            "filename": "cassandra_driver-3.29.1-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "has_sig": false,
            "md5_digest": "b67ccd89f94c5a52cf82bf343807214a",
            "packagetype": "bdist_wheel",
            "python_version": "cp311",
            "requires_python": null,
            "size": 20144183,
            "upload_time": "2024-03-20T04:18:21",
            "upload_time_iso_8601": "2024-03-20T04:18:21.190531Z",
            "url": "https://files.pythonhosted.org/packages/08/c1/d4a5e4a7328c8d81aba19116ed9d213fb229893146a79152685e6cc18c0b/cassandra_driver-3.29.1-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "99986793b075a4a904d8d4bba3b4fa3b5a841601383ff993d6b4a90334b0f966",
                "md5": "b849e65d496cabbf0bf3fde0710cedcb",
                "sha256": "293a79dba417112b56320ed0013d71fd7520f5fc4a5fd2ac8000c762c6dd5b07"
            },
            "downloads": -1,
            "filename": "cassandra_driver-3.29.1-cp311-cp311-win32.whl",
            "has_sig": false,
            "md5_digest": "b849e65d496cabbf0bf3fde0710cedcb",
            "packagetype": "bdist_wheel",
            "python_version": "cp311",
            "requires_python": null,
            "size": 2416213,
            "upload_time": "2024-03-20T04:18:25",
            "upload_time_iso_8601": "2024-03-20T04:18:25.216860Z",
            "url": "https://files.pythonhosted.org/packages/99/98/6793b075a4a904d8d4bba3b4fa3b5a841601383ff993d6b4a90334b0f966/cassandra_driver-3.29.1-cp311-cp311-win32.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "e02bea4a9c178de54f790acd2949650121490a6b98fc29bf8926ce11596eeb36",
                "md5": "2b1d254af92e3ac04b8d6d71354c9819",
                "sha256": "7c2374fdf1099047a6c9c8329c79d71ad11e61d9cca7de92a0f49655da4bdd8a"
            },
            "downloads": -1,
            "filename": "cassandra_driver-3.29.1-cp311-cp311-win_amd64.whl",
            "has_sig": false,
            "md5_digest": "2b1d254af92e3ac04b8d6d71354c9819",
            "packagetype": "bdist_wheel",
            "python_version": "cp311",
            "requires_python": null,
            "size": 2714193,
            "upload_time": "2024-03-20T04:18:28",
            "upload_time_iso_8601": "2024-03-20T04:18:28.900890Z",
            "url": "https://files.pythonhosted.org/packages/e0/2b/ea4a9c178de54f790acd2949650121490a6b98fc29bf8926ce11596eeb36/cassandra_driver-3.29.1-cp311-cp311-win_amd64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "274a458959b8212ae1d8ebf686b68af0dacc2137f21a74e5a6c994faf485f505",
                "md5": "5f183c2b523e6c1a49573ba5e06adbc0",
                "sha256": "4431a0c836f33a33c733c84997fbdb6398be005c4d18a8c8525c469fdc29393c"
            },
            "downloads": -1,
            "filename": "cassandra_driver-3.29.1-cp312-cp312-macosx_10_9_x86_64.whl",
            "has_sig": false,
            "md5_digest": "5f183c2b523e6c1a49573ba5e06adbc0",
            "packagetype": "bdist_wheel",
            "python_version": "cp312",
            "requires_python": null,
            "size": 3595763,
            "upload_time": "2024-03-20T04:18:33",
            "upload_time_iso_8601": "2024-03-20T04:18:33.167521Z",
            "url": "https://files.pythonhosted.org/packages/27/4a/458959b8212ae1d8ebf686b68af0dacc2137f21a74e5a6c994faf485f505/cassandra_driver-3.29.1-cp312-cp312-macosx_10_9_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "e62e2327a47c3b1d0eb0517dc2e5b16e4d90ce64061b5e501d5f12e4e25bddc0",
                "md5": "d90bfa8673faeef345e89dff898a7a5a",
                "sha256": "d23b08381b171a9e42ace483a82457edcddada9e8367e31677b97538cde2dc34"
            },
            "downloads": -1,
            "filename": "cassandra_driver-3.29.1-cp312-cp312-macosx_11_0_arm64.whl",
            "has_sig": false,
            "md5_digest": "d90bfa8673faeef345e89dff898a7a5a",
            "packagetype": "bdist_wheel",
            "python_version": "cp312",
            "requires_python": null,
            "size": 3197252,
            "upload_time": "2024-03-20T04:18:36",
            "upload_time_iso_8601": "2024-03-20T04:18:36.993080Z",
            "url": "https://files.pythonhosted.org/packages/e6/2e/2327a47c3b1d0eb0517dc2e5b16e4d90ce64061b5e501d5f12e4e25bddc0/cassandra_driver-3.29.1-cp312-cp312-macosx_11_0_arm64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "34188913d8a652c7ba2c50dc37c9d04acf57cc8803f1210e489026c4cb891bc8",
                "md5": "d48de50420145dec92007113ef9ff3be",
                "sha256": "4beb29a0139e63a10a5b9a3c7b72c30a4e6e20c9f0574f9d22c0d4144fe3d348"
            },
            "downloads": -1,
            "filename": "cassandra_driver-3.29.1-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl",
            "has_sig": false,
            "md5_digest": "d48de50420145dec92007113ef9ff3be",
            "packagetype": "bdist_wheel",
            "python_version": "cp312",
            "requires_python": null,
            "size": 19153911,
            "upload_time": "2024-03-20T04:18:52",
            "upload_time_iso_8601": "2024-03-20T04:18:52.343665Z",
            "url": "https://files.pythonhosted.org/packages/34/18/8913d8a652c7ba2c50dc37c9d04acf57cc8803f1210e489026c4cb891bc8/cassandra_driver-3.29.1-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "11c74ca44591c4a8371c881011ff039b77cc56fa36bbe146efc735d2307e2953",
                "md5": "c3f6e962bd8383be93cc804fccdcc60b",
                "sha256": "1b206423cc454a78f16b411e7cb641dddc26168ac2e18f2c13665f5f3c89868c"
            },
            "downloads": -1,
            "filename": "cassandra_driver-3.29.1-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "has_sig": false,
            "md5_digest": "c3f6e962bd8383be93cc804fccdcc60b",
            "packagetype": "bdist_wheel",
            "python_version": "cp312",
            "requires_python": null,
            "size": 19644950,
            "upload_time": "2024-03-20T04:19:08",
            "upload_time_iso_8601": "2024-03-20T04:19:08.679519Z",
            "url": "https://files.pythonhosted.org/packages/11/c7/4ca44591c4a8371c881011ff039b77cc56fa36bbe146efc735d2307e2953/cassandra_driver-3.29.1-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "0a45169d264e47f68652edc69e69b2471043deccab39f90139d572aa76eeec56",
                "md5": "aa99a1fce9a7572dfd60d1fceedb2fb8",
                "sha256": "ac898cca7303a3a2a3070513eee12ef0f1be1a0796935c5b8aa13dae8c0a7f7e"
            },
            "downloads": -1,
            "filename": "cassandra_driver-3.29.1-cp312-cp312-win32.whl",
            "has_sig": false,
            "md5_digest": "aa99a1fce9a7572dfd60d1fceedb2fb8",
            "packagetype": "bdist_wheel",
            "python_version": "cp312",
            "requires_python": null,
            "size": 2322824,
            "upload_time": "2024-03-20T04:19:13",
            "upload_time_iso_8601": "2024-03-20T04:19:13.298095Z",
            "url": "https://files.pythonhosted.org/packages/0a/45/169d264e47f68652edc69e69b2471043deccab39f90139d572aa76eeec56/cassandra_driver-3.29.1-cp312-cp312-win32.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "311c5679bd49a00e03293df47ea031e6ad66dc6de0b6aea8910cb803b824af1d",
                "md5": "e200763c7bce9e145fe8a9a877c4ab59",
                "sha256": "4ad0c9fb2229048ad6ff8c6ddbf1fdc78b111f2b061c66237c2257fcc4a31b14"
            },
            "downloads": -1,
            "filename": "cassandra_driver-3.29.1-cp312-cp312-win_amd64.whl",
            "has_sig": false,
            "md5_digest": "e200763c7bce9e145fe8a9a877c4ab59",
            "packagetype": "bdist_wheel",
            "python_version": "cp312",
            "requires_python": null,
            "size": 2617844,
            "upload_time": "2024-03-20T04:19:16",
            "upload_time_iso_8601": "2024-03-20T04:19:16.732075Z",
            "url": "https://files.pythonhosted.org/packages/31/1c/5679bd49a00e03293df47ea031e6ad66dc6de0b6aea8910cb803b824af1d/cassandra_driver-3.29.1-cp312-cp312-win_amd64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "4befda0dc0c097b32b93ef0893d90079bfc1175560360bc7c66e99278ef1a8fa",
                "md5": "22a81f1442b360a5ae2b6c56ddc6b400",
                "sha256": "4282c5deac462e4bb0f6fd0553a33d514dbd5ee99d0812594210080330ddd1a2"
            },
            "downloads": -1,
            "filename": "cassandra_driver-3.29.1-cp38-cp38-macosx_10_9_x86_64.whl",
            "has_sig": false,
            "md5_digest": "22a81f1442b360a5ae2b6c56ddc6b400",
            "packagetype": "bdist_wheel",
            "python_version": "cp38",
            "requires_python": null,
            "size": 3766520,
            "upload_time": "2024-03-20T04:19:21",
            "upload_time_iso_8601": "2024-03-20T04:19:21.349801Z",
            "url": "https://files.pythonhosted.org/packages/4b/ef/da0dc0c097b32b93ef0893d90079bfc1175560360bc7c66e99278ef1a8fa/cassandra_driver-3.29.1-cp38-cp38-macosx_10_9_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "74add22f7854abf0b1123ffd3dad6f4845d8f47a96d8707d23ad12b374d5cb87",
                "md5": "b6ffe09ffbe6e930db0197eca9396a04",
                "sha256": "41ca7eea069754002418d3bdfbd3dfd150ea12cb9db474ab1a01fa4679a05bcb"
            },
            "downloads": -1,
            "filename": "cassandra_driver-3.29.1-cp38-cp38-macosx_11_0_arm64.whl",
            "has_sig": false,
            "md5_digest": "b6ffe09ffbe6e930db0197eca9396a04",
            "packagetype": "bdist_wheel",
            "python_version": "cp38",
            "requires_python": null,
            "size": 3330773,
            "upload_time": "2024-03-20T04:19:25",
            "upload_time_iso_8601": "2024-03-20T04:19:25.974252Z",
            "url": "https://files.pythonhosted.org/packages/74/ad/d22f7854abf0b1123ffd3dad6f4845d8f47a96d8707d23ad12b374d5cb87/cassandra_driver-3.29.1-cp38-cp38-macosx_11_0_arm64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "6c58718dee6bcd12fae9f6ba93f99dd1a5c5457da6e341e8074e101e7bbc2342",
                "md5": "f2470e4c00aaede6b0aaf1cc6c9e417f",
                "sha256": "f6639ccb268c4dc754bc45e03551711780d0e02cb298ab26cde1f42b7bcc74f8"
            },
            "downloads": -1,
            "filename": "cassandra_driver-3.29.1-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl",
            "has_sig": false,
            "md5_digest": "f2470e4c00aaede6b0aaf1cc6c9e417f",
            "packagetype": "bdist_wheel",
            "python_version": "cp38",
            "requires_python": null,
            "size": 19996930,
            "upload_time": "2024-03-20T04:19:41",
            "upload_time_iso_8601": "2024-03-20T04:19:41.951352Z",
            "url": "https://files.pythonhosted.org/packages/6c/58/718dee6bcd12fae9f6ba93f99dd1a5c5457da6e341e8074e101e7bbc2342/cassandra_driver-3.29.1-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "de30e84e14eb7276a56f75b014ac950fbd742ca5213d2f42ec2969e54a772650",
                "md5": "414b4cde9a11d43c23d7d57c56088791",
                "sha256": "1a9d7d3b1be24a7f113b5404186ccccc977520401303a8fe78ba34134cad2482"
            },
            "downloads": -1,
            "filename": "cassandra_driver-3.29.1-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "has_sig": false,
            "md5_digest": "414b4cde9a11d43c23d7d57c56088791",
            "packagetype": "bdist_wheel",
            "python_version": "cp38",
            "requires_python": null,
            "size": 20178835,
            "upload_time": "2024-03-20T04:19:58",
            "upload_time_iso_8601": "2024-03-20T04:19:58.535589Z",
            "url": "https://files.pythonhosted.org/packages/de/30/e84e14eb7276a56f75b014ac950fbd742ca5213d2f42ec2969e54a772650/cassandra_driver-3.29.1-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "4285c3f05d497f21f7ad998f3d98ee1eac2ce1de92d47b51863bbcddee39d5ef",
                "md5": "048bd3b3b02929ff2b8b0f74c1785910",
                "sha256": "81c8fd556c6e1bb93577e69c1f10a3fadf7ddb93958d226ccbb72389396e9a92"
            },
            "downloads": -1,
            "filename": "cassandra_driver-3.29.1-cp38-cp38-win32.whl",
            "has_sig": false,
            "md5_digest": "048bd3b3b02929ff2b8b0f74c1785910",
            "packagetype": "bdist_wheel",
            "python_version": "cp38",
            "requires_python": null,
            "size": 2558826,
            "upload_time": "2024-03-20T04:20:02",
            "upload_time_iso_8601": "2024-03-20T04:20:02.791152Z",
            "url": "https://files.pythonhosted.org/packages/42/85/c3f05d497f21f7ad998f3d98ee1eac2ce1de92d47b51863bbcddee39d5ef/cassandra_driver-3.29.1-cp38-cp38-win32.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "e7beb64fba5ea446052421f984ed73b7b488926abf7f91cfd7f0d7133b8a8c0f",
                "md5": "3f55312ec64b5447bfe37f5afc74f265",
                "sha256": "cfe70ed0f27af949de2767ea9cef4092584e8748759374a55bf23c30746c7b23"
            },
            "downloads": -1,
            "filename": "cassandra_driver-3.29.1-cp38-cp38-win_amd64.whl",
            "has_sig": false,
            "md5_digest": "3f55312ec64b5447bfe37f5afc74f265",
            "packagetype": "bdist_wheel",
            "python_version": "cp38",
            "requires_python": null,
            "size": 2889302,
            "upload_time": "2024-03-20T04:20:06",
            "upload_time_iso_8601": "2024-03-20T04:20:06.595167Z",
            "url": "https://files.pythonhosted.org/packages/e7/be/b64fba5ea446052421f984ed73b7b488926abf7f91cfd7f0d7133b8a8c0f/cassandra_driver-3.29.1-cp38-cp38-win_amd64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "0c891f4f12f0f57b0791934c0b74a576b4de2fdbbbdfd877adaabd115637cba0",
                "md5": "99fde2cc598b39bf484a3f9d173fa3c7",
                "sha256": "a2c03c1d834ac1a0ae39f9af297a8cd38829003ce910b08b324fb3abe488ce2b"
            },
            "downloads": -1,
            "filename": "cassandra_driver-3.29.1-cp39-cp39-macosx_10_9_x86_64.whl",
            "has_sig": false,
            "md5_digest": "99fde2cc598b39bf484a3f9d173fa3c7",
            "packagetype": "bdist_wheel",
            "python_version": "cp39",
            "requires_python": null,
            "size": 3667717,
            "upload_time": "2024-03-20T04:20:10",
            "upload_time_iso_8601": "2024-03-20T04:20:10.657768Z",
            "url": "https://files.pythonhosted.org/packages/0c/89/1f4f12f0f57b0791934c0b74a576b4de2fdbbbdfd877adaabd115637cba0/cassandra_driver-3.29.1-cp39-cp39-macosx_10_9_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "78255cf82c723880521085edf1e888ea97038b2d05c7f7d378f29268c774a6e4",
                "md5": "a3e9f82ad885ea2430f8f07d896c6486",
                "sha256": "9a3e1e2b01f3b7a5cf75c97401bce830071d99c42464352087d7475e0161af93"
            },
            "downloads": -1,
            "filename": "cassandra_driver-3.29.1-cp39-cp39-macosx_11_0_arm64.whl",
            "has_sig": false,
            "md5_digest": "a3e9f82ad885ea2430f8f07d896c6486",
            "packagetype": "bdist_wheel",
            "python_version": "cp39",
            "requires_python": null,
            "size": 3225692,
            "upload_time": "2024-03-20T04:20:15",
            "upload_time_iso_8601": "2024-03-20T04:20:15.158935Z",
            "url": "https://files.pythonhosted.org/packages/78/25/5cf82c723880521085edf1e888ea97038b2d05c7f7d378f29268c774a6e4/cassandra_driver-3.29.1-cp39-cp39-macosx_11_0_arm64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "c63439bf728a379a894fd6beabc33cb2e5ec44217afd32f1c8e2006c2d00d709",
                "md5": "89e7b4228d139a6d5693313e6222e90f",
                "sha256": "90c42006665a4e490b0766b70f3d637f36a30accbef2da35d6d4081c0e0bafc3"
            },
            "downloads": -1,
            "filename": "cassandra_driver-3.29.1-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl",
            "has_sig": false,
            "md5_digest": "89e7b4228d139a6d5693313e6222e90f",
            "packagetype": "bdist_wheel",
            "python_version": "cp39",
            "requires_python": null,
            "size": 19518135,
            "upload_time": "2024-03-20T04:20:30",
            "upload_time_iso_8601": "2024-03-20T04:20:30.999729Z",
            "url": "https://files.pythonhosted.org/packages/c6/34/39bf728a379a894fd6beabc33cb2e5ec44217afd32f1c8e2006c2d00d709/cassandra_driver-3.29.1-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "c4d6563fd3e4b8c075d253c973269daf6eeb86b6b290277936476e8178b35ff5",
                "md5": "e4ea67291b36f6afa8751affdfcf2e6c",
                "sha256": "0c1aca41f45772f9759e8246030907d92bc35fbbdc91525a3cb9b49939b80ad7"
            },
            "downloads": -1,
            "filename": "cassandra_driver-3.29.1-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "has_sig": false,
            "md5_digest": "e4ea67291b36f6afa8751affdfcf2e6c",
            "packagetype": "bdist_wheel",
            "python_version": "cp39",
            "requires_python": null,
            "size": 19610633,
            "upload_time": "2024-03-20T04:20:48",
            "upload_time_iso_8601": "2024-03-20T04:20:48.198602Z",
            "url": "https://files.pythonhosted.org/packages/c4/d6/563fd3e4b8c075d253c973269daf6eeb86b6b290277936476e8178b35ff5/cassandra_driver-3.29.1-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "2d2fa9ed36bcb7e65f7e47314f7d2f9f137dd2b71745641f9ced5a10d41890e3",
                "md5": "73363e61c72a3dee7997d0b9ed11b9ee",
                "sha256": "ce4a66245d4a0c8b07fdcb6398698c2c42eb71245fb49cff39435bb702ff7be6"
            },
            "downloads": -1,
            "filename": "cassandra_driver-3.29.1-cp39-cp39-win32.whl",
            "has_sig": false,
            "md5_digest": "73363e61c72a3dee7997d0b9ed11b9ee",
            "packagetype": "bdist_wheel",
            "python_version": "cp39",
            "requires_python": null,
            "size": 2552720,
            "upload_time": "2024-03-20T04:20:52",
            "upload_time_iso_8601": "2024-03-20T04:20:52.566266Z",
            "url": "https://files.pythonhosted.org/packages/2d/2f/a9ed36bcb7e65f7e47314f7d2f9f137dd2b71745641f9ced5a10d41890e3/cassandra_driver-3.29.1-cp39-cp39-win32.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "37ee5da20ca7edb2872d127f7a7f5a3b7f7b97f7a37f31dd228f7f63f14ce62e",
                "md5": "9659d0bee4268cef678d02f94403b651",
                "sha256": "4cae69ceb1b1d9383e988a1b790115253eacf7867ceb15ed2adb736e3ce981be"
            },
            "downloads": -1,
            "filename": "cassandra_driver-3.29.1-cp39-cp39-win_amd64.whl",
            "has_sig": false,
            "md5_digest": "9659d0bee4268cef678d02f94403b651",
            "packagetype": "bdist_wheel",
            "python_version": "cp39",
            "requires_python": null,
            "size": 2875668,
            "upload_time": "2024-03-20T04:20:56",
            "upload_time_iso_8601": "2024-03-20T04:20:56.613155Z",
            "url": "https://files.pythonhosted.org/packages/37/ee/5da20ca7edb2872d127f7a7f5a3b7f7b97f7a37f31dd228f7f63f14ce62e/cassandra_driver-3.29.1-cp39-cp39-win_amd64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "0746cdf1e69263d8c2fe7a05a8f16ae67910b62cc40ba313ffbae3bc5025519a",
                "md5": "e72c4d6b45c18a5fcb22ad8533d87deb",
                "sha256": "38e9c2a2f2a9664bb03f1f852d5fccaeff2163942b5db35dffcf8bf32a51cfe5"
            },
            "downloads": -1,
            "filename": "cassandra-driver-3.29.1.tar.gz",
            "has_sig": false,
            "md5_digest": "e72c4d6b45c18a5fcb22ad8533d87deb",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": null,
            "size": 292592,
            "upload_time": "2024-03-20T04:20:59",
            "upload_time_iso_8601": "2024-03-20T04:20:59.137400Z",
            "url": "https://files.pythonhosted.org/packages/07/46/cdf1e69263d8c2fe7a05a8f16ae67910b62cc40ba313ffbae3bc5025519a/cassandra-driver-3.29.1.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-03-20 04:20:59",
    "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": [
        {
            "name": "geomet",
            "specs": [
                [
                    ">=",
                    "0.1"
                ],
                [
                    "<",
                    "0.3"
                ]
            ]
        }
    ],
    "tox": true,
    "lcname": "cassandra-driver"
}
        
Elapsed time: 0.24162s