scylla-driver


Namescylla-driver JSON
Version 3.29.4 PyPI version JSON
download
home_pageNone
SummaryScylla Driver for Apache Cassandra
upload_time2025-08-18 11:26:40
maintainerNone
docs_urlNone
authorScyllaDB
requires_python>=3.9
licenseNone
keywords cassandra cql orm dse graph
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
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/scylla-driver.svg
    :target: https://badge.fury.io/py/scylla-driver

|license| |version|

Scylla Python Driver
====================

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

.. image:: https://github.com/scylladb/python-driver/actions/workflows/build-push.yml/badge.svg?branch=master
   :target: https://github.com/scylladb/python-driver/actions/workflows/build-push.yml?query=event%3Apush+branch%3Amaster

.. image:: https://github.com/scylladb/python-driver/actions/workflows/docs-pages.yaml/badge.svg?branch=master
   :target: https://github.com/scylladb/python-driver/actions/workflows/docs-pages.yaml?query=event%3Apush+branch%3Amaster

.. image:: https://github.com/scylladb/python-driver/actions/workflows/integration-tests.yml/badge.svg?branch=master
   :target: https://github.com/scylladb/python-driver/actions/workflows/integration-tests.yml?query=event%3Apush+branch%3Amaster

The driver supports Python versions 3.9-3.13.

.. **Note:** This driver does not support big-endian systems.

Features
--------
* `Synchronous <http://python-driver.docs.scylladb.com/stable/api/cassandra/cluster.html#cassandra.cluster.Session.execute>`_ and `Asynchronous <http://python-driver.docs.scylladb.com/stable/api/cassandra/cluster.html#cassandra.cluster.Session.execute_async>`_ APIs
* `Simple, Prepared, and Batch statements <http://python-driver.docs.scylladb.com/stable/api/cassandra/query.html#cassandra.query.Statement>`_
* Asynchronous IO, parallel execution, request pipelining
* `Connection pooling <http://python-driver.docs.scylladb.com/stable/api/cassandra/cluster.html#cassandra.cluster.Cluster.get_core_connections_per_host>`_
* Automatic node discovery
* `Automatic reconnection <http://python-driver.docs.scylladb.com/stable/api/cassandra/policies.html#reconnecting-to-dead-hosts>`_
* Configurable `load balancing <http://python-driver.docs.scylladb.com/stable/api/cassandra/policies.html#load-balancing>`_ and `retry policies <http://python-driver.docs.scylladb.com/stable/api/cassandra/policies.html#retrying-failed-operations>`_
* `Concurrent execution utilities <http://python-driver.docs.scylladb.com/stable/api/cassandra/concurrent.html>`_
* `Object mapper <http://python-driver.docs.scylladb.com/stable/object-mapper.html>`_
* `Shard awareness <http://python-driver.docs.scylladb.com/stable/scylla-specific.html#shard-awareness>`_
* `Tablet awareness <http://python-driver.docs.scylladb.com/stable/scylla-specific.html#tablet-awareness>`_

Installation
------------
Installation through pip is recommended::

    $ pip install scylla-driver

For more complete installation instructions, see the
`installation guide <http://python-driver.docs.scylladb.com/stable/installation.html>`_.

Documentation
-------------
The documentation can be found online `here <http://python-driver.docs.scylladb.com/stable/index.html>`_.

Information includes: 

* `Installation <http://python-driver.docs.scylladb.com/stable/installation.html>`_
* `Getting started guide <http://python-driver.docs.scylladb.com/stable/getting-started.html>`_
* `API docs <http://python-driver.docs.scylladb.com/stable/api/index.html>`_
* `Performance tips <http://python-driver.docs.scylladb.com/stable/performance.html>`_

Training
--------
The course `Using Scylla Drivers <https://university.scylladb.com/courses/using-scylla-drivers/lessons/coding-with-python/>`_ in `Scylla University <https://university.scylladb.com>`_  explains how to use drivers in different languages to interact with a Scylla cluster. 
The lesson, Coding with Python (link), goes over a sample application that, using the Python driver, interacts with a three-node Scylla cluster.
It connects to a Scylla cluster, displays the contents of a  table, inserts and deletes data, and shows the contents of the table after each action.
`Scylla University <https://university.scylladb.com>`_ includes other training material and online courses which will help you become a Scylla NoSQL database expert.


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://python-driver.docs.scylladb.com/stable/object-mapper.html>`_.

Contributing
------------
See `CONTRIBUTING <https://github.com/scylladb/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 by clicking the New Issue button in 
`Github <https://github.com/scylladb/python-driver/issues>`_.

If you would like to contribute, please feel free to send a pull request.

Getting Help
------------
You can ask questions on `ScyllaDB Community Forum <https://forum.scylladb.com/>`_
and the Scylla Users `Slack channel <https://scylladb-users.slack.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": null,
    "name": "scylla-driver",
    "maintainer": null,
    "docs_url": null,
    "requires_python": ">=3.9",
    "maintainer_email": null,
    "keywords": "cassandra, cql, orm, dse, graph",
    "author": "ScyllaDB",
    "author_email": null,
    "download_url": "https://files.pythonhosted.org/packages/b4/d9/ea750758d0228902d6a8e2285e940a200a9e21c82eaa76e5097cb1009fb1/scylla_driver-3.29.4.tar.gz",
    "platform": null,
    "description": ".. |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/scylla-driver.svg\n    :target: https://badge.fury.io/py/scylla-driver\n\n|license| |version|\n\nScylla Python Driver\n====================\n\nA modern, feature-rich and highly-tunable Python client library for Scylla Open Source (2.1+) and Apache Cassandra (2.1+) and\nScylla Enterprise (2018.1.x+) using exclusively Cassandra's binary protocol and Cassandra Query Language v3.\n\n.. image:: https://github.com/scylladb/python-driver/actions/workflows/build-push.yml/badge.svg?branch=master\n   :target: https://github.com/scylladb/python-driver/actions/workflows/build-push.yml?query=event%3Apush+branch%3Amaster\n\n.. image:: https://github.com/scylladb/python-driver/actions/workflows/docs-pages.yaml/badge.svg?branch=master\n   :target: https://github.com/scylladb/python-driver/actions/workflows/docs-pages.yaml?query=event%3Apush+branch%3Amaster\n\n.. image:: https://github.com/scylladb/python-driver/actions/workflows/integration-tests.yml/badge.svg?branch=master\n   :target: https://github.com/scylladb/python-driver/actions/workflows/integration-tests.yml?query=event%3Apush+branch%3Amaster\n\nThe driver supports Python versions 3.9-3.13.\n\n.. **Note:** This driver does not support big-endian systems.\n\nFeatures\n--------\n* `Synchronous <http://python-driver.docs.scylladb.com/stable/api/cassandra/cluster.html#cassandra.cluster.Session.execute>`_ and `Asynchronous <http://python-driver.docs.scylladb.com/stable/api/cassandra/cluster.html#cassandra.cluster.Session.execute_async>`_ APIs\n* `Simple, Prepared, and Batch statements <http://python-driver.docs.scylladb.com/stable/api/cassandra/query.html#cassandra.query.Statement>`_\n* Asynchronous IO, parallel execution, request pipelining\n* `Connection pooling <http://python-driver.docs.scylladb.com/stable/api/cassandra/cluster.html#cassandra.cluster.Cluster.get_core_connections_per_host>`_\n* Automatic node discovery\n* `Automatic reconnection <http://python-driver.docs.scylladb.com/stable/api/cassandra/policies.html#reconnecting-to-dead-hosts>`_\n* Configurable `load balancing <http://python-driver.docs.scylladb.com/stable/api/cassandra/policies.html#load-balancing>`_ and `retry policies <http://python-driver.docs.scylladb.com/stable/api/cassandra/policies.html#retrying-failed-operations>`_\n* `Concurrent execution utilities <http://python-driver.docs.scylladb.com/stable/api/cassandra/concurrent.html>`_\n* `Object mapper <http://python-driver.docs.scylladb.com/stable/object-mapper.html>`_\n* `Shard awareness <http://python-driver.docs.scylladb.com/stable/scylla-specific.html#shard-awareness>`_\n* `Tablet awareness <http://python-driver.docs.scylladb.com/stable/scylla-specific.html#tablet-awareness>`_\n\nInstallation\n------------\nInstallation through pip is recommended::\n\n    $ pip install scylla-driver\n\nFor more complete installation instructions, see the\n`installation guide <http://python-driver.docs.scylladb.com/stable/installation.html>`_.\n\nDocumentation\n-------------\nThe documentation can be found online `here <http://python-driver.docs.scylladb.com/stable/index.html>`_.\n\nInformation includes: \n\n* `Installation <http://python-driver.docs.scylladb.com/stable/installation.html>`_\n* `Getting started guide <http://python-driver.docs.scylladb.com/stable/getting-started.html>`_\n* `API docs <http://python-driver.docs.scylladb.com/stable/api/index.html>`_\n* `Performance tips <http://python-driver.docs.scylladb.com/stable/performance.html>`_\n\nTraining\n--------\nThe course `Using Scylla Drivers <https://university.scylladb.com/courses/using-scylla-drivers/lessons/coding-with-python/>`_ in `Scylla University <https://university.scylladb.com>`_  explains how to use drivers in different languages to interact with a Scylla cluster. \nThe lesson, Coding with Python (link), goes over a sample application that, using the Python driver, interacts with a three-node Scylla cluster.\nIt connects to a Scylla cluster, displays the contents of a  table, inserts and deletes data, and shows the contents of the table after each action.\n`Scylla University <https://university.scylladb.com>`_ includes other training material and online courses which will help you become a Scylla NoSQL database expert.\n\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://python-driver.docs.scylladb.com/stable/object-mapper.html>`_.\n\nContributing\n------------\nSee `CONTRIBUTING <https://github.com/scylladb/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 by clicking the New Issue button in \n`Github <https://github.com/scylladb/python-driver/issues>`_.\n\nIf you would like to contribute, please feel free to send a pull request.\n\nGetting Help\n------------\nYou can ask questions on `ScyllaDB Community Forum <https://forum.scylladb.com/>`_\nand the Scylla Users `Slack channel <https://scylladb-users.slack.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": "Scylla Driver for Apache Cassandra",
    "version": "3.29.4",
    "project_urls": {
        "Documentation": "https://scylladb.github.io/python-driver/",
        "Homepage": "https://github.com/scylladb/python-driver",
        "Issues": "https://github.com/scylladb/python-driver/issues",
        "Source": "https://github.com/scylladb/python-driver/"
    },
    "split_keywords": [
        "cassandra",
        " cql",
        " orm",
        " dse",
        " graph"
    ],
    "urls": [
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "8d75a14b972500cf2ec1880699c7a4719b034e99d03ee0f473dae68d72452dfb",
                "md5": "966bda30cf8c04f09a334483695a5e79",
                "sha256": "91e9a834a103c9a9ad5733ab2b788bfdf41b439f1667b9734241b24d1c7b75c9"
            },
            "downloads": -1,
            "filename": "scylla_driver-3.29.4-cp310-cp310-macosx_13_0_x86_64.whl",
            "has_sig": false,
            "md5_digest": "966bda30cf8c04f09a334483695a5e79",
            "packagetype": "bdist_wheel",
            "python_version": "cp310",
            "requires_python": ">=3.9",
            "size": 3556016,
            "upload_time": "2025-08-18T11:25:39",
            "upload_time_iso_8601": "2025-08-18T11:25:39.123863Z",
            "url": "https://files.pythonhosted.org/packages/8d/75/a14b972500cf2ec1880699c7a4719b034e99d03ee0f473dae68d72452dfb/scylla_driver-3.29.4-cp310-cp310-macosx_13_0_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "f11c428ff7b68105e22fa90187defedfdadcde948f5a78a453e1ecd51407bdbe",
                "md5": "4211ba81035cb87c660a789266d0f2b1",
                "sha256": "50c3fc015e9254dbc7e06c2fb66325aafd39bbc99d6a01f33b94bee76ce85ccb"
            },
            "downloads": -1,
            "filename": "scylla_driver-3.29.4-cp310-cp310-macosx_14_0_arm64.whl",
            "has_sig": false,
            "md5_digest": "4211ba81035cb87c660a789266d0f2b1",
            "packagetype": "bdist_wheel",
            "python_version": "cp310",
            "requires_python": ">=3.9",
            "size": 3205065,
            "upload_time": "2025-08-18T11:25:41",
            "upload_time_iso_8601": "2025-08-18T11:25:41.558886Z",
            "url": "https://files.pythonhosted.org/packages/f1/1c/428ff7b68105e22fa90187defedfdadcde948f5a78a453e1ecd51407bdbe/scylla_driver-3.29.4-cp310-cp310-macosx_14_0_arm64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "03187fdb54f6eebf7e06ff395bf6c6969558ce17b77b94f007fa47a3dd659b4e",
                "md5": "3910a47a5daa4331977637ecf7749161",
                "sha256": "34df2a8ec1df67c61a5a84d5b9dac7aad511ae038f9525d95a31198a50601578"
            },
            "downloads": -1,
            "filename": "scylla_driver-3.29.4-cp310-cp310-manylinux_2_28_aarch64.whl",
            "has_sig": false,
            "md5_digest": "3910a47a5daa4331977637ecf7749161",
            "packagetype": "bdist_wheel",
            "python_version": "cp310",
            "requires_python": ">=3.9",
            "size": 4062770,
            "upload_time": "2025-08-18T11:25:43",
            "upload_time_iso_8601": "2025-08-18T11:25:43.089206Z",
            "url": "https://files.pythonhosted.org/packages/03/18/7fdb54f6eebf7e06ff395bf6c6969558ce17b77b94f007fa47a3dd659b4e/scylla_driver-3.29.4-cp310-cp310-manylinux_2_28_aarch64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "f6352a069fc594862639772145678a4aff68a7cf36ff625bd75e347225bf2d83",
                "md5": "0f71c1f7bb8ce5da0cee9a4e7b8b4f0f",
                "sha256": "80f56c33f41c125c926443e930a591b89eb39da44de07f71a652cc5fb28df2a2"
            },
            "downloads": -1,
            "filename": "scylla_driver-3.29.4-cp310-cp310-manylinux_2_28_x86_64.whl",
            "has_sig": false,
            "md5_digest": "0f71c1f7bb8ce5da0cee9a4e7b8b4f0f",
            "packagetype": "bdist_wheel",
            "python_version": "cp310",
            "requires_python": ">=3.9",
            "size": 4372711,
            "upload_time": "2025-08-18T11:25:44",
            "upload_time_iso_8601": "2025-08-18T11:25:44.948028Z",
            "url": "https://files.pythonhosted.org/packages/f6/35/2a069fc594862639772145678a4aff68a7cf36ff625bd75e347225bf2d83/scylla_driver-3.29.4-cp310-cp310-manylinux_2_28_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "5a2741569748b072c501b93b5ec2d02afa49542e561225f1012facc9e675148c",
                "md5": "327afd57c7b9fcc1cca9b6d69c097230",
                "sha256": "fa80d6296949e6f72d6be8cede2b038c4128c33c86eb7d2733d83016a8ea4241"
            },
            "downloads": -1,
            "filename": "scylla_driver-3.29.4-cp310-cp310-win32.whl",
            "has_sig": false,
            "md5_digest": "327afd57c7b9fcc1cca9b6d69c097230",
            "packagetype": "bdist_wheel",
            "python_version": "cp310",
            "requires_python": ">=3.9",
            "size": 2448071,
            "upload_time": "2025-08-18T11:25:46",
            "upload_time_iso_8601": "2025-08-18T11:25:46.434062Z",
            "url": "https://files.pythonhosted.org/packages/5a/27/41569748b072c501b93b5ec2d02afa49542e561225f1012facc9e675148c/scylla_driver-3.29.4-cp310-cp310-win32.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "e097a51b12f1a3780e71b2b035f9719b2edf1cb492e2e9c6e8778fee73843864",
                "md5": "50ef3ec9a7219fe047367737eb9145c3",
                "sha256": "4f2385567e8fc9c436991cad8e675b38c303f37f6bea26b7e13d9111f3f5e5e7"
            },
            "downloads": -1,
            "filename": "scylla_driver-3.29.4-cp310-cp310-win_amd64.whl",
            "has_sig": false,
            "md5_digest": "50ef3ec9a7219fe047367737eb9145c3",
            "packagetype": "bdist_wheel",
            "python_version": "cp310",
            "requires_python": ">=3.9",
            "size": 2960074,
            "upload_time": "2025-08-18T11:25:48",
            "upload_time_iso_8601": "2025-08-18T11:25:48.256727Z",
            "url": "https://files.pythonhosted.org/packages/e0/97/a51b12f1a3780e71b2b035f9719b2edf1cb492e2e9c6e8778fee73843864/scylla_driver-3.29.4-cp310-cp310-win_amd64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "4dc97c4bca2b6e9ee64b2c22b3e5230a188d7e38fcaed6f2fb802296f095d638",
                "md5": "621c9b061ab3ab29a253a9dd36e16f7c",
                "sha256": "e1a193a901bd739c20d60b759c269c10a0ec22bd0ccf56fee78fb51ec1de125d"
            },
            "downloads": -1,
            "filename": "scylla_driver-3.29.4-cp311-cp311-macosx_13_0_x86_64.whl",
            "has_sig": false,
            "md5_digest": "621c9b061ab3ab29a253a9dd36e16f7c",
            "packagetype": "bdist_wheel",
            "python_version": "cp311",
            "requires_python": ">=3.9",
            "size": 3609294,
            "upload_time": "2025-08-18T11:25:49",
            "upload_time_iso_8601": "2025-08-18T11:25:49.786418Z",
            "url": "https://files.pythonhosted.org/packages/4d/c9/7c4bca2b6e9ee64b2c22b3e5230a188d7e38fcaed6f2fb802296f095d638/scylla_driver-3.29.4-cp311-cp311-macosx_13_0_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "8ce4a950ff159b2cf2bf134cdbf6706087e0185e23d1e113d326a2f6ec3c1d28",
                "md5": "67e547076d1b5d7b046484d3078c06f4",
                "sha256": "56a787e183c6d0cd01f4d4d64bebb1d73da31ceb3cd4c68f9e34ddf7f202d364"
            },
            "downloads": -1,
            "filename": "scylla_driver-3.29.4-cp311-cp311-macosx_14_0_arm64.whl",
            "has_sig": false,
            "md5_digest": "67e547076d1b5d7b046484d3078c06f4",
            "packagetype": "bdist_wheel",
            "python_version": "cp311",
            "requires_python": ">=3.9",
            "size": 3236235,
            "upload_time": "2025-08-18T11:25:51",
            "upload_time_iso_8601": "2025-08-18T11:25:51.215538Z",
            "url": "https://files.pythonhosted.org/packages/8c/e4/a950ff159b2cf2bf134cdbf6706087e0185e23d1e113d326a2f6ec3c1d28/scylla_driver-3.29.4-cp311-cp311-macosx_14_0_arm64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "6bb775e07485f25292917af4be0e7afb3ff07068dd8225c583f42b70a5d1f3cd",
                "md5": "8246f513cfd6944ad6a4c53c45418ba2",
                "sha256": "af290d9a6051bd3ce7673a123c6a39d3b49b1828464f2b5803fb523e3b445494"
            },
            "downloads": -1,
            "filename": "scylla_driver-3.29.4-cp311-cp311-manylinux_2_28_aarch64.whl",
            "has_sig": false,
            "md5_digest": "8246f513cfd6944ad6a4c53c45418ba2",
            "packagetype": "bdist_wheel",
            "python_version": "cp311",
            "requires_python": ">=3.9",
            "size": 4010669,
            "upload_time": "2025-08-18T11:25:53",
            "upload_time_iso_8601": "2025-08-18T11:25:53.091039Z",
            "url": "https://files.pythonhosted.org/packages/6b/b7/75e07485f25292917af4be0e7afb3ff07068dd8225c583f42b70a5d1f3cd/scylla_driver-3.29.4-cp311-cp311-manylinux_2_28_aarch64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "9ef1f98d3ec4f00dd24499fdc5c797edb1a820ca8f366c088e0ecbf83c152e72",
                "md5": "3eeb7719a550ebd528819cd025d4f158",
                "sha256": "a0686193f00c30291ad36936e67e0851137a8e4f2cffd266c2f81e49119f9360"
            },
            "downloads": -1,
            "filename": "scylla_driver-3.29.4-cp311-cp311-manylinux_2_28_x86_64.whl",
            "has_sig": false,
            "md5_digest": "3eeb7719a550ebd528819cd025d4f158",
            "packagetype": "bdist_wheel",
            "python_version": "cp311",
            "requires_python": ">=3.9",
            "size": 4300657,
            "upload_time": "2025-08-18T11:25:54",
            "upload_time_iso_8601": "2025-08-18T11:25:54.904375Z",
            "url": "https://files.pythonhosted.org/packages/9e/f1/f98d3ec4f00dd24499fdc5c797edb1a820ca8f366c088e0ecbf83c152e72/scylla_driver-3.29.4-cp311-cp311-manylinux_2_28_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "eeb5c5fb44d256a93d92690df202b217d41b94eb25f193a2b8c726c196d8d9e7",
                "md5": "97f614ca2a81e58158f7ed03eaed71fe",
                "sha256": "6451e8976b58da4ad6d16c5d7dc26020eb56b30f7da11dfd2eb26180705a451e"
            },
            "downloads": -1,
            "filename": "scylla_driver-3.29.4-cp311-cp311-win32.whl",
            "has_sig": false,
            "md5_digest": "97f614ca2a81e58158f7ed03eaed71fe",
            "packagetype": "bdist_wheel",
            "python_version": "cp311",
            "requires_python": ">=3.9",
            "size": 2440208,
            "upload_time": "2025-08-18T11:25:56",
            "upload_time_iso_8601": "2025-08-18T11:25:56.808127Z",
            "url": "https://files.pythonhosted.org/packages/ee/b5/c5fb44d256a93d92690df202b217d41b94eb25f193a2b8c726c196d8d9e7/scylla_driver-3.29.4-cp311-cp311-win32.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "eb845a01b07b2d05071685874f095020cffcdae6c09c87bca4d50e87368c22c8",
                "md5": "de1649772ca254f4a801acb1461ffd03",
                "sha256": "7b3854ddaf7195567f4bbcd3f8d2cbf5fcfcbbf3e3de55048bdd90e2b0086281"
            },
            "downloads": -1,
            "filename": "scylla_driver-3.29.4-cp311-cp311-win_amd64.whl",
            "has_sig": false,
            "md5_digest": "de1649772ca254f4a801acb1461ffd03",
            "packagetype": "bdist_wheel",
            "python_version": "cp311",
            "requires_python": ">=3.9",
            "size": 2968600,
            "upload_time": "2025-08-18T11:25:58",
            "upload_time_iso_8601": "2025-08-18T11:25:58.942707Z",
            "url": "https://files.pythonhosted.org/packages/eb/84/5a01b07b2d05071685874f095020cffcdae6c09c87bca4d50e87368c22c8/scylla_driver-3.29.4-cp311-cp311-win_amd64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "5200149c75e22d828984545b88282286b7bda05f52f38fe1aa11660ae368624e",
                "md5": "8dcbd67ff0acd41c6afd4a18e9f6dc3d",
                "sha256": "35eb4cd15f755d795dc4220bde1d7fd38bd2b3fffc104834f40f9408aa55bd9d"
            },
            "downloads": -1,
            "filename": "scylla_driver-3.29.4-cp312-cp312-macosx_13_0_x86_64.whl",
            "has_sig": false,
            "md5_digest": "8dcbd67ff0acd41c6afd4a18e9f6dc3d",
            "packagetype": "bdist_wheel",
            "python_version": "cp312",
            "requires_python": ">=3.9",
            "size": 3675396,
            "upload_time": "2025-08-18T11:26:00",
            "upload_time_iso_8601": "2025-08-18T11:26:00.388019Z",
            "url": "https://files.pythonhosted.org/packages/52/00/149c75e22d828984545b88282286b7bda05f52f38fe1aa11660ae368624e/scylla_driver-3.29.4-cp312-cp312-macosx_13_0_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "0a66120f829a50b667b849f27f0b1a0e98673d4b8b83fd32116590bbb4ae19d8",
                "md5": "8faf14a55d30444e35efe29e3d91c60c",
                "sha256": "2e440c55801e66faaea5b8e58d32f420e642220d3571b3321bf4fca5b4887400"
            },
            "downloads": -1,
            "filename": "scylla_driver-3.29.4-cp312-cp312-macosx_14_0_arm64.whl",
            "has_sig": false,
            "md5_digest": "8faf14a55d30444e35efe29e3d91c60c",
            "packagetype": "bdist_wheel",
            "python_version": "cp312",
            "requires_python": ">=3.9",
            "size": 3281022,
            "upload_time": "2025-08-18T11:26:02",
            "upload_time_iso_8601": "2025-08-18T11:26:02.209427Z",
            "url": "https://files.pythonhosted.org/packages/0a/66/120f829a50b667b849f27f0b1a0e98673d4b8b83fd32116590bbb4ae19d8/scylla_driver-3.29.4-cp312-cp312-macosx_14_0_arm64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "96dca59e0811d9a3b042d5041295d8cc3eb0bcce251959ee8a44209c8d1ebee7",
                "md5": "f93d51b76b65e3e6ff42ab39610d85b3",
                "sha256": "f70ccd6aae68106db2353d60b974bd6c2feaf12ed19b1b1ac6205d718407165e"
            },
            "downloads": -1,
            "filename": "scylla_driver-3.29.4-cp312-cp312-manylinux_2_28_aarch64.whl",
            "has_sig": false,
            "md5_digest": "f93d51b76b65e3e6ff42ab39610d85b3",
            "packagetype": "bdist_wheel",
            "python_version": "cp312",
            "requires_python": ">=3.9",
            "size": 3797835,
            "upload_time": "2025-08-18T11:26:03",
            "upload_time_iso_8601": "2025-08-18T11:26:03.855019Z",
            "url": "https://files.pythonhosted.org/packages/96/dc/a59e0811d9a3b042d5041295d8cc3eb0bcce251959ee8a44209c8d1ebee7/scylla_driver-3.29.4-cp312-cp312-manylinux_2_28_aarch64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "4382f1936cc0b988bbd3a3fc3eb9a12bf2dd3669caedc5008d4f6360a6c2e269",
                "md5": "2667c0485e35c149587ee34a088234ee",
                "sha256": "9c588bd973798eb5197b9b1a1748ee47334a3f3455f507e6db41f4a228d0e864"
            },
            "downloads": -1,
            "filename": "scylla_driver-3.29.4-cp312-cp312-manylinux_2_28_x86_64.whl",
            "has_sig": false,
            "md5_digest": "2667c0485e35c149587ee34a088234ee",
            "packagetype": "bdist_wheel",
            "python_version": "cp312",
            "requires_python": ">=3.9",
            "size": 4108661,
            "upload_time": "2025-08-18T11:26:06",
            "upload_time_iso_8601": "2025-08-18T11:26:06.452880Z",
            "url": "https://files.pythonhosted.org/packages/43/82/f1936cc0b988bbd3a3fc3eb9a12bf2dd3669caedc5008d4f6360a6c2e269/scylla_driver-3.29.4-cp312-cp312-manylinux_2_28_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "061a01738304e0dbdce96f3132069b61ba3b2500e34e60f715ce664cfff7c920",
                "md5": "7905abc8389f85296294d722449f3e2c",
                "sha256": "2641a714afad35d33544533dda932c7a5d7174f53780e9a94c853157109521fb"
            },
            "downloads": -1,
            "filename": "scylla_driver-3.29.4-cp312-cp312-win32.whl",
            "has_sig": false,
            "md5_digest": "7905abc8389f85296294d722449f3e2c",
            "packagetype": "bdist_wheel",
            "python_version": "cp312",
            "requires_python": ">=3.9",
            "size": 2324622,
            "upload_time": "2025-08-18T11:26:08",
            "upload_time_iso_8601": "2025-08-18T11:26:08.024813Z",
            "url": "https://files.pythonhosted.org/packages/06/1a/01738304e0dbdce96f3132069b61ba3b2500e34e60f715ce664cfff7c920/scylla_driver-3.29.4-cp312-cp312-win32.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "4c8624d7aabaac9a4bcad44c186617984125cd53a3abb390ec3dd6bfdacc90f8",
                "md5": "71ec2d19d7c24377098e47645c719ac7",
                "sha256": "6d526c56d414245acf207da8cb135dadb6686011f5c2b0846557d0c926d384c5"
            },
            "downloads": -1,
            "filename": "scylla_driver-3.29.4-cp312-cp312-win_amd64.whl",
            "has_sig": false,
            "md5_digest": "71ec2d19d7c24377098e47645c719ac7",
            "packagetype": "bdist_wheel",
            "python_version": "cp312",
            "requires_python": ">=3.9",
            "size": 2803634,
            "upload_time": "2025-08-18T11:26:09",
            "upload_time_iso_8601": "2025-08-18T11:26:09.476864Z",
            "url": "https://files.pythonhosted.org/packages/4c/86/24d7aabaac9a4bcad44c186617984125cd53a3abb390ec3dd6bfdacc90f8/scylla_driver-3.29.4-cp312-cp312-win_amd64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "c0996a04471fc14cd51f339840ae14bed2522a5f92c8d0c6b2019c1fb426fcfa",
                "md5": "686b648d8073dc5e69b8c2b75b967e9b",
                "sha256": "6ec213b1b2dbb62f853ce36ae31379d16926415b36600bd8e1bb0a4bb7f630b8"
            },
            "downloads": -1,
            "filename": "scylla_driver-3.29.4-cp313-cp313-macosx_13_0_x86_64.whl",
            "has_sig": false,
            "md5_digest": "686b648d8073dc5e69b8c2b75b967e9b",
            "packagetype": "bdist_wheel",
            "python_version": "cp313",
            "requires_python": ">=3.9",
            "size": 3799878,
            "upload_time": "2025-08-18T11:26:10",
            "upload_time_iso_8601": "2025-08-18T11:26:10.982129Z",
            "url": "https://files.pythonhosted.org/packages/c0/99/6a04471fc14cd51f339840ae14bed2522a5f92c8d0c6b2019c1fb426fcfa/scylla_driver-3.29.4-cp313-cp313-macosx_13_0_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "08a369ec5e4fe57414a6f73d9eed1e0def513bd43ba368fa7714e3c78a89e412",
                "md5": "04d3d83b0c171fdc6cf2f0d4e9c1996f",
                "sha256": "54569e0d22303ce48bf7a57191bbbb2676e157cbf73a5bf9c35c2776ba172dfa"
            },
            "downloads": -1,
            "filename": "scylla_driver-3.29.4-cp313-cp313-macosx_14_0_arm64.whl",
            "has_sig": false,
            "md5_digest": "04d3d83b0c171fdc6cf2f0d4e9c1996f",
            "packagetype": "bdist_wheel",
            "python_version": "cp313",
            "requires_python": ">=3.9",
            "size": 3361672,
            "upload_time": "2025-08-18T11:26:12",
            "upload_time_iso_8601": "2025-08-18T11:26:12.410486Z",
            "url": "https://files.pythonhosted.org/packages/08/a3/69ec5e4fe57414a6f73d9eed1e0def513bd43ba368fa7714e3c78a89e412/scylla_driver-3.29.4-cp313-cp313-macosx_14_0_arm64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "2d46bea7cfb4d2b700099410395dfc501fa6b1e750be091e5ce509a235e15729",
                "md5": "4165143102b82400141ea385d05c3840",
                "sha256": "f4cac9fa6a8706edd35cf8821d86ce4d2ef2f1216325737259136d9eb80a3ec2"
            },
            "downloads": -1,
            "filename": "scylla_driver-3.29.4-cp313-cp313-manylinux_2_28_aarch64.whl",
            "has_sig": false,
            "md5_digest": "4165143102b82400141ea385d05c3840",
            "packagetype": "bdist_wheel",
            "python_version": "cp313",
            "requires_python": ">=3.9",
            "size": 3763301,
            "upload_time": "2025-08-18T11:26:14",
            "upload_time_iso_8601": "2025-08-18T11:26:14.265741Z",
            "url": "https://files.pythonhosted.org/packages/2d/46/bea7cfb4d2b700099410395dfc501fa6b1e750be091e5ce509a235e15729/scylla_driver-3.29.4-cp313-cp313-manylinux_2_28_aarch64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "107d5aa8d14ff8f0631a38c8987361fad484c7c824d14f775837de46642ce204",
                "md5": "9de8d53f0e41da1ed4b20d4561d21940",
                "sha256": "6858fb829a8079684fb58d1b5730265778f5b38f6656a968cbd405dc7ca6da6c"
            },
            "downloads": -1,
            "filename": "scylla_driver-3.29.4-cp313-cp313-manylinux_2_28_x86_64.whl",
            "has_sig": false,
            "md5_digest": "9de8d53f0e41da1ed4b20d4561d21940",
            "packagetype": "bdist_wheel",
            "python_version": "cp313",
            "requires_python": ">=3.9",
            "size": 4058653,
            "upload_time": "2025-08-18T11:26:15",
            "upload_time_iso_8601": "2025-08-18T11:26:15.801884Z",
            "url": "https://files.pythonhosted.org/packages/10/7d/5aa8d14ff8f0631a38c8987361fad484c7c824d14f775837de46642ce204/scylla_driver-3.29.4-cp313-cp313-manylinux_2_28_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "2390e3162b597abeb4d5cec44a16ebe247d7b3b6578f0468d4c1b265e5489bf5",
                "md5": "e688b76ffc4d5dbe161e26ff9c2a651d",
                "sha256": "b25d98148fb0788f880b18e6b324b6a590ac4a03f4e5c178ba9becf151733323"
            },
            "downloads": -1,
            "filename": "scylla_driver-3.29.4-cp313-cp313-win32.whl",
            "has_sig": false,
            "md5_digest": "e688b76ffc4d5dbe161e26ff9c2a651d",
            "packagetype": "bdist_wheel",
            "python_version": "cp313",
            "requires_python": ">=3.9",
            "size": 2313949,
            "upload_time": "2025-08-18T11:26:17",
            "upload_time_iso_8601": "2025-08-18T11:26:17.305773Z",
            "url": "https://files.pythonhosted.org/packages/23/90/e3162b597abeb4d5cec44a16ebe247d7b3b6578f0468d4c1b265e5489bf5/scylla_driver-3.29.4-cp313-cp313-win32.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "81b356efbc693691729888a0ae872d77113ac2f21166c64f969c572037187f22",
                "md5": "02479daf0a7a91ae5ce14288d9ab94f9",
                "sha256": "0a9dbe71532cdb0f4aac81ee8683c75507234df3d3e85a463d74ee9b1ba4d4d3"
            },
            "downloads": -1,
            "filename": "scylla_driver-3.29.4-cp313-cp313-win_amd64.whl",
            "has_sig": false,
            "md5_digest": "02479daf0a7a91ae5ce14288d9ab94f9",
            "packagetype": "bdist_wheel",
            "python_version": "cp313",
            "requires_python": ">=3.9",
            "size": 2805194,
            "upload_time": "2025-08-18T11:26:18",
            "upload_time_iso_8601": "2025-08-18T11:26:18.718422Z",
            "url": "https://files.pythonhosted.org/packages/81/b3/56efbc693691729888a0ae872d77113ac2f21166c64f969c572037187f22/scylla_driver-3.29.4-cp313-cp313-win_amd64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "8d85e5c8e69852d7b4388f0325d8695cf33f02c71ef4727c9f6d86a85fae95a9",
                "md5": "3d303200b1ef2e63555bb294fd1a049e",
                "sha256": "ccad842b9baf50733e9a763025da54b378a6aff0991cf7c92b6443a5f77afb39"
            },
            "downloads": -1,
            "filename": "scylla_driver-3.29.4-cp39-cp39-macosx_13_0_x86_64.whl",
            "has_sig": false,
            "md5_digest": "3d303200b1ef2e63555bb294fd1a049e",
            "packagetype": "bdist_wheel",
            "python_version": "cp39",
            "requires_python": ">=3.9",
            "size": 3560085,
            "upload_time": "2025-08-18T11:26:20",
            "upload_time_iso_8601": "2025-08-18T11:26:20.234871Z",
            "url": "https://files.pythonhosted.org/packages/8d/85/e5c8e69852d7b4388f0325d8695cf33f02c71ef4727c9f6d86a85fae95a9/scylla_driver-3.29.4-cp39-cp39-macosx_13_0_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "a53edc874de65d6d2dfe12423053521d3e4bdd6ba085c73b528d30991b0f8910",
                "md5": "029afe41224766ce711742de3c1d6545",
                "sha256": "f4df9b7df67604b7f50cb52893a1f31b5b0d376e957d73564c5f0dc14bbf9fd9"
            },
            "downloads": -1,
            "filename": "scylla_driver-3.29.4-cp39-cp39-macosx_14_0_arm64.whl",
            "has_sig": false,
            "md5_digest": "029afe41224766ce711742de3c1d6545",
            "packagetype": "bdist_wheel",
            "python_version": "cp39",
            "requires_python": ">=3.9",
            "size": 3208075,
            "upload_time": "2025-08-18T11:26:21",
            "upload_time_iso_8601": "2025-08-18T11:26:21.660968Z",
            "url": "https://files.pythonhosted.org/packages/a5/3e/dc874de65d6d2dfe12423053521d3e4bdd6ba085c73b528d30991b0f8910/scylla_driver-3.29.4-cp39-cp39-macosx_14_0_arm64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "d2dc5eb1a208401eddfc6c4a1edae193576930f808a2038b666e8c5812efb9f3",
                "md5": "9a46e7fa174a1a6d42d174e50f87b5a4",
                "sha256": "19d16c7d787022d871c116cac9fb0660e1cc674c27cd4fc71119781c9ba0a296"
            },
            "downloads": -1,
            "filename": "scylla_driver-3.29.4-cp39-cp39-manylinux_2_28_aarch64.whl",
            "has_sig": false,
            "md5_digest": "9a46e7fa174a1a6d42d174e50f87b5a4",
            "packagetype": "bdist_wheel",
            "python_version": "cp39",
            "requires_python": ">=3.9",
            "size": 4070175,
            "upload_time": "2025-08-18T11:26:23",
            "upload_time_iso_8601": "2025-08-18T11:26:23.553935Z",
            "url": "https://files.pythonhosted.org/packages/d2/dc/5eb1a208401eddfc6c4a1edae193576930f808a2038b666e8c5812efb9f3/scylla_driver-3.29.4-cp39-cp39-manylinux_2_28_aarch64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "28072e2f4ab4eac0850290355e290759a13d0828189739f7060f298ed31f997c",
                "md5": "2e010bebb3cef8e22155591eef5979b4",
                "sha256": "60b7c00366e32285e4d7c54b84babe9b2085188e0ff430665e5f3391935058c6"
            },
            "downloads": -1,
            "filename": "scylla_driver-3.29.4-cp39-cp39-manylinux_2_28_x86_64.whl",
            "has_sig": false,
            "md5_digest": "2e010bebb3cef8e22155591eef5979b4",
            "packagetype": "bdist_wheel",
            "python_version": "cp39",
            "requires_python": ">=3.9",
            "size": 4379865,
            "upload_time": "2025-08-18T11:26:25",
            "upload_time_iso_8601": "2025-08-18T11:26:25.071574Z",
            "url": "https://files.pythonhosted.org/packages/28/07/2e2f4ab4eac0850290355e290759a13d0828189739f7060f298ed31f997c/scylla_driver-3.29.4-cp39-cp39-manylinux_2_28_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "fa557f8fbbd16318f52fcddc23c00b6dec9e256892f956afda81faec77f76cc2",
                "md5": "5851c8c44ee0f720b1309f58cc4016cc",
                "sha256": "9b6210c3c3fb8ef2de95351450cc49dec1e4fa0eaec1440d088bc6248c4b8d98"
            },
            "downloads": -1,
            "filename": "scylla_driver-3.29.4-cp39-cp39-win32.whl",
            "has_sig": false,
            "md5_digest": "5851c8c44ee0f720b1309f58cc4016cc",
            "packagetype": "bdist_wheel",
            "python_version": "cp39",
            "requires_python": ">=3.9",
            "size": 2452533,
            "upload_time": "2025-08-18T11:26:26",
            "upload_time_iso_8601": "2025-08-18T11:26:26.883904Z",
            "url": "https://files.pythonhosted.org/packages/fa/55/7f8fbbd16318f52fcddc23c00b6dec9e256892f956afda81faec77f76cc2/scylla_driver-3.29.4-cp39-cp39-win32.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "da686c5a2ab501196563d2a1bb15bd9ff2d1dec5353fea5085f442a0ae5607c2",
                "md5": "dbc619bc71058f00d098177b88b139b9",
                "sha256": "04f600a4405512f675bd81abc4341e83801175b071d5aaa9a0cbe4bd7c1e8d4b"
            },
            "downloads": -1,
            "filename": "scylla_driver-3.29.4-cp39-cp39-win_amd64.whl",
            "has_sig": false,
            "md5_digest": "dbc619bc71058f00d098177b88b139b9",
            "packagetype": "bdist_wheel",
            "python_version": "cp39",
            "requires_python": ">=3.9",
            "size": 2966059,
            "upload_time": "2025-08-18T11:26:28",
            "upload_time_iso_8601": "2025-08-18T11:26:28.381909Z",
            "url": "https://files.pythonhosted.org/packages/da/68/6c5a2ab501196563d2a1bb15bd9ff2d1dec5353fea5085f442a0ae5607c2/scylla_driver-3.29.4-cp39-cp39-win_amd64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "2e88c591812953e5b584e57c34697fed9a1164e14c7373bd9b0fa77bebee182d",
                "md5": "b9bccf7d7f0ebe69bd40bfe45b8591ca",
                "sha256": "cb73c76d526cd6cd5cbef39a2c45a32f85b6513044513bab62e5b187d1016479"
            },
            "downloads": -1,
            "filename": "scylla_driver-3.29.4-pp310-pypy310_pp73-macosx_13_0_x86_64.whl",
            "has_sig": false,
            "md5_digest": "b9bccf7d7f0ebe69bd40bfe45b8591ca",
            "packagetype": "bdist_wheel",
            "python_version": "pp310",
            "requires_python": ">=3.9",
            "size": 350831,
            "upload_time": "2025-08-18T11:26:29",
            "upload_time_iso_8601": "2025-08-18T11:26:29.838119Z",
            "url": "https://files.pythonhosted.org/packages/2e/88/c591812953e5b584e57c34697fed9a1164e14c7373bd9b0fa77bebee182d/scylla_driver-3.29.4-pp310-pypy310_pp73-macosx_13_0_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "bdbecec37da497c7a2cc45f046715316670669f1edcf854b731ea1f814eecc9b",
                "md5": "cbecdf491e209e19ea684f301a1b99b8",
                "sha256": "b306edb49387899305744266a4220479ef3b3c42fb5a267bd553c10e6e355bf9"
            },
            "downloads": -1,
            "filename": "scylla_driver-3.29.4-pp310-pypy310_pp73-macosx_14_0_arm64.whl",
            "has_sig": false,
            "md5_digest": "cbecdf491e209e19ea684f301a1b99b8",
            "packagetype": "bdist_wheel",
            "python_version": "pp310",
            "requires_python": ">=3.9",
            "size": 351208,
            "upload_time": "2025-08-18T11:26:31",
            "upload_time_iso_8601": "2025-08-18T11:26:31.029722Z",
            "url": "https://files.pythonhosted.org/packages/bd/be/cec37da497c7a2cc45f046715316670669f1edcf854b731ea1f814eecc9b/scylla_driver-3.29.4-pp310-pypy310_pp73-macosx_14_0_arm64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "344fb5f31dba32f14e6ce69ebfd66a22b10ba71b2aecb27d1047a7c86481399a",
                "md5": "10e22be59402b1132ac989a35afd6ad7",
                "sha256": "c631aaceb2f19930cdaf8b3476f8b84f8ec43013a87c525849d12ed89ac9dd48"
            },
            "downloads": -1,
            "filename": "scylla_driver-3.29.4-pp310-pypy310_pp73-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_28_x86_64.whl",
            "has_sig": false,
            "md5_digest": "10e22be59402b1132ac989a35afd6ad7",
            "packagetype": "bdist_wheel",
            "python_version": "pp310",
            "requires_python": ">=3.9",
            "size": 351912,
            "upload_time": "2025-08-18T11:26:32",
            "upload_time_iso_8601": "2025-08-18T11:26:32.550350Z",
            "url": "https://files.pythonhosted.org/packages/34/4f/b5f31dba32f14e6ce69ebfd66a22b10ba71b2aecb27d1047a7c86481399a/scylla_driver-3.29.4-pp310-pypy310_pp73-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_28_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "cbf39ca4077be7c49597d8dad7d5b38ad2ad301acbea42c7855a0f38158e6f65",
                "md5": "a510a98b2868c1e1a2bc4b7c9b372adc",
                "sha256": "b9e1d79ef33412041df54cf5637027159556d02c2cdbcee7c956b2e49aabb19a"
            },
            "downloads": -1,
            "filename": "scylla_driver-3.29.4-pp310-pypy310_pp73-win_amd64.whl",
            "has_sig": false,
            "md5_digest": "a510a98b2868c1e1a2bc4b7c9b372adc",
            "packagetype": "bdist_wheel",
            "python_version": "pp310",
            "requires_python": ">=3.9",
            "size": 354974,
            "upload_time": "2025-08-18T11:26:33",
            "upload_time_iso_8601": "2025-08-18T11:26:33.835810Z",
            "url": "https://files.pythonhosted.org/packages/cb/f3/9ca4077be7c49597d8dad7d5b38ad2ad301acbea42c7855a0f38158e6f65/scylla_driver-3.29.4-pp310-pypy310_pp73-win_amd64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "c606f2f315c7a5e7b9e8df7aee6f2f12d0597aeca12b81df75cfb9aca2e39710",
                "md5": "c328302c66126d5a2eef5e920e6e81ef",
                "sha256": "9dfb2117ef016a7959ca68b022865c1959fd7e4f538de7e8dc8ab94a189d96a0"
            },
            "downloads": -1,
            "filename": "scylla_driver-3.29.4-pp39-pypy39_pp73-macosx_13_0_x86_64.whl",
            "has_sig": false,
            "md5_digest": "c328302c66126d5a2eef5e920e6e81ef",
            "packagetype": "bdist_wheel",
            "python_version": "pp39",
            "requires_python": ">=3.9",
            "size": 350825,
            "upload_time": "2025-08-18T11:26:35",
            "upload_time_iso_8601": "2025-08-18T11:26:35.070943Z",
            "url": "https://files.pythonhosted.org/packages/c6/06/f2f315c7a5e7b9e8df7aee6f2f12d0597aeca12b81df75cfb9aca2e39710/scylla_driver-3.29.4-pp39-pypy39_pp73-macosx_13_0_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "317b9edadf110b89c07622716196c6191282f198f47f7662109f8461032815f9",
                "md5": "db86f722bba4091ad507469d04a013d7",
                "sha256": "fd3e7a6273602db457a7a03a8e259f51d42c2e95b544d0e7558791a24c3b9781"
            },
            "downloads": -1,
            "filename": "scylla_driver-3.29.4-pp39-pypy39_pp73-macosx_14_0_arm64.whl",
            "has_sig": false,
            "md5_digest": "db86f722bba4091ad507469d04a013d7",
            "packagetype": "bdist_wheel",
            "python_version": "pp39",
            "requires_python": ">=3.9",
            "size": 351194,
            "upload_time": "2025-08-18T11:26:36",
            "upload_time_iso_8601": "2025-08-18T11:26:36.724799Z",
            "url": "https://files.pythonhosted.org/packages/31/7b/9edadf110b89c07622716196c6191282f198f47f7662109f8461032815f9/scylla_driver-3.29.4-pp39-pypy39_pp73-macosx_14_0_arm64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "4ba4ed151571b9508fbe05ad1dfef99c4f28026e4ae8e07610b865739a2cc17e",
                "md5": "ffb14ca80959263a222cf91591039351",
                "sha256": "3c5777dc4138fa5f3159efdd6fae319dc0633a7807d9b327e9ffbfcf80736d24"
            },
            "downloads": -1,
            "filename": "scylla_driver-3.29.4-pp39-pypy39_pp73-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_28_x86_64.whl",
            "has_sig": false,
            "md5_digest": "ffb14ca80959263a222cf91591039351",
            "packagetype": "bdist_wheel",
            "python_version": "pp39",
            "requires_python": ">=3.9",
            "size": 351906,
            "upload_time": "2025-08-18T11:26:38",
            "upload_time_iso_8601": "2025-08-18T11:26:38.098645Z",
            "url": "https://files.pythonhosted.org/packages/4b/a4/ed151571b9508fbe05ad1dfef99c4f28026e4ae8e07610b865739a2cc17e/scylla_driver-3.29.4-pp39-pypy39_pp73-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_28_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "cdf2ed7101f546ae20b048211fb6f5785ce90bd98c922d072611458292336310",
                "md5": "b095987b211dc8dfd19581ec1f089d05",
                "sha256": "55aaef321b522beabfd1a8a1e6504598a3f869baf7c35a7d377bd3a64af6ed21"
            },
            "downloads": -1,
            "filename": "scylla_driver-3.29.4-pp39-pypy39_pp73-win_amd64.whl",
            "has_sig": false,
            "md5_digest": "b095987b211dc8dfd19581ec1f089d05",
            "packagetype": "bdist_wheel",
            "python_version": "pp39",
            "requires_python": ">=3.9",
            "size": 354964,
            "upload_time": "2025-08-18T11:26:39",
            "upload_time_iso_8601": "2025-08-18T11:26:39.324442Z",
            "url": "https://files.pythonhosted.org/packages/cd/f2/ed7101f546ae20b048211fb6f5785ce90bd98c922d072611458292336310/scylla_driver-3.29.4-pp39-pypy39_pp73-win_amd64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "b4d9ea750758d0228902d6a8e2285e940a200a9e21c82eaa76e5097cb1009fb1",
                "md5": "0069e9bea965af2d5db71d8224548e00",
                "sha256": "2f4b19fc3629952fbae876aa44bc7457215dbedf409474800ee259e51a8bc888"
            },
            "downloads": -1,
            "filename": "scylla_driver-3.29.4.tar.gz",
            "has_sig": false,
            "md5_digest": "0069e9bea965af2d5db71d8224548e00",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.9",
            "size": 304105,
            "upload_time": "2025-08-18T11:26:40",
            "upload_time_iso_8601": "2025-08-18T11:26:40.875192Z",
            "url": "https://files.pythonhosted.org/packages/b4/d9/ea750758d0228902d6a8e2285e940a200a9e21c82eaa76e5097cb1009fb1/scylla_driver-3.29.4.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2025-08-18 11:26:40",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "scylladb",
    "github_project": "python-driver",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": true,
    "lcname": "scylla-driver"
}
        
Elapsed time: 0.59518s