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.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>`_.
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": "https://github.com/scylladb/python-driver",
"name": "scylla-driver",
"maintainer": null,
"docs_url": null,
"requires_python": null,
"maintainer_email": null,
"keywords": "cassandra, cql, orm, dse, graph",
"author": "ScyllaDB",
"author_email": null,
"download_url": "https://files.pythonhosted.org/packages/7e/fd/04d027e0db9c8812026012d28ebfbb3f564071cfb35ca89d4e88768aaccf/scylla_driver-3.28.0.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/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.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\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.28.0",
"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": "ebcbc8d853de30e057b099d72da185e13c602e0f60d7598ddb9d096ef610ac08",
"md5": "33a8731c3cfb7840ac124b500540ea5f",
"sha256": "b4f26a77ac4772ae12de2a813ec0bc3f91b1fa24bc438d2b238c89cecb3d8272"
},
"downloads": -1,
"filename": "scylla_driver-3.28.0-cp310-cp310-macosx_10_9_x86_64.whl",
"has_sig": false,
"md5_digest": "33a8731c3cfb7840ac124b500540ea5f",
"packagetype": "bdist_wheel",
"python_version": "cp310",
"requires_python": null,
"size": 3482209,
"upload_time": "2024-11-20T13:19:00",
"upload_time_iso_8601": "2024-11-20T13:19:00.418891Z",
"url": "https://files.pythonhosted.org/packages/eb/cb/c8d853de30e057b099d72da185e13c602e0f60d7598ddb9d096ef610ac08/scylla_driver-3.28.0-cp310-cp310-macosx_10_9_x86_64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "ea9f61101daf7cc1a9677be498f7ef81ac9c3986c4fa5e4af334fdb0a96a12af",
"md5": "eb426f1d9aac1db8f36e49656daa1197",
"sha256": "d918d4bb0dd993aebf7d95c2c8d572ac625fd2b551eee625031dc087002318d7"
},
"downloads": -1,
"filename": "scylla_driver-3.28.0-cp310-cp310-macosx_11_0_arm64.whl",
"has_sig": false,
"md5_digest": "eb426f1d9aac1db8f36e49656daa1197",
"packagetype": "bdist_wheel",
"python_version": "cp310",
"requires_python": null,
"size": 3085316,
"upload_time": "2024-11-20T13:19:02",
"upload_time_iso_8601": "2024-11-20T13:19:02.718914Z",
"url": "https://files.pythonhosted.org/packages/ea/9f/61101daf7cc1a9677be498f7ef81ac9c3986c4fa5e4af334fdb0a96a12af/scylla_driver-3.28.0-cp310-cp310-macosx_11_0_arm64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "6f811941244da9bd3f46795e187da06416e779ab3b75c576aa7ab7b682ec6a00",
"md5": "3275ff9e9253f71dc0d5f9b6d3b471ed",
"sha256": "507bc38fe42cc67a92d05872569b33f34550180b4905c8ebeb82aa684e593d54"
},
"downloads": -1,
"filename": "scylla_driver-3.28.0-cp310-cp310-manylinux_2_28_aarch64.whl",
"has_sig": false,
"md5_digest": "3275ff9e9253f71dc0d5f9b6d3b471ed",
"packagetype": "bdist_wheel",
"python_version": "cp310",
"requires_python": null,
"size": 3916978,
"upload_time": "2024-11-20T13:19:04",
"upload_time_iso_8601": "2024-11-20T13:19:04.456353Z",
"url": "https://files.pythonhosted.org/packages/6f/81/1941244da9bd3f46795e187da06416e779ab3b75c576aa7ab7b682ec6a00/scylla_driver-3.28.0-cp310-cp310-manylinux_2_28_aarch64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "9b53a6d01f30b42bf5219b53be55e2fac29071dff23b04cf0bebab7b9a8f2f12",
"md5": "a490042c4e143cce682217446adee401",
"sha256": "51b895d056224be8d028f8c5a931a440d6cd8e29dca0d2cb5b8e9196f06a0add"
},
"downloads": -1,
"filename": "scylla_driver-3.28.0-cp310-cp310-manylinux_2_28_x86_64.whl",
"has_sig": false,
"md5_digest": "a490042c4e143cce682217446adee401",
"packagetype": "bdist_wheel",
"python_version": "cp310",
"requires_python": null,
"size": 4276633,
"upload_time": "2024-11-20T13:19:06",
"upload_time_iso_8601": "2024-11-20T13:19:06.174225Z",
"url": "https://files.pythonhosted.org/packages/9b/53/a6d01f30b42bf5219b53be55e2fac29071dff23b04cf0bebab7b9a8f2f12/scylla_driver-3.28.0-cp310-cp310-manylinux_2_28_x86_64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "e64b0d23c59b0d0cd44d603f793232c9036a6e8a16c4acdcd499b738ee0d5213",
"md5": "9ec49679973fe6129aa76b105e7343e4",
"sha256": "ec06f2accfe5b1cb6808351545f2c9c974efba7c26e33b8b4ba8cab963ce264f"
},
"downloads": -1,
"filename": "scylla_driver-3.28.0-cp310-cp310-win_amd64.whl",
"has_sig": false,
"md5_digest": "9ec49679973fe6129aa76b105e7343e4",
"packagetype": "bdist_wheel",
"python_version": "cp310",
"requires_python": null,
"size": 2662967,
"upload_time": "2024-11-20T13:19:09",
"upload_time_iso_8601": "2024-11-20T13:19:09.092210Z",
"url": "https://files.pythonhosted.org/packages/e6/4b/0d23c59b0d0cd44d603f793232c9036a6e8a16c4acdcd499b738ee0d5213/scylla_driver-3.28.0-cp310-cp310-win_amd64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "568ad32abcd4b184952f2c7acbe8e9ec8dd912c4b6c01b479a845ded7cc8e2bc",
"md5": "4f3ea1a4b1a1f65d8e42082b1ec94abe",
"sha256": "c9096b9cba11d4b2b95e13e327b9c3cf13c417e5f7109fec15c3c56d939232cd"
},
"downloads": -1,
"filename": "scylla_driver-3.28.0-cp311-cp311-macosx_10_9_x86_64.whl",
"has_sig": false,
"md5_digest": "4f3ea1a4b1a1f65d8e42082b1ec94abe",
"packagetype": "bdist_wheel",
"python_version": "cp311",
"requires_python": null,
"size": 3427149,
"upload_time": "2024-11-20T13:19:11",
"upload_time_iso_8601": "2024-11-20T13:19:11.610464Z",
"url": "https://files.pythonhosted.org/packages/56/8a/d32abcd4b184952f2c7acbe8e9ec8dd912c4b6c01b479a845ded7cc8e2bc/scylla_driver-3.28.0-cp311-cp311-macosx_10_9_x86_64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "3c05bf74c314f58d7ef66e20b9110f414f491dec6c8165b829964c5ccb41de61",
"md5": "e66cb5b47105e10ebf441c00f454747b",
"sha256": "5bf1bf8ac4faacf46d2d304ddc52bc427350aba58af3c88181e63af53a39d911"
},
"downloads": -1,
"filename": "scylla_driver-3.28.0-cp311-cp311-macosx_11_0_arm64.whl",
"has_sig": false,
"md5_digest": "e66cb5b47105e10ebf441c00f454747b",
"packagetype": "bdist_wheel",
"python_version": "cp311",
"requires_python": null,
"size": 3035867,
"upload_time": "2024-11-20T13:19:13",
"upload_time_iso_8601": "2024-11-20T13:19:13.298244Z",
"url": "https://files.pythonhosted.org/packages/3c/05/bf74c314f58d7ef66e20b9110f414f491dec6c8165b829964c5ccb41de61/scylla_driver-3.28.0-cp311-cp311-macosx_11_0_arm64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "0c7da9559a04014d98eadfaaa182f3b41ef36a948cef49cfd78c8d84d0cf8ffe",
"md5": "39e401b9d75560b73f2fb0c96cc4ec7d",
"sha256": "464365edf4cee527b1cd8fecd373880351b557b77827d3f47ff3149ae3e680cb"
},
"downloads": -1,
"filename": "scylla_driver-3.28.0-cp311-cp311-manylinux_2_28_aarch64.whl",
"has_sig": false,
"md5_digest": "39e401b9d75560b73f2fb0c96cc4ec7d",
"packagetype": "bdist_wheel",
"python_version": "cp311",
"requires_python": null,
"size": 3884470,
"upload_time": "2024-11-20T13:19:15",
"upload_time_iso_8601": "2024-11-20T13:19:15.668022Z",
"url": "https://files.pythonhosted.org/packages/0c/7d/a9559a04014d98eadfaaa182f3b41ef36a948cef49cfd78c8d84d0cf8ffe/scylla_driver-3.28.0-cp311-cp311-manylinux_2_28_aarch64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "574ebc05e54cb1fc0a6e4b4fc7202cdbd5933a54ea87733ad1dea8cedd422a30",
"md5": "27bb267df6b765088a24408a81d5044d",
"sha256": "185a9e5ad92fa1d758b89a0fba43ce137b013ae430501b5db2302c93880829bb"
},
"downloads": -1,
"filename": "scylla_driver-3.28.0-cp311-cp311-manylinux_2_28_x86_64.whl",
"has_sig": false,
"md5_digest": "27bb267df6b765088a24408a81d5044d",
"packagetype": "bdist_wheel",
"python_version": "cp311",
"requires_python": null,
"size": 4231846,
"upload_time": "2024-11-20T13:19:17",
"upload_time_iso_8601": "2024-11-20T13:19:17.986913Z",
"url": "https://files.pythonhosted.org/packages/57/4e/bc05e54cb1fc0a6e4b4fc7202cdbd5933a54ea87733ad1dea8cedd422a30/scylla_driver-3.28.0-cp311-cp311-manylinux_2_28_x86_64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "3b92e35687d6e741bd53cf735ca680e48a6dade56d08ef9d98830e7628350292",
"md5": "24776a382adc5294eec40cc40188fd49",
"sha256": "f05e8f5bbbc5b70928ea4d0e3cc5f153bfbdbaade8b0fb5aa2bcf850170fbea7"
},
"downloads": -1,
"filename": "scylla_driver-3.28.0-cp311-cp311-win_amd64.whl",
"has_sig": false,
"md5_digest": "24776a382adc5294eec40cc40188fd49",
"packagetype": "bdist_wheel",
"python_version": "cp311",
"requires_python": null,
"size": 2638201,
"upload_time": "2024-11-20T13:19:20",
"upload_time_iso_8601": "2024-11-20T13:19:20.054196Z",
"url": "https://files.pythonhosted.org/packages/3b/92/e35687d6e741bd53cf735ca680e48a6dade56d08ef9d98830e7628350292/scylla_driver-3.28.0-cp311-cp311-win_amd64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "71550b0d9374a38074fabbb40c2a02e6e9414620e560f76f4a9fa33ed05d0e0b",
"md5": "11038bd75a94e135ede30487eb226105",
"sha256": "9d7ae4707dbbe14dbb746cdd7acd86ec55262f350ecab9f72b605b6fcb479c75"
},
"downloads": -1,
"filename": "scylla_driver-3.28.0-cp312-cp312-macosx_10_9_x86_64.whl",
"has_sig": false,
"md5_digest": "11038bd75a94e135ede30487eb226105",
"packagetype": "bdist_wheel",
"python_version": "cp312",
"requires_python": null,
"size": 3379121,
"upload_time": "2024-11-20T13:19:22",
"upload_time_iso_8601": "2024-11-20T13:19:22.369918Z",
"url": "https://files.pythonhosted.org/packages/71/55/0b0d9374a38074fabbb40c2a02e6e9414620e560f76f4a9fa33ed05d0e0b/scylla_driver-3.28.0-cp312-cp312-macosx_10_9_x86_64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "c1599d18ba02a1cbab2643826b64db7e0d7b39875b026932fab744d8a673612a",
"md5": "f0cc788c7bfffcb931926ab8ff7e0b39",
"sha256": "7fe537b8ad203bf4031ddad1da3617e8053794b38b30887f17edbc3ac80f947c"
},
"downloads": -1,
"filename": "scylla_driver-3.28.0-cp312-cp312-macosx_11_0_arm64.whl",
"has_sig": false,
"md5_digest": "f0cc788c7bfffcb931926ab8ff7e0b39",
"packagetype": "bdist_wheel",
"python_version": "cp312",
"requires_python": null,
"size": 3017394,
"upload_time": "2024-11-20T13:19:24",
"upload_time_iso_8601": "2024-11-20T13:19:24.316123Z",
"url": "https://files.pythonhosted.org/packages/c1/59/9d18ba02a1cbab2643826b64db7e0d7b39875b026932fab744d8a673612a/scylla_driver-3.28.0-cp312-cp312-macosx_11_0_arm64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "9b2073fea813b173a1481d97d715fa02ce45c24f7d353bf2da522df7d65cbd54",
"md5": "b4283e00f310b6c561a8135907e2b634",
"sha256": "0b259f1219492e91ec752559a9001989ec580502909475a215e4ad763108d601"
},
"downloads": -1,
"filename": "scylla_driver-3.28.0-cp312-cp312-manylinux_2_28_aarch64.whl",
"has_sig": false,
"md5_digest": "b4283e00f310b6c561a8135907e2b634",
"packagetype": "bdist_wheel",
"python_version": "cp312",
"requires_python": null,
"size": 3560625,
"upload_time": "2024-11-20T13:19:27",
"upload_time_iso_8601": "2024-11-20T13:19:27.057743Z",
"url": "https://files.pythonhosted.org/packages/9b/20/73fea813b173a1481d97d715fa02ce45c24f7d353bf2da522df7d65cbd54/scylla_driver-3.28.0-cp312-cp312-manylinux_2_28_aarch64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "2a16c158973a593dba20b96cdde6a3988281f7f532478f3d59462fc509388a77",
"md5": "e96a4c171602cc2a26c0d822224207c0",
"sha256": "6d4b0b96bca5d49b9d83a24d4891f71f8806f4cb62111fdec8b16f600d3afaf5"
},
"downloads": -1,
"filename": "scylla_driver-3.28.0-cp312-cp312-manylinux_2_28_x86_64.whl",
"has_sig": false,
"md5_digest": "e96a4c171602cc2a26c0d822224207c0",
"packagetype": "bdist_wheel",
"python_version": "cp312",
"requires_python": null,
"size": 3902035,
"upload_time": "2024-11-20T13:19:29",
"upload_time_iso_8601": "2024-11-20T13:19:29.306964Z",
"url": "https://files.pythonhosted.org/packages/2a/16/c158973a593dba20b96cdde6a3988281f7f532478f3d59462fc509388a77/scylla_driver-3.28.0-cp312-cp312-manylinux_2_28_x86_64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "05d1f85a695de2414f73668c33ccc6b79b859ecf772f5ec0d1978d1e92bd982d",
"md5": "3aaeb39f65764d79e77d945a362480bf",
"sha256": "a4995debf516fff5d3c470933524adbcb0baabe04fd8cbb696863854c1d3972a"
},
"downloads": -1,
"filename": "scylla_driver-3.28.0-cp312-cp312-win_amd64.whl",
"has_sig": false,
"md5_digest": "3aaeb39f65764d79e77d945a362480bf",
"packagetype": "bdist_wheel",
"python_version": "cp312",
"requires_python": null,
"size": 2543638,
"upload_time": "2024-11-20T13:19:31",
"upload_time_iso_8601": "2024-11-20T13:19:31.957983Z",
"url": "https://files.pythonhosted.org/packages/05/d1/f85a695de2414f73668c33ccc6b79b859ecf772f5ec0d1978d1e92bd982d/scylla_driver-3.28.0-cp312-cp312-win_amd64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "2d37f0b4ee8616d67a1ae7673f0caba284aa14fb6e257619d2ddbb278244553b",
"md5": "ccdf9c2894388586d640b765bec306b6",
"sha256": "fb50ac783000dd9e76cacf1d409d9d95026fbc21d591edea703ab0024b28a21c"
},
"downloads": -1,
"filename": "scylla_driver-3.28.0-cp38-cp38-macosx_10_9_x86_64.whl",
"has_sig": false,
"md5_digest": "ccdf9c2894388586d640b765bec306b6",
"packagetype": "bdist_wheel",
"python_version": "cp38",
"requires_python": null,
"size": 3543915,
"upload_time": "2024-11-20T13:19:34",
"upload_time_iso_8601": "2024-11-20T13:19:34.346458Z",
"url": "https://files.pythonhosted.org/packages/2d/37/f0b4ee8616d67a1ae7673f0caba284aa14fb6e257619d2ddbb278244553b/scylla_driver-3.28.0-cp38-cp38-macosx_10_9_x86_64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "53374d90f069add0365df771933cacf2b77a7215853d7fad046a8f2e6f3f6604",
"md5": "ee2600d5e7c827273a7d4a0a0bbe9bb3",
"sha256": "c631ac558d82725d16e7d3e0d1831d4aef28ffb3fb9827215f8a522034b98885"
},
"downloads": -1,
"filename": "scylla_driver-3.28.0-cp38-cp38-macosx_11_0_arm64.whl",
"has_sig": false,
"md5_digest": "ee2600d5e7c827273a7d4a0a0bbe9bb3",
"packagetype": "bdist_wheel",
"python_version": "cp38",
"requires_python": null,
"size": 3160857,
"upload_time": "2024-11-20T13:19:36",
"upload_time_iso_8601": "2024-11-20T13:19:36.099116Z",
"url": "https://files.pythonhosted.org/packages/53/37/4d90f069add0365df771933cacf2b77a7215853d7fad046a8f2e6f3f6604/scylla_driver-3.28.0-cp38-cp38-macosx_11_0_arm64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "f297549ccbbdaa74a851b7561373f7c7c17bce2d58c171dd0c79531749498a06",
"md5": "044ce0d8f35ae9dc71046c1306358695",
"sha256": "855217e14f9f25d63a58dae416ff115697e4785441fee3dad4e250348ad748df"
},
"downloads": -1,
"filename": "scylla_driver-3.28.0-cp38-cp38-manylinux_2_28_x86_64.whl",
"has_sig": false,
"md5_digest": "044ce0d8f35ae9dc71046c1306358695",
"packagetype": "bdist_wheel",
"python_version": "cp38",
"requires_python": null,
"size": 4447327,
"upload_time": "2024-11-20T13:19:37",
"upload_time_iso_8601": "2024-11-20T13:19:37.744267Z",
"url": "https://files.pythonhosted.org/packages/f2/97/549ccbbdaa74a851b7561373f7c7c17bce2d58c171dd0c79531749498a06/scylla_driver-3.28.0-cp38-cp38-manylinux_2_28_x86_64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "24112a05308ab9713c79a3654af2bf251c865225c27c7b69d90c41be5aa54f28",
"md5": "4946562e072d78c1fd6d61e0215f55da",
"sha256": "300b6062b8e81ba421d277226854e8c1839c80d9644925df3328529414ec3cc2"
},
"downloads": -1,
"filename": "scylla_driver-3.28.0-cp38-cp38-win_amd64.whl",
"has_sig": false,
"md5_digest": "4946562e072d78c1fd6d61e0215f55da",
"packagetype": "bdist_wheel",
"python_version": "cp38",
"requires_python": null,
"size": 2817821,
"upload_time": "2024-11-20T13:19:39",
"upload_time_iso_8601": "2024-11-20T13:19:39.404634Z",
"url": "https://files.pythonhosted.org/packages/24/11/2a05308ab9713c79a3654af2bf251c865225c27c7b69d90c41be5aa54f28/scylla_driver-3.28.0-cp38-cp38-win_amd64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "42568c2e4cbd2e5b4834abddd4cd286e5bbd49c567ff60d8905cb6410a040ae2",
"md5": "f57c1905a52a34c210e62706935f1451",
"sha256": "3b6ea22be90103d7ac8e6c9853647cbf187fbd255324270af5791a3316c7aeac"
},
"downloads": -1,
"filename": "scylla_driver-3.28.0-cp39-cp39-macosx_10_9_x86_64.whl",
"has_sig": false,
"md5_digest": "f57c1905a52a34c210e62706935f1451",
"packagetype": "bdist_wheel",
"python_version": "cp39",
"requires_python": null,
"size": 3446909,
"upload_time": "2024-11-20T13:19:41",
"upload_time_iso_8601": "2024-11-20T13:19:41.195696Z",
"url": "https://files.pythonhosted.org/packages/42/56/8c2e4cbd2e5b4834abddd4cd286e5bbd49c567ff60d8905cb6410a040ae2/scylla_driver-3.28.0-cp39-cp39-macosx_10_9_x86_64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "7ced14e7e42bcd8dcb6c9a7ecb90805ede10872eff77fd84a6fe5b6a6d8c5a19",
"md5": "7466082501a5e8aa8fdae4db4ebd747f",
"sha256": "d183634005d230486b39f7ec8b62a6833cd703f92e9f6084e2c22a4ee581ebf4"
},
"downloads": -1,
"filename": "scylla_driver-3.28.0-cp39-cp39-macosx_11_0_arm64.whl",
"has_sig": false,
"md5_digest": "7466082501a5e8aa8fdae4db4ebd747f",
"packagetype": "bdist_wheel",
"python_version": "cp39",
"requires_python": null,
"size": 3057166,
"upload_time": "2024-11-20T13:19:44",
"upload_time_iso_8601": "2024-11-20T13:19:44.142722Z",
"url": "https://files.pythonhosted.org/packages/7c/ed/14e7e42bcd8dcb6c9a7ecb90805ede10872eff77fd84a6fe5b6a6d8c5a19/scylla_driver-3.28.0-cp39-cp39-macosx_11_0_arm64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "127f4437ab5ef9e09f907929e97e08e24053d3dc3f4e97bff2365c47a22b9bad",
"md5": "907525739650ed950cd751d383ae739e",
"sha256": "d72411a4d84574b1b50d148911257a2bf342d14e2a35615ed1454e69fefbc542"
},
"downloads": -1,
"filename": "scylla_driver-3.28.0-cp39-cp39-manylinux_2_28_aarch64.whl",
"has_sig": false,
"md5_digest": "907525739650ed950cd751d383ae739e",
"packagetype": "bdist_wheel",
"python_version": "cp39",
"requires_python": null,
"size": 4091342,
"upload_time": "2024-11-20T13:19:45",
"upload_time_iso_8601": "2024-11-20T13:19:45.759474Z",
"url": "https://files.pythonhosted.org/packages/12/7f/4437ab5ef9e09f907929e97e08e24053d3dc3f4e97bff2365c47a22b9bad/scylla_driver-3.28.0-cp39-cp39-manylinux_2_28_aarch64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "eb403857f73e5a64522f8e00603d602c60ec17baef473b9ace0c00da4235fb11",
"md5": "aae17c91022fde2499319a563ece2730",
"sha256": "14a64fac4a840e11f588882d525bb7836432952fbf29556cea8cb57c0381f12f"
},
"downloads": -1,
"filename": "scylla_driver-3.28.0-cp39-cp39-manylinux_2_28_x86_64.whl",
"has_sig": false,
"md5_digest": "aae17c91022fde2499319a563ece2730",
"packagetype": "bdist_wheel",
"python_version": "cp39",
"requires_python": null,
"size": 4439234,
"upload_time": "2024-11-20T13:19:48",
"upload_time_iso_8601": "2024-11-20T13:19:48.168383Z",
"url": "https://files.pythonhosted.org/packages/eb/40/3857f73e5a64522f8e00603d602c60ec17baef473b9ace0c00da4235fb11/scylla_driver-3.28.0-cp39-cp39-manylinux_2_28_x86_64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "b6e0f31f8881bd75661052181e15a307e73be2112cc7a3d79bf812dfe08476b5",
"md5": "83e2a9a449d0dd0f4d5ad8ccb1525060",
"sha256": "fe849a6a64082ed61bb24e5966aaa6f9e72f782a25ca5ce89f09a3512dbd6194"
},
"downloads": -1,
"filename": "scylla_driver-3.28.0-cp39-cp39-win_amd64.whl",
"has_sig": false,
"md5_digest": "83e2a9a449d0dd0f4d5ad8ccb1525060",
"packagetype": "bdist_wheel",
"python_version": "cp39",
"requires_python": null,
"size": 2802529,
"upload_time": "2024-11-20T13:19:50",
"upload_time_iso_8601": "2024-11-20T13:19:50.224457Z",
"url": "https://files.pythonhosted.org/packages/b6/e0/f31f8881bd75661052181e15a307e73be2112cc7a3d79bf812dfe08476b5/scylla_driver-3.28.0-cp39-cp39-win_amd64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "60ace0a7d54e0bd5256a62749032749954c8ca713f1f2ef1b294f1ee47e5e126",
"md5": "2abb7afff906b85a573995e61a1292c7",
"sha256": "b0866112842d33214205cddc6b3d7b41f53d036472ed9f552702261843e98e68"
},
"downloads": -1,
"filename": "scylla_driver-3.28.0-pp310-pypy310_pp73-macosx_11_0_arm64.whl",
"has_sig": false,
"md5_digest": "2abb7afff906b85a573995e61a1292c7",
"packagetype": "bdist_wheel",
"python_version": "pp310",
"requires_python": null,
"size": 350390,
"upload_time": "2024-11-20T13:19:51",
"upload_time_iso_8601": "2024-11-20T13:19:51.925053Z",
"url": "https://files.pythonhosted.org/packages/60/ac/e0a7d54e0bd5256a62749032749954c8ca713f1f2ef1b294f1ee47e5e126/scylla_driver-3.28.0-pp310-pypy310_pp73-macosx_11_0_arm64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "ea42b74649eb94c719cc5d229ad8248bb1c4e4f2fecffc6b08233d7c184d81c5",
"md5": "61175e797db0a4b6af41418de5387c8d",
"sha256": "83973908d14209d69a64178d388064ef4e95bd48fb11fdf92fbdcb577c176033"
},
"downloads": -1,
"filename": "scylla_driver-3.28.0-pp310-pypy310_pp73-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_28_x86_64.whl",
"has_sig": false,
"md5_digest": "61175e797db0a4b6af41418de5387c8d",
"packagetype": "bdist_wheel",
"python_version": "pp310",
"requires_python": null,
"size": 352659,
"upload_time": "2024-11-20T13:19:53",
"upload_time_iso_8601": "2024-11-20T13:19:53.395847Z",
"url": "https://files.pythonhosted.org/packages/ea/42/b74649eb94c719cc5d229ad8248bb1c4e4f2fecffc6b08233d7c184d81c5/scylla_driver-3.28.0-pp310-pypy310_pp73-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_28_x86_64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "166c3ca419ee46255204ae802cd1e0df7ee0e8f40be6d5f877f165f225653607",
"md5": "c9dd68af769ede0bf022ea6f2db8fa2f",
"sha256": "30871f2104a9bfcc60a14f9b44e4b6c236f7a98c8736d69762868a30147b3daf"
},
"downloads": -1,
"filename": "scylla_driver-3.28.0-pp310-pypy310_pp73-win_amd64.whl",
"has_sig": false,
"md5_digest": "c9dd68af769ede0bf022ea6f2db8fa2f",
"packagetype": "bdist_wheel",
"python_version": "pp310",
"requires_python": null,
"size": 355727,
"upload_time": "2024-11-20T13:19:55",
"upload_time_iso_8601": "2024-11-20T13:19:55.229328Z",
"url": "https://files.pythonhosted.org/packages/16/6c/3ca419ee46255204ae802cd1e0df7ee0e8f40be6d5f877f165f225653607/scylla_driver-3.28.0-pp310-pypy310_pp73-win_amd64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "4dae3d9cefdd08b27604c9a40bf57d4ef0bd4810ad35a84765a24c50552f6a00",
"md5": "ff5d0844f44446d8b75e5af33fd8bb7d",
"sha256": "dde7b94a666d6fbc6d76906fe954c3de74e160a1495f6c5d5d9c1fc8c74a61bc"
},
"downloads": -1,
"filename": "scylla_driver-3.28.0-pp37-pypy37_pp73-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_28_x86_64.whl",
"has_sig": false,
"md5_digest": "ff5d0844f44446d8b75e5af33fd8bb7d",
"packagetype": "bdist_wheel",
"python_version": "pp37",
"requires_python": null,
"size": 352675,
"upload_time": "2024-11-20T13:19:57",
"upload_time_iso_8601": "2024-11-20T13:19:57.271435Z",
"url": "https://files.pythonhosted.org/packages/4d/ae/3d9cefdd08b27604c9a40bf57d4ef0bd4810ad35a84765a24c50552f6a00/scylla_driver-3.28.0-pp37-pypy37_pp73-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_28_x86_64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "d1dad302c98d754707c658ff9bd159560875eff775a3730e4231982ae4fbc1d9",
"md5": "1eb0009c722057aab1feaca755fb0f05",
"sha256": "718c9c5206ee1ed210f6e810f40024e0052cc2a92a508da5e3c340c0feffed22"
},
"downloads": -1,
"filename": "scylla_driver-3.28.0-pp37-pypy37_pp73-win_amd64.whl",
"has_sig": false,
"md5_digest": "1eb0009c722057aab1feaca755fb0f05",
"packagetype": "bdist_wheel",
"python_version": "pp37",
"requires_python": null,
"size": 355721,
"upload_time": "2024-11-20T13:19:58",
"upload_time_iso_8601": "2024-11-20T13:19:58.652150Z",
"url": "https://files.pythonhosted.org/packages/d1/da/d302c98d754707c658ff9bd159560875eff775a3730e4231982ae4fbc1d9/scylla_driver-3.28.0-pp37-pypy37_pp73-win_amd64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "5b7fcade6122fde288ad55a29c57f165ce528bf52c637601e426a7b8a8ac1386",
"md5": "c156bf209dd0dc0fe0e5f4842dd03957",
"sha256": "898dc9d3980eb5a1956450407abbf2883fd950e0d463c879c4f4c03e3f518427"
},
"downloads": -1,
"filename": "scylla_driver-3.28.0-pp38-pypy38_pp73-macosx_11_0_arm64.whl",
"has_sig": false,
"md5_digest": "c156bf209dd0dc0fe0e5f4842dd03957",
"packagetype": "bdist_wheel",
"python_version": "pp38",
"requires_python": null,
"size": 350380,
"upload_time": "2024-11-20T13:20:01",
"upload_time_iso_8601": "2024-11-20T13:20:01.058900Z",
"url": "https://files.pythonhosted.org/packages/5b/7f/cade6122fde288ad55a29c57f165ce528bf52c637601e426a7b8a8ac1386/scylla_driver-3.28.0-pp38-pypy38_pp73-macosx_11_0_arm64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "7273e1ccb75948ab5840b86268feee606ed4b1416a588e3f020e5481ea88e762",
"md5": "bad0ef95d7fa547122023dfdebc68c37",
"sha256": "dab53647283ab4ae59090d438b8d5bb668bd7fb901865daaaf640a6137c8b3e5"
},
"downloads": -1,
"filename": "scylla_driver-3.28.0-pp38-pypy38_pp73-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_28_x86_64.whl",
"has_sig": false,
"md5_digest": "bad0ef95d7fa547122023dfdebc68c37",
"packagetype": "bdist_wheel",
"python_version": "pp38",
"requires_python": null,
"size": 352657,
"upload_time": "2024-11-20T13:20:02",
"upload_time_iso_8601": "2024-11-20T13:20:02.466901Z",
"url": "https://files.pythonhosted.org/packages/72/73/e1ccb75948ab5840b86268feee606ed4b1416a588e3f020e5481ea88e762/scylla_driver-3.28.0-pp38-pypy38_pp73-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_28_x86_64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "3e9eec663857a0baf55999a74c0450d97d24239d0271cc1e7e083483666b0a5d",
"md5": "1e00504b244e32f1e7eb8b0679915ff5",
"sha256": "7e4b599a1780783c9c467398922879a11094893f3d7e716a557f1d184bae9685"
},
"downloads": -1,
"filename": "scylla_driver-3.28.0-pp38-pypy38_pp73-win_amd64.whl",
"has_sig": false,
"md5_digest": "1e00504b244e32f1e7eb8b0679915ff5",
"packagetype": "bdist_wheel",
"python_version": "pp38",
"requires_python": null,
"size": 355720,
"upload_time": "2024-11-20T13:20:03",
"upload_time_iso_8601": "2024-11-20T13:20:03.986313Z",
"url": "https://files.pythonhosted.org/packages/3e/9e/ec663857a0baf55999a74c0450d97d24239d0271cc1e7e083483666b0a5d/scylla_driver-3.28.0-pp38-pypy38_pp73-win_amd64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "d30b4a86ee855e621e78eb7a8564de1c66bed575490daa83948793f882345421",
"md5": "366e45b324d7205ef80cbc9bd31b3f7b",
"sha256": "551802f26239bb4cff7b66ca625b9966b513f5b384b9b23b18bd710ef19f9d30"
},
"downloads": -1,
"filename": "scylla_driver-3.28.0-pp39-pypy39_pp73-macosx_11_0_arm64.whl",
"has_sig": false,
"md5_digest": "366e45b324d7205ef80cbc9bd31b3f7b",
"packagetype": "bdist_wheel",
"python_version": "pp39",
"requires_python": null,
"size": 350383,
"upload_time": "2024-11-20T13:20:05",
"upload_time_iso_8601": "2024-11-20T13:20:05.424648Z",
"url": "https://files.pythonhosted.org/packages/d3/0b/4a86ee855e621e78eb7a8564de1c66bed575490daa83948793f882345421/scylla_driver-3.28.0-pp39-pypy39_pp73-macosx_11_0_arm64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "6e238fba38ce7011902f759c27069d04a10dca5a210b6d5257d3d99dc2c85410",
"md5": "eec4374113ecd75e8e6a451203192f2a",
"sha256": "156bd23dd7874d40d2d0acd73df85116ae0be0563307b5531e6fe4a99916df9c"
},
"downloads": -1,
"filename": "scylla_driver-3.28.0-pp39-pypy39_pp73-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_28_x86_64.whl",
"has_sig": false,
"md5_digest": "eec4374113ecd75e8e6a451203192f2a",
"packagetype": "bdist_wheel",
"python_version": "pp39",
"requires_python": null,
"size": 352657,
"upload_time": "2024-11-20T13:20:06",
"upload_time_iso_8601": "2024-11-20T13:20:06.991080Z",
"url": "https://files.pythonhosted.org/packages/6e/23/8fba38ce7011902f759c27069d04a10dca5a210b6d5257d3d99dc2c85410/scylla_driver-3.28.0-pp39-pypy39_pp73-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_28_x86_64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "ca5b9c4ae5fa28723f69bc31fefd914e8a2b85d6718afcba494fd36f93bdca04",
"md5": "9146ca54c5f8731d248264b78e84b5af",
"sha256": "c0f1c111a7ee82c64a79b549edb8795ff99289bd368208a28e399eb61da2fa53"
},
"downloads": -1,
"filename": "scylla_driver-3.28.0-pp39-pypy39_pp73-win_amd64.whl",
"has_sig": false,
"md5_digest": "9146ca54c5f8731d248264b78e84b5af",
"packagetype": "bdist_wheel",
"python_version": "pp39",
"requires_python": null,
"size": 355722,
"upload_time": "2024-11-20T13:20:09",
"upload_time_iso_8601": "2024-11-20T13:20:09.010163Z",
"url": "https://files.pythonhosted.org/packages/ca/5b/9c4ae5fa28723f69bc31fefd914e8a2b85d6718afcba494fd36f93bdca04/scylla_driver-3.28.0-pp39-pypy39_pp73-win_amd64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "7efd04d027e0db9c8812026012d28ebfbb3f564071cfb35ca89d4e88768aaccf",
"md5": "09cb89d27e05f59af34685ca258989a9",
"sha256": "c4a31433482aaf50d17a6b5f51f1e2a997eaad7be58bca9d6de1e46edc4f2543"
},
"downloads": -1,
"filename": "scylla_driver-3.28.0.tar.gz",
"has_sig": false,
"md5_digest": "09cb89d27e05f59af34685ca258989a9",
"packagetype": "sdist",
"python_version": "source",
"requires_python": null,
"size": 303696,
"upload_time": "2024-11-20T13:20:10",
"upload_time_iso_8601": "2024-11-20T13:20:10.541438Z",
"url": "https://files.pythonhosted.org/packages/7e/fd/04d027e0db9c8812026012d28ebfbb3f564071cfb35ca89d4e88768aaccf/scylla_driver-3.28.0.tar.gz",
"yanked": false,
"yanked_reason": null
}
],
"upload_time": "2024-11-20 13:20:10",
"github": true,
"gitlab": false,
"bitbucket": false,
"codeberg": false,
"github_user": "scylladb",
"github_project": "python-driver",
"travis_ci": false,
"coveralls": false,
"github_actions": true,
"requirements": [],
"lcname": "scylla-driver"
}