scylla-driver


Namescylla-driver JSON
Version 3.26.8 PyPI version JSON
download
home_pagehttps://github.com/scylladb/python-driver
SummaryScylla Driver for Apache Cassandra
upload_time2024-03-18 15:40:54
maintainer
docs_urlNone
authorScyllaDB
requires_python
license
keywords cassandra cql orm dse graph
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            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/workflows/Build%20and%20upload%20to%20PyPi/badge.svg?tag=*-scylla
   :target: https://github.com/scylladb/python-driver/actions?query=workflow%3A%22Build+and+upload+to+PyPi%22+event%3Apush+branch%3A*-scylla

.. image:: https://github.com/scylladb/python-driver/workflows/CI%20Docs/badge.svg?tag=*-scylla
   :target: https://github.com/scylladb/python-driver/actions?query=workflow%3A%22CI+Docs%22+event%3Apush+branch%3A*-scylla

The driver supports Python versions 3.6-3.11.

.. **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>`_.

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
------------
Your best options for getting help with the driver are the
`mailing list <https://groups.google.com/forum/#!forum/scylladb-users>`_
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": "https://github.com/scylladb/python-driver",
    "name": "scylla-driver",
    "maintainer": "",
    "docs_url": null,
    "requires_python": "",
    "maintainer_email": "",
    "keywords": "cassandra,cql,orm,dse,graph",
    "author": "ScyllaDB",
    "author_email": "",
    "download_url": "https://files.pythonhosted.org/packages/b9/3d/221c744e0d3a9f2420a01e29e9169b554819552e59f76ca98008c29dc3bb/scylla-driver-3.26.8.tar.gz",
    "platform": null,
    "description": "Scylla 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/workflows/Build%20and%20upload%20to%20PyPi/badge.svg?tag=*-scylla\n   :target: https://github.com/scylladb/python-driver/actions?query=workflow%3A%22Build+and+upload+to+PyPi%22+event%3Apush+branch%3A*-scylla\n\n.. image:: https://github.com/scylladb/python-driver/workflows/CI%20Docs/badge.svg?tag=*-scylla\n   :target: https://github.com/scylladb/python-driver/actions?query=workflow%3A%22CI+Docs%22+event%3Apush+branch%3A*-scylla\n\nThe driver supports Python versions 3.6-3.11.\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\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------------\nYour best options for getting help with the driver are the\n`mailing list <https://groups.google.com/forum/#!forum/scylladb-users>`_\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": "",
    "summary": "Scylla Driver for Apache Cassandra",
    "version": "3.26.8",
    "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": "",
            "digests": {
                "blake2b_256": "eef074e906ac0e9be96f76f00daae1ac0404370a50464694d110a885e1a81237",
                "md5": "199cdb188a7cec7af8eafa8d6827cb48",
                "sha256": "062e77352dc694cd6465a3e09436eebfb0ee2254806e75db5ebf65140355c26d"
            },
            "downloads": -1,
            "filename": "scylla_driver-3.26.8-cp310-cp310-manylinux_2_17_i686.manylinux2014_i686.whl",
            "has_sig": false,
            "md5_digest": "199cdb188a7cec7af8eafa8d6827cb48",
            "packagetype": "bdist_wheel",
            "python_version": "cp310",
            "requires_python": null,
            "size": 4562610,
            "upload_time": "2024-03-18T15:39:15",
            "upload_time_iso_8601": "2024-03-18T15:39:15.403473Z",
            "url": "https://files.pythonhosted.org/packages/ee/f0/74e906ac0e9be96f76f00daae1ac0404370a50464694d110a885e1a81237/scylla_driver-3.26.8-cp310-cp310-manylinux_2_17_i686.manylinux2014_i686.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "36a6f0552ff2cd3150da700556b5885debabb7fde7347950c79342587cad71dd",
                "md5": "a192e2caa68cfde38b82e79e0dff3cde",
                "sha256": "146b080e79ea11e3ae0753ae9b06c8005bf53e958697caeec9eb3f77666a570d"
            },
            "downloads": -1,
            "filename": "scylla_driver-3.26.8-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "has_sig": false,
            "md5_digest": "a192e2caa68cfde38b82e79e0dff3cde",
            "packagetype": "bdist_wheel",
            "python_version": "cp310",
            "requires_python": null,
            "size": 4554647,
            "upload_time": "2024-03-18T15:39:24",
            "upload_time_iso_8601": "2024-03-18T15:39:24.440753Z",
            "url": "https://files.pythonhosted.org/packages/36/a6/f0552ff2cd3150da700556b5885debabb7fde7347950c79342587cad71dd/scylla_driver-3.26.8-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "9116fff0bc2a2d7d2a1ec0bf5becd2ef3c559052188962cbec29c2cb36c37d04",
                "md5": "c8e66ee0fc388515964c4d9aaf8e2c05",
                "sha256": "4982b3d3acbf75f8247f1eda5cfb4fda2ed8630f3861cc77dd9b80c75ec49fc0"
            },
            "downloads": -1,
            "filename": "scylla_driver-3.26.8-cp310-cp310-win32.whl",
            "has_sig": false,
            "md5_digest": "c8e66ee0fc388515964c4d9aaf8e2c05",
            "packagetype": "bdist_wheel",
            "python_version": "cp310",
            "requires_python": null,
            "size": 2573989,
            "upload_time": "2024-03-18T15:39:27",
            "upload_time_iso_8601": "2024-03-18T15:39:27.537902Z",
            "url": "https://files.pythonhosted.org/packages/91/16/fff0bc2a2d7d2a1ec0bf5becd2ef3c559052188962cbec29c2cb36c37d04/scylla_driver-3.26.8-cp310-cp310-win32.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "b877ff92fbc2408771b032cce18212b9d7aa2b36b4250d263ec87b72e880e379",
                "md5": "a5dc5ba636ea99d97717d5928e605152",
                "sha256": "4be6b21a536e04bb4c773aaa662ec2a9f781987394db95bd73e49753cdc830ae"
            },
            "downloads": -1,
            "filename": "scylla_driver-3.26.8-cp310-cp310-win_amd64.whl",
            "has_sig": false,
            "md5_digest": "a5dc5ba636ea99d97717d5928e605152",
            "packagetype": "bdist_wheel",
            "python_version": "cp310",
            "requires_python": null,
            "size": 2893070,
            "upload_time": "2024-03-18T15:39:30",
            "upload_time_iso_8601": "2024-03-18T15:39:30.340271Z",
            "url": "https://files.pythonhosted.org/packages/b8/77/ff92fbc2408771b032cce18212b9d7aa2b36b4250d263ec87b72e880e379/scylla_driver-3.26.8-cp310-cp310-win_amd64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "3e2100cb3a035ead1564dbaa122fc2931784f13f8152104e2bb4be0772887012",
                "md5": "ba18c3f54dbf1b7bfec99b6522bef8d2",
                "sha256": "0b47bc799e8d89b874f999fac4c5f60421d569d512cf3604ac97a35022af3a79"
            },
            "downloads": -1,
            "filename": "scylla_driver-3.26.8-cp311-cp311-manylinux_2_17_i686.manylinux2014_i686.whl",
            "has_sig": false,
            "md5_digest": "ba18c3f54dbf1b7bfec99b6522bef8d2",
            "packagetype": "bdist_wheel",
            "python_version": "cp311",
            "requires_python": null,
            "size": 4533878,
            "upload_time": "2024-03-18T15:39:32",
            "upload_time_iso_8601": "2024-03-18T15:39:32.480296Z",
            "url": "https://files.pythonhosted.org/packages/3e/21/00cb3a035ead1564dbaa122fc2931784f13f8152104e2bb4be0772887012/scylla_driver-3.26.8-cp311-cp311-manylinux_2_17_i686.manylinux2014_i686.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "36536921c289de234d2db6ceaa1e0106809e03bdf7107fcf42796f6a89dffad6",
                "md5": "14fca7e4897e86cf85bc68f219986d5b",
                "sha256": "5524dc80bd47a6f8395478dee9fb1a6ee092fe8b915e9b1dc3c089ebb61caef0"
            },
            "downloads": -1,
            "filename": "scylla_driver-3.26.8-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "has_sig": false,
            "md5_digest": "14fca7e4897e86cf85bc68f219986d5b",
            "packagetype": "bdist_wheel",
            "python_version": "cp311",
            "requires_python": null,
            "size": 4525440,
            "upload_time": "2024-03-18T15:39:34",
            "upload_time_iso_8601": "2024-03-18T15:39:34.657472Z",
            "url": "https://files.pythonhosted.org/packages/36/53/6921c289de234d2db6ceaa1e0106809e03bdf7107fcf42796f6a89dffad6/scylla_driver-3.26.8-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "4950613a389657b51cd315abe8b23722aa128a8451c4e5e2fe5e0482c86abaca",
                "md5": "bef678953e0f30b34b1e1b09804aa0f2",
                "sha256": "74565836561208c5106165fec6248c1b3a0e13a1fecbb8fbdea77ed4db2d20d0"
            },
            "downloads": -1,
            "filename": "scylla_driver-3.26.8-cp311-cp311-win32.whl",
            "has_sig": false,
            "md5_digest": "bef678953e0f30b34b1e1b09804aa0f2",
            "packagetype": "bdist_wheel",
            "python_version": "cp311",
            "requires_python": null,
            "size": 2554986,
            "upload_time": "2024-03-18T15:39:37",
            "upload_time_iso_8601": "2024-03-18T15:39:37.196038Z",
            "url": "https://files.pythonhosted.org/packages/49/50/613a389657b51cd315abe8b23722aa128a8451c4e5e2fe5e0482c86abaca/scylla_driver-3.26.8-cp311-cp311-win32.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "eea5b104349e7513e6dd84195b04ee70f3505b79a3e14713fb47948913d4bbf4",
                "md5": "69d11ef970c035f718aadd7e2790accd",
                "sha256": "2433beb87519599830c4471de61c6429d7f1a1b32be515aea8dc83dd8b3d1d0c"
            },
            "downloads": -1,
            "filename": "scylla_driver-3.26.8-cp311-cp311-win_amd64.whl",
            "has_sig": false,
            "md5_digest": "69d11ef970c035f718aadd7e2790accd",
            "packagetype": "bdist_wheel",
            "python_version": "cp311",
            "requires_python": null,
            "size": 2860798,
            "upload_time": "2024-03-18T15:39:39",
            "upload_time_iso_8601": "2024-03-18T15:39:39.678651Z",
            "url": "https://files.pythonhosted.org/packages/ee/a5/b104349e7513e6dd84195b04ee70f3505b79a3e14713fb47948913d4bbf4/scylla_driver-3.26.8-cp311-cp311-win_amd64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "f3bfc1a631db0a1da151148e7b0a29515f1e3a361ac53655fbdb77eac76bd4ae",
                "md5": "bd028831ca6b626938052c1a80845121",
                "sha256": "0faf834985af19a80e4fbb8503e91351c6419651821e705ec98a2bc2849a9548"
            },
            "downloads": -1,
            "filename": "scylla_driver-3.26.8-cp312-cp312-manylinux_2_17_i686.manylinux2014_i686.whl",
            "has_sig": false,
            "md5_digest": "bd028831ca6b626938052c1a80845121",
            "packagetype": "bdist_wheel",
            "python_version": "cp312",
            "requires_python": null,
            "size": 4133044,
            "upload_time": "2024-03-18T15:39:41",
            "upload_time_iso_8601": "2024-03-18T15:39:41.974855Z",
            "url": "https://files.pythonhosted.org/packages/f3/bf/c1a631db0a1da151148e7b0a29515f1e3a361ac53655fbdb77eac76bd4ae/scylla_driver-3.26.8-cp312-cp312-manylinux_2_17_i686.manylinux2014_i686.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "f7b1f3c68daa1d700a8fdf11f34c61a665f903647013843b9bac98c2eb453d50",
                "md5": "fcf331d9c834f226c0ecb6c95e05f981",
                "sha256": "f3af534619ecadfce4fdd9ee3ba34f4764a431c976c2a79cac09e4527d557007"
            },
            "downloads": -1,
            "filename": "scylla_driver-3.26.8-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "has_sig": false,
            "md5_digest": "fcf331d9c834f226c0ecb6c95e05f981",
            "packagetype": "bdist_wheel",
            "python_version": "cp312",
            "requires_python": null,
            "size": 4138747,
            "upload_time": "2024-03-18T15:39:44",
            "upload_time_iso_8601": "2024-03-18T15:39:44.827460Z",
            "url": "https://files.pythonhosted.org/packages/f7/b1/f3c68daa1d700a8fdf11f34c61a665f903647013843b9bac98c2eb453d50/scylla_driver-3.26.8-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "32a3d0ba5ca8652ddb49ae10447d88be81f2d5a60ea8ab583f7fddbd09a0585d",
                "md5": "bebeaade3bd4691098630ce3f1421812",
                "sha256": "f196bc61feebd5bde0707f876241c9e96a9c70a2bcae91cdae3a28599147662c"
            },
            "downloads": -1,
            "filename": "scylla_driver-3.26.8-cp312-cp312-win32.whl",
            "has_sig": false,
            "md5_digest": "bebeaade3bd4691098630ce3f1421812",
            "packagetype": "bdist_wheel",
            "python_version": "cp312",
            "requires_python": null,
            "size": 2449915,
            "upload_time": "2024-03-18T15:39:46",
            "upload_time_iso_8601": "2024-03-18T15:39:46.815495Z",
            "url": "https://files.pythonhosted.org/packages/32/a3/d0ba5ca8652ddb49ae10447d88be81f2d5a60ea8ab583f7fddbd09a0585d/scylla_driver-3.26.8-cp312-cp312-win32.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "47181edce1f011629fa8ebe6b182dcf285d364c0478d52002d5ff147e6606725",
                "md5": "69171136087d9c802b75b4a9de2144f7",
                "sha256": "761fbf0f2c51de8f8327e5cd6f2a4c49b9e2a401907905332c14f3491089674a"
            },
            "downloads": -1,
            "filename": "scylla_driver-3.26.8-cp312-cp312-win_amd64.whl",
            "has_sig": false,
            "md5_digest": "69171136087d9c802b75b4a9de2144f7",
            "packagetype": "bdist_wheel",
            "python_version": "cp312",
            "requires_python": null,
            "size": 2758192,
            "upload_time": "2024-03-18T15:39:48",
            "upload_time_iso_8601": "2024-03-18T15:39:48.907461Z",
            "url": "https://files.pythonhosted.org/packages/47/18/1edce1f011629fa8ebe6b182dcf285d364c0478d52002d5ff147e6606725/scylla_driver-3.26.8-cp312-cp312-win_amd64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "902c265f7c82ad70b8a9a59cb929fc0213dcc6aee20598e99d84341610ebba65",
                "md5": "35db5733d71003fabefe8ca8b1d10118",
                "sha256": "756db4d57b076aaa67f9c457922b10376e74d2bb8ad16f0aae79d6b5b22d6b4b"
            },
            "downloads": -1,
            "filename": "scylla_driver-3.26.8-cp37-cp37m-macosx_10_9_x86_64.whl",
            "has_sig": false,
            "md5_digest": "35db5733d71003fabefe8ca8b1d10118",
            "packagetype": "bdist_wheel",
            "python_version": "cp37",
            "requires_python": null,
            "size": 3847372,
            "upload_time": "2024-03-18T15:39:51",
            "upload_time_iso_8601": "2024-03-18T15:39:51.630466Z",
            "url": "https://files.pythonhosted.org/packages/90/2c/265f7c82ad70b8a9a59cb929fc0213dcc6aee20598e99d84341610ebba65/scylla_driver-3.26.8-cp37-cp37m-macosx_10_9_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "669a1859d98a47fcba0e8f57533a1c3bf934ae6c4052654f8cafdb4e5341f856",
                "md5": "963ed881ffe4cb6957892cf43ed7b5fe",
                "sha256": "8817aee4de971c0e1c4a09201a9ca1476fa1112bc4e466e4a07e5a033db8be1a"
            },
            "downloads": -1,
            "filename": "scylla_driver-3.26.8-cp37-cp37m-manylinux_2_17_i686.manylinux2014_i686.whl",
            "has_sig": false,
            "md5_digest": "963ed881ffe4cb6957892cf43ed7b5fe",
            "packagetype": "bdist_wheel",
            "python_version": "cp37",
            "requires_python": null,
            "size": 4561806,
            "upload_time": "2024-03-18T15:39:53",
            "upload_time_iso_8601": "2024-03-18T15:39:53.670701Z",
            "url": "https://files.pythonhosted.org/packages/66/9a/1859d98a47fcba0e8f57533a1c3bf934ae6c4052654f8cafdb4e5341f856/scylla_driver-3.26.8-cp37-cp37m-manylinux_2_17_i686.manylinux2014_i686.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "4724b07ed0f541160670f992e271d8d98ac16db19b8867883eafcdc781336267",
                "md5": "b69b7aa4fe4ce3abf41474b89e153a65",
                "sha256": "bb10c43e04ba9a2f8dc510d5133cf6bd299d6349dd4e4c2927fb968a6b10ee4a"
            },
            "downloads": -1,
            "filename": "scylla_driver-3.26.8-cp37-cp37m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "has_sig": false,
            "md5_digest": "b69b7aa4fe4ce3abf41474b89e153a65",
            "packagetype": "bdist_wheel",
            "python_version": "cp37",
            "requires_python": null,
            "size": 4578693,
            "upload_time": "2024-03-18T15:39:55",
            "upload_time_iso_8601": "2024-03-18T15:39:55.867739Z",
            "url": "https://files.pythonhosted.org/packages/47/24/b07ed0f541160670f992e271d8d98ac16db19b8867883eafcdc781336267/scylla_driver-3.26.8-cp37-cp37m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "f5b8e76ba3328d0da47adcfb1259a188d6670028a6e663cd9741721cc28182d0",
                "md5": "fa0eee8d17265bba232bba52bc176dc4",
                "sha256": "cd4a384d3fdf0f1b110d7a249bdd3c2a68b16c2ed63c3dec3c85b32ee9fa2273"
            },
            "downloads": -1,
            "filename": "scylla_driver-3.26.8-cp37-cp37m-win32.whl",
            "has_sig": false,
            "md5_digest": "fa0eee8d17265bba232bba52bc176dc4",
            "packagetype": "bdist_wheel",
            "python_version": "cp37",
            "requires_python": null,
            "size": 2600011,
            "upload_time": "2024-03-18T15:39:57",
            "upload_time_iso_8601": "2024-03-18T15:39:57.736798Z",
            "url": "https://files.pythonhosted.org/packages/f5/b8/e76ba3328d0da47adcfb1259a188d6670028a6e663cd9741721cc28182d0/scylla_driver-3.26.8-cp37-cp37m-win32.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "c0f12fe64dbfac38b6515c00206ab1345db1170655e451322e58b480d4ae64db",
                "md5": "613155b38417d208ba6019244f58ae9b",
                "sha256": "b1bef1b12a8d77600ff10e5cd39a8cd66f742b1f9b9a852a18fe9fd245ad1919"
            },
            "downloads": -1,
            "filename": "scylla_driver-3.26.8-cp37-cp37m-win_amd64.whl",
            "has_sig": false,
            "md5_digest": "613155b38417d208ba6019244f58ae9b",
            "packagetype": "bdist_wheel",
            "python_version": "cp37",
            "requires_python": null,
            "size": 2894810,
            "upload_time": "2024-03-18T15:39:59",
            "upload_time_iso_8601": "2024-03-18T15:39:59.891457Z",
            "url": "https://files.pythonhosted.org/packages/c0/f1/2fe64dbfac38b6515c00206ab1345db1170655e451322e58b480d4ae64db/scylla_driver-3.26.8-cp37-cp37m-win_amd64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "6ed26301780879359070857ade3c3a8be6ca3ece6af2b37f46cab2694a74826c",
                "md5": "f9b8c11583efd0ba26ffe9c91090f4d8",
                "sha256": "d3bc4cd9e40ba74f38d607161aa39ba6ed8d0af28bc989d373c2bce5ca8f6175"
            },
            "downloads": -1,
            "filename": "scylla_driver-3.26.8-cp38-cp38-macosx_10_9_x86_64.whl",
            "has_sig": false,
            "md5_digest": "f9b8c11583efd0ba26ffe9c91090f4d8",
            "packagetype": "bdist_wheel",
            "python_version": "cp38",
            "requires_python": null,
            "size": 3962045,
            "upload_time": "2024-03-18T15:40:05",
            "upload_time_iso_8601": "2024-03-18T15:40:05.087314Z",
            "url": "https://files.pythonhosted.org/packages/6e/d2/6301780879359070857ade3c3a8be6ca3ece6af2b37f46cab2694a74826c/scylla_driver-3.26.8-cp38-cp38-macosx_10_9_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "02b970c2e5d40afaeb35486cba19cfa89e16f7cfb82eef6d6e4b7cb8f23df420",
                "md5": "2c61973c5bd3a18de72a4a4daed3608a",
                "sha256": "7ddd3e8df44609bf7f6dd2d403f7cb6845f3b90180d9d1fc8eff17d91b8d47e2"
            },
            "downloads": -1,
            "filename": "scylla_driver-3.26.8-cp38-cp38-manylinux_2_17_i686.manylinux2014_i686.whl",
            "has_sig": false,
            "md5_digest": "2c61973c5bd3a18de72a4a4daed3608a",
            "packagetype": "bdist_wheel",
            "python_version": "cp38",
            "requires_python": null,
            "size": 4724230,
            "upload_time": "2024-03-18T15:40:07",
            "upload_time_iso_8601": "2024-03-18T15:40:07.426357Z",
            "url": "https://files.pythonhosted.org/packages/02/b9/70c2e5d40afaeb35486cba19cfa89e16f7cfb82eef6d6e4b7cb8f23df420/scylla_driver-3.26.8-cp38-cp38-manylinux_2_17_i686.manylinux2014_i686.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "8298d3d786f80f2ae4578c71be097a42f80aad47de2ef07d1bbc5a7bf9fb646b",
                "md5": "d9c54fd4e9b1905eaaf8cd16e460ae0d",
                "sha256": "5ccf0a7c2b880093083adfe5d4e2ac66a45bd5008396da00e6e8ccaa0a4e9103"
            },
            "downloads": -1,
            "filename": "scylla_driver-3.26.8-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "has_sig": false,
            "md5_digest": "d9c54fd4e9b1905eaaf8cd16e460ae0d",
            "packagetype": "bdist_wheel",
            "python_version": "cp38",
            "requires_python": null,
            "size": 4735103,
            "upload_time": "2024-03-18T15:40:09",
            "upload_time_iso_8601": "2024-03-18T15:40:09.533721Z",
            "url": "https://files.pythonhosted.org/packages/82/98/d3d786f80f2ae4578c71be097a42f80aad47de2ef07d1bbc5a7bf9fb646b/scylla_driver-3.26.8-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "c4c43fec5c3c88e14b786e0bda8ed8aa4b7e9d0cc0d80abd46d0ad092d5b7b79",
                "md5": "618b94b1e426be60415a6b06f13c4ff1",
                "sha256": "8bb0f741bf7d8ad9cba1ee1bb52511654ea771c7aa67661482204c185201eff4"
            },
            "downloads": -1,
            "filename": "scylla_driver-3.26.8-cp38-cp38-win32.whl",
            "has_sig": false,
            "md5_digest": "618b94b1e426be60415a6b06f13c4ff1",
            "packagetype": "bdist_wheel",
            "python_version": "cp38",
            "requires_python": null,
            "size": 2703984,
            "upload_time": "2024-03-18T15:40:13",
            "upload_time_iso_8601": "2024-03-18T15:40:13.914091Z",
            "url": "https://files.pythonhosted.org/packages/c4/c4/3fec5c3c88e14b786e0bda8ed8aa4b7e9d0cc0d80abd46d0ad092d5b7b79/scylla_driver-3.26.8-cp38-cp38-win32.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "aa98a6ad4bf585100845d7b56e865e2acfc0724d7c659b314e4175cff5010b7b",
                "md5": "edd3214059b7b517679adf9175dc1b9a",
                "sha256": "57c388298e5520004f4e46794578ccdf655b1873c313a2240b24747daac7edec"
            },
            "downloads": -1,
            "filename": "scylla_driver-3.26.8-cp38-cp38-win_amd64.whl",
            "has_sig": false,
            "md5_digest": "edd3214059b7b517679adf9175dc1b9a",
            "packagetype": "bdist_wheel",
            "python_version": "cp38",
            "requires_python": null,
            "size": 3046899,
            "upload_time": "2024-03-18T15:40:16",
            "upload_time_iso_8601": "2024-03-18T15:40:16.903718Z",
            "url": "https://files.pythonhosted.org/packages/aa/98/a6ad4bf585100845d7b56e865e2acfc0724d7c659b314e4175cff5010b7b/scylla_driver-3.26.8-cp38-cp38-win_amd64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "9d43091129a86ccb920b1e88a565e453cbceb2a5d345530392549d4e16dedd45",
                "md5": "f3763b86ecb98b97a78abfbb75ce703e",
                "sha256": "870a0fd86644b50a0688496a2c6b0d00b72152a108011c80381f95a448485c13"
            },
            "downloads": -1,
            "filename": "scylla_driver-3.26.8-cp39-cp39-manylinux_2_17_i686.manylinux2014_i686.whl",
            "has_sig": false,
            "md5_digest": "f3763b86ecb98b97a78abfbb75ce703e",
            "packagetype": "bdist_wheel",
            "python_version": "cp39",
            "requires_python": null,
            "size": 4718620,
            "upload_time": "2024-03-18T15:40:19",
            "upload_time_iso_8601": "2024-03-18T15:40:19.240245Z",
            "url": "https://files.pythonhosted.org/packages/9d/43/091129a86ccb920b1e88a565e453cbceb2a5d345530392549d4e16dedd45/scylla_driver-3.26.8-cp39-cp39-manylinux_2_17_i686.manylinux2014_i686.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "19c4d02249919770c6b88153bb6cc606b98d69a7fd75c7635a698ba0e6b2e440",
                "md5": "4a3642ce8caa0115c7d2bb0d44de020c",
                "sha256": "d9c03f7ac60badf63cfeac3fa02e07d2b2bf9b76f426ab13b3dae5cc6891a453"
            },
            "downloads": -1,
            "filename": "scylla_driver-3.26.8-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "has_sig": false,
            "md5_digest": "4a3642ce8caa0115c7d2bb0d44de020c",
            "packagetype": "bdist_wheel",
            "python_version": "cp39",
            "requires_python": null,
            "size": 4732620,
            "upload_time": "2024-03-18T15:40:21",
            "upload_time_iso_8601": "2024-03-18T15:40:21.702768Z",
            "url": "https://files.pythonhosted.org/packages/19/c4/d02249919770c6b88153bb6cc606b98d69a7fd75c7635a698ba0e6b2e440/scylla_driver-3.26.8-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "b52bedb1413498c510295ce538de6b100edc4ef55573ba697878068a34499192",
                "md5": "855ef6be4543ed6b8a54248b6754f575",
                "sha256": "444ad2e16879b1a8d09feda5316846b849b19a14a9057f6a83b3591f8c255030"
            },
            "downloads": -1,
            "filename": "scylla_driver-3.26.8-cp39-cp39-win32.whl",
            "has_sig": false,
            "md5_digest": "855ef6be4543ed6b8a54248b6754f575",
            "packagetype": "bdist_wheel",
            "python_version": "cp39",
            "requires_python": null,
            "size": 2695249,
            "upload_time": "2024-03-18T15:40:23",
            "upload_time_iso_8601": "2024-03-18T15:40:23.747724Z",
            "url": "https://files.pythonhosted.org/packages/b5/2b/edb1413498c510295ce538de6b100edc4ef55573ba697878068a34499192/scylla_driver-3.26.8-cp39-cp39-win32.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "edb7103380f64ffaa1eb334af263d7019e8e515be6c8e809c908a7ec999a5d85",
                "md5": "360d6d19f7d9c349a58dfbc123ec8e99",
                "sha256": "3ee479330cc79f1f73036e4d32fd9838f6934e9bfa0f4f4cb2f93c6c44aedfdb"
            },
            "downloads": -1,
            "filename": "scylla_driver-3.26.8-cp39-cp39-win_amd64.whl",
            "has_sig": false,
            "md5_digest": "360d6d19f7d9c349a58dfbc123ec8e99",
            "packagetype": "bdist_wheel",
            "python_version": "cp39",
            "requires_python": null,
            "size": 3032749,
            "upload_time": "2024-03-18T15:40:25",
            "upload_time_iso_8601": "2024-03-18T15:40:25.798697Z",
            "url": "https://files.pythonhosted.org/packages/ed/b7/103380f64ffaa1eb334af263d7019e8e515be6c8e809c908a7ec999a5d85/scylla_driver-3.26.8-cp39-cp39-win_amd64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "b2101c11f210521984e6393d66cc7c77b10c38c8340c4cbe3f866719fa66ab34",
                "md5": "2d11a9e51b8bad71bec3ab606fc114b4",
                "sha256": "e75d16a710b512707da96a74b3250749468b5067dd1f9ad852df57875a63df0a"
            },
            "downloads": -1,
            "filename": "scylla_driver-3.26.8-pp310-pypy310_pp73-macosx_10_9_x86_64.whl",
            "has_sig": false,
            "md5_digest": "2d11a9e51b8bad71bec3ab606fc114b4",
            "packagetype": "bdist_wheel",
            "python_version": "pp310",
            "requires_python": null,
            "size": 348406,
            "upload_time": "2024-03-18T15:40:27",
            "upload_time_iso_8601": "2024-03-18T15:40:27.774480Z",
            "url": "https://files.pythonhosted.org/packages/b2/10/1c11f210521984e6393d66cc7c77b10c38c8340c4cbe3f866719fa66ab34/scylla_driver-3.26.8-pp310-pypy310_pp73-macosx_10_9_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "76e05551b77873800e56ecfe7b5a7a17e36a2cd6b46604c5fdfb6009570492fa",
                "md5": "bdd2e104a1aac226a0a4bd3d17d3e552",
                "sha256": "51a7a63c5d297006ef9a3726486195fe42e48d1ceacbbb0885d02c94da8dde0f"
            },
            "downloads": -1,
            "filename": "scylla_driver-3.26.8-pp310-pypy310_pp73-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl",
            "has_sig": false,
            "md5_digest": "bdd2e104a1aac226a0a4bd3d17d3e552",
            "packagetype": "bdist_wheel",
            "python_version": "pp310",
            "requires_python": null,
            "size": 351869,
            "upload_time": "2024-03-18T15:40:29",
            "upload_time_iso_8601": "2024-03-18T15:40:29.380968Z",
            "url": "https://files.pythonhosted.org/packages/76/e0/5551b77873800e56ecfe7b5a7a17e36a2cd6b46604c5fdfb6009570492fa/scylla_driver-3.26.8-pp310-pypy310_pp73-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "74a3f105ca146943e3213a9f4afc296faf2571e246ecec41709b3cd0ac494eb2",
                "md5": "c6df265306bedc0d5aa3c0d8bc8414c9",
                "sha256": "4a4f6147d790e4d30ab1e4eade127dddc814f3f81d7efbf0a4408f850a51bbdb"
            },
            "downloads": -1,
            "filename": "scylla_driver-3.26.8-pp310-pypy310_pp73-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "has_sig": false,
            "md5_digest": "c6df265306bedc0d5aa3c0d8bc8414c9",
            "packagetype": "bdist_wheel",
            "python_version": "pp310",
            "requires_python": null,
            "size": 351117,
            "upload_time": "2024-03-18T15:40:30",
            "upload_time_iso_8601": "2024-03-18T15:40:30.899064Z",
            "url": "https://files.pythonhosted.org/packages/74/a3/f105ca146943e3213a9f4afc296faf2571e246ecec41709b3cd0ac494eb2/scylla_driver-3.26.8-pp310-pypy310_pp73-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "502979898c10af6411bec9f0f1af9cfabc6c8b23f8cf4d0cf05c32b0416b2793",
                "md5": "8e87e369515c927a261ede1eff3a8043",
                "sha256": "0797cb40f4a93ae14132fef524cf3d7cd2b6644085a2de4ed740bf067e4bce45"
            },
            "downloads": -1,
            "filename": "scylla_driver-3.26.8-pp310-pypy310_pp73-win_amd64.whl",
            "has_sig": false,
            "md5_digest": "8e87e369515c927a261ede1eff3a8043",
            "packagetype": "bdist_wheel",
            "python_version": "pp310",
            "requires_python": null,
            "size": 354073,
            "upload_time": "2024-03-18T15:40:32",
            "upload_time_iso_8601": "2024-03-18T15:40:32.842682Z",
            "url": "https://files.pythonhosted.org/packages/50/29/79898c10af6411bec9f0f1af9cfabc6c8b23f8cf4d0cf05c32b0416b2793/scylla_driver-3.26.8-pp310-pypy310_pp73-win_amd64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "db75344a6468a34804d0753c2400fd2f575205d9134f83df453ae8612960d085",
                "md5": "394358f312dde92843a5cc8dbf219788",
                "sha256": "919ae416e08b3c5485d09203cdec9c052fe786f128d2d3f9182c81e84f38ae19"
            },
            "downloads": -1,
            "filename": "scylla_driver-3.26.8-pp37-pypy37_pp73-macosx_10_9_x86_64.whl",
            "has_sig": false,
            "md5_digest": "394358f312dde92843a5cc8dbf219788",
            "packagetype": "bdist_wheel",
            "python_version": "pp37",
            "requires_python": null,
            "size": 348397,
            "upload_time": "2024-03-18T15:40:34",
            "upload_time_iso_8601": "2024-03-18T15:40:34.969769Z",
            "url": "https://files.pythonhosted.org/packages/db/75/344a6468a34804d0753c2400fd2f575205d9134f83df453ae8612960d085/scylla_driver-3.26.8-pp37-pypy37_pp73-macosx_10_9_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "7245b7e455274d708e3dc7b45b9c49014927dbd39041b3cca8f5a0d6cb62ace8",
                "md5": "79e20018fd7ebd9dadeb4ec33cb44eee",
                "sha256": "13fdff491c191f992da006382749f216949f3565eaea3854410cae8ee5ff6e57"
            },
            "downloads": -1,
            "filename": "scylla_driver-3.26.8-pp37-pypy37_pp73-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl",
            "has_sig": false,
            "md5_digest": "79e20018fd7ebd9dadeb4ec33cb44eee",
            "packagetype": "bdist_wheel",
            "python_version": "pp37",
            "requires_python": null,
            "size": 351871,
            "upload_time": "2024-03-18T15:40:36",
            "upload_time_iso_8601": "2024-03-18T15:40:36.558563Z",
            "url": "https://files.pythonhosted.org/packages/72/45/b7e455274d708e3dc7b45b9c49014927dbd39041b3cca8f5a0d6cb62ace8/scylla_driver-3.26.8-pp37-pypy37_pp73-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "93aa4b58fbdc4e1f18f102efd5af1fd72d029a9a91f4e1bf4fe81e222213bf8c",
                "md5": "8da8093fb67dada825fe1d71f945b58d",
                "sha256": "94525445588d6e1982bb624460d1e53f32ea854f288dd15696ba655e30df0cb8"
            },
            "downloads": -1,
            "filename": "scylla_driver-3.26.8-pp37-pypy37_pp73-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "has_sig": false,
            "md5_digest": "8da8093fb67dada825fe1d71f945b58d",
            "packagetype": "bdist_wheel",
            "python_version": "pp37",
            "requires_python": null,
            "size": 351123,
            "upload_time": "2024-03-18T15:40:38",
            "upload_time_iso_8601": "2024-03-18T15:40:38.115289Z",
            "url": "https://files.pythonhosted.org/packages/93/aa/4b58fbdc4e1f18f102efd5af1fd72d029a9a91f4e1bf4fe81e222213bf8c/scylla_driver-3.26.8-pp37-pypy37_pp73-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "71827dcc6d88644ea3e196d79ec9051211e01b9b89406b1c671f3e70b478c4c8",
                "md5": "e285a8449d05b1c6c14f0a8bd549b80d",
                "sha256": "c25298a52c115f2cb345cd9ca0f71e2a4c9584f386fbb57373cb8de46f1b7e0d"
            },
            "downloads": -1,
            "filename": "scylla_driver-3.26.8-pp37-pypy37_pp73-win_amd64.whl",
            "has_sig": false,
            "md5_digest": "e285a8449d05b1c6c14f0a8bd549b80d",
            "packagetype": "bdist_wheel",
            "python_version": "pp37",
            "requires_python": null,
            "size": 354074,
            "upload_time": "2024-03-18T15:40:39",
            "upload_time_iso_8601": "2024-03-18T15:40:39.744530Z",
            "url": "https://files.pythonhosted.org/packages/71/82/7dcc6d88644ea3e196d79ec9051211e01b9b89406b1c671f3e70b478c4c8/scylla_driver-3.26.8-pp37-pypy37_pp73-win_amd64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "791c55e640d28ce2291f7e44b7ceaa3d737ec7975bf7af34b311eea2248b5181",
                "md5": "3b4d76b1657ed9962c365795e4610684",
                "sha256": "8c44af37b76a6ab878f4959fc27f5da6b674d4eccf3df1c936c829c3bca1a3fa"
            },
            "downloads": -1,
            "filename": "scylla_driver-3.26.8-pp38-pypy38_pp73-macosx_10_9_x86_64.whl",
            "has_sig": false,
            "md5_digest": "3b4d76b1657ed9962c365795e4610684",
            "packagetype": "bdist_wheel",
            "python_version": "pp38",
            "requires_python": null,
            "size": 348400,
            "upload_time": "2024-03-18T15:40:41",
            "upload_time_iso_8601": "2024-03-18T15:40:41.323927Z",
            "url": "https://files.pythonhosted.org/packages/79/1c/55e640d28ce2291f7e44b7ceaa3d737ec7975bf7af34b311eea2248b5181/scylla_driver-3.26.8-pp38-pypy38_pp73-macosx_10_9_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "3f03559b95c450d227fe30e2425b7a7f2c23ca18d0d743b15bb7aead4c68a20c",
                "md5": "212567a2d009afc22e2eef218348fdf3",
                "sha256": "9070b2cd4aacc725149af9db9fab6f1ca71bcc067fcadd01c422582aa05b6c8e"
            },
            "downloads": -1,
            "filename": "scylla_driver-3.26.8-pp38-pypy38_pp73-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl",
            "has_sig": false,
            "md5_digest": "212567a2d009afc22e2eef218348fdf3",
            "packagetype": "bdist_wheel",
            "python_version": "pp38",
            "requires_python": null,
            "size": 351863,
            "upload_time": "2024-03-18T15:40:42",
            "upload_time_iso_8601": "2024-03-18T15:40:42.900354Z",
            "url": "https://files.pythonhosted.org/packages/3f/03/559b95c450d227fe30e2425b7a7f2c23ca18d0d743b15bb7aead4c68a20c/scylla_driver-3.26.8-pp38-pypy38_pp73-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "b2060b06aa4652d871d3238239ecdd4b2ea8588ae7d0ebc707a82fec1b64c263",
                "md5": "bf464d5ed5743a05086feb8b34930396",
                "sha256": "d93ebfe445173e9675e52906cc55bab6bd051cc6442cf9594e7e1578e23e8d8b"
            },
            "downloads": -1,
            "filename": "scylla_driver-3.26.8-pp38-pypy38_pp73-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "has_sig": false,
            "md5_digest": "bf464d5ed5743a05086feb8b34930396",
            "packagetype": "bdist_wheel",
            "python_version": "pp38",
            "requires_python": null,
            "size": 351108,
            "upload_time": "2024-03-18T15:40:44",
            "upload_time_iso_8601": "2024-03-18T15:40:44.423955Z",
            "url": "https://files.pythonhosted.org/packages/b2/06/0b06aa4652d871d3238239ecdd4b2ea8588ae7d0ebc707a82fec1b64c263/scylla_driver-3.26.8-pp38-pypy38_pp73-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "ab3cc0c38d1ff1e749864e713f918382a29d16944bd448b55c9b9d1f822f0ed0",
                "md5": "70b9da1ce54bb1bfbe92c9cd469c0e37",
                "sha256": "93b9be781c1f4883f75ec954b23a548b66c535edc119483ca025a4679c2af3c6"
            },
            "downloads": -1,
            "filename": "scylla_driver-3.26.8-pp38-pypy38_pp73-win_amd64.whl",
            "has_sig": false,
            "md5_digest": "70b9da1ce54bb1bfbe92c9cd469c0e37",
            "packagetype": "bdist_wheel",
            "python_version": "pp38",
            "requires_python": null,
            "size": 354069,
            "upload_time": "2024-03-18T15:40:45",
            "upload_time_iso_8601": "2024-03-18T15:40:45.893784Z",
            "url": "https://files.pythonhosted.org/packages/ab/3c/c0c38d1ff1e749864e713f918382a29d16944bd448b55c9b9d1f822f0ed0/scylla_driver-3.26.8-pp38-pypy38_pp73-win_amd64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "100828d10a9c8d38bcedd213e2e41a8ecc4898d25c71875d3ea027d9f25cd2d9",
                "md5": "73316c129ef8f543f894f447e4a49102",
                "sha256": "15380a4c5038d79456e34e7fe6db2e4a7de9f32aea1b2156fee8753324d979fd"
            },
            "downloads": -1,
            "filename": "scylla_driver-3.26.8-pp39-pypy39_pp73-macosx_10_9_x86_64.whl",
            "has_sig": false,
            "md5_digest": "73316c129ef8f543f894f447e4a49102",
            "packagetype": "bdist_wheel",
            "python_version": "pp39",
            "requires_python": null,
            "size": 348396,
            "upload_time": "2024-03-18T15:40:47",
            "upload_time_iso_8601": "2024-03-18T15:40:47.743466Z",
            "url": "https://files.pythonhosted.org/packages/10/08/28d10a9c8d38bcedd213e2e41a8ecc4898d25c71875d3ea027d9f25cd2d9/scylla_driver-3.26.8-pp39-pypy39_pp73-macosx_10_9_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "cdb03e51eda1ac78cbe11e5db9742c54a090381f31b917fccbfb72fde8c84b19",
                "md5": "1d54dab1d432405653d490edcaa9a66b",
                "sha256": "2db6847d75bd6f5d26ec211f092e65c22d83012a2fe8c9b344ed4247e68d29de"
            },
            "downloads": -1,
            "filename": "scylla_driver-3.26.8-pp39-pypy39_pp73-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl",
            "has_sig": false,
            "md5_digest": "1d54dab1d432405653d490edcaa9a66b",
            "packagetype": "bdist_wheel",
            "python_version": "pp39",
            "requires_python": null,
            "size": 351865,
            "upload_time": "2024-03-18T15:40:49",
            "upload_time_iso_8601": "2024-03-18T15:40:49.490644Z",
            "url": "https://files.pythonhosted.org/packages/cd/b0/3e51eda1ac78cbe11e5db9742c54a090381f31b917fccbfb72fde8c84b19/scylla_driver-3.26.8-pp39-pypy39_pp73-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "d0307d69d861ebf09178b027e5c53ff557ce0def878684d26598cdba6683243a",
                "md5": "a155987a6b59fad26b89a1e884005210",
                "sha256": "51b37667176d8ec775baac219e0e1d9344d9bc493e4b3d2887efee5661279368"
            },
            "downloads": -1,
            "filename": "scylla_driver-3.26.8-pp39-pypy39_pp73-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "has_sig": false,
            "md5_digest": "a155987a6b59fad26b89a1e884005210",
            "packagetype": "bdist_wheel",
            "python_version": "pp39",
            "requires_python": null,
            "size": 351108,
            "upload_time": "2024-03-18T15:40:51",
            "upload_time_iso_8601": "2024-03-18T15:40:51.245400Z",
            "url": "https://files.pythonhosted.org/packages/d0/30/7d69d861ebf09178b027e5c53ff557ce0def878684d26598cdba6683243a/scylla_driver-3.26.8-pp39-pypy39_pp73-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "351ecf1e751c1888ef496da2d11fb00e3f7d8756d16200d74da1d34dfc16a6c3",
                "md5": "a09b17051fd159f28cafdca2ade5cfda",
                "sha256": "7677a217a70352c0c53eef96b4be9fdfd6395c29f6c0940dd143a9c4749011dc"
            },
            "downloads": -1,
            "filename": "scylla_driver-3.26.8-pp39-pypy39_pp73-win_amd64.whl",
            "has_sig": false,
            "md5_digest": "a09b17051fd159f28cafdca2ade5cfda",
            "packagetype": "bdist_wheel",
            "python_version": "pp39",
            "requires_python": null,
            "size": 354072,
            "upload_time": "2024-03-18T15:40:53",
            "upload_time_iso_8601": "2024-03-18T15:40:53.190075Z",
            "url": "https://files.pythonhosted.org/packages/35/1e/cf1e751c1888ef496da2d11fb00e3f7d8756d16200d74da1d34dfc16a6c3/scylla_driver-3.26.8-pp39-pypy39_pp73-win_amd64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "b93d221c744e0d3a9f2420a01e29e9169b554819552e59f76ca98008c29dc3bb",
                "md5": "1fe61c8350a8fe32edfda18412f93a0b",
                "sha256": "20a4d18a69e710bf0ce41db77249097761806356f58a2a6792fe55418a753ad5"
            },
            "downloads": -1,
            "filename": "scylla-driver-3.26.8.tar.gz",
            "has_sig": false,
            "md5_digest": "1fe61c8350a8fe32edfda18412f93a0b",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": null,
            "size": 304840,
            "upload_time": "2024-03-18T15:40:54",
            "upload_time_iso_8601": "2024-03-18T15:40:54.868054Z",
            "url": "https://files.pythonhosted.org/packages/b9/3d/221c744e0d3a9f2420a01e29e9169b554819552e59f76ca98008c29dc3bb/scylla-driver-3.26.8.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-03-18 15:40:54",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "scylladb",
    "github_project": "python-driver",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": true,
    "appveyor": true,
    "requirements": [],
    "tox": true,
    "lcname": "scylla-driver"
}
        
Elapsed time: 0.22818s