scylla-cqlsh


Namescylla-cqlsh JSON
Version 6.0.16 PyPI version JSON
download
home_pagehttps://github.com/scylladb/scylla-cqlsh
Summarycqlsh is a Python-based command-line client for running CQL commands on a scylla cluster.
upload_time2024-02-21 16:29:51
maintainer
docs_urlNone
authorIsrael Fruchter
requires_python>=3.6
licenseApache
keywords cql scylladb cassandra cqlsh
VCS
bugtrack_url
requirements scylla-driver geomet PyYAML click
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # scylla-cqlsh

Command line tool to connect to [scylladb](http://www.scylladb.com) (or Apache Cassandra)

A fork of the cqlsh tool from https://github.com/apache/cassandra

![Libraries.io dependency status for latest release](https://img.shields.io/librariesio/release/pypi/scylla-cqlsh)
![GitHub branch checks state](https://img.shields.io/github/checks-status/scylladb/scylla-cqlsh/master)
![PyPI](https://img.shields.io/pypi/v/scylla-cqlsh)

# Quickstart

```bash
pip install scylla-cqlsh

cqlsh ${SCYLLA_HOST} -e 'SELECT * FROM system.local'

# or just using it interactively
cqlsh ${SCYLLA_HOST} 

# or using it with scylla-cloud
cqlsh --cloudconf [path to connection bundle downloaded]

# running with docker image interactively
docker run -it scylladb/scylla-cqlsh ${SCYLLA_HOST}
```



# Contributing

Feel free to open a PR/issues with suggestion and improvement
Try covering you suggested change with a test, and the instruction 
for running tests are below

## Testing

Dependent 
* python 2.7/3.x (recommend virtualenv)
* minimum java8

```bash
pip install -e .
pip install -r pylib/requirements.txt

# run scylla with docker
docker run  -d scylladb/scylla:latest --cluster-name test

export DOCKER_ID=$(docker run -d scylladb/scylla:latest --cluster-name test)
export CQL_TEST_HOST=$(docker inspect --format='{{ .NetworkSettings.IPAddress }}' ${DOCKER_ID})
while ! nc -z ${CQL_TEST_HOST} 9042; do   
  sleep 0.1 # wait for 1/10 of the second before check again
done
          
 
# run scylla with CCM
ccm create cqlsh_cluster -n 1 --scylla --version unstable/master:latest
ccm start

pytest
```


## Creation of the repo

A reference on how this we forked out of cassandra repo
So we can repeat the process if we want to bring change back it

```bash
git clone  -b trunk --single-branch git@github.com:apache/cassandra.git
sudo apt-get install git-filter-repo
cd cassandra

git filter-repo --path bin/cqlsh --path bin/cqlsh.py --path pylib/
```

            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/scylladb/scylla-cqlsh",
    "name": "scylla-cqlsh",
    "maintainer": "",
    "docs_url": null,
    "requires_python": ">=3.6",
    "maintainer_email": "",
    "keywords": "cql,scylladb,cassandra,cqlsh",
    "author": "Israel Fruchter",
    "author_email": "fruch@scylladb.com",
    "download_url": "https://files.pythonhosted.org/packages/95/ba/0e909a366a92eaca6eed360f04811d373e9ece525c3755e7258933bffea5/scylla-cqlsh-6.0.16.tar.gz",
    "platform": null,
    "description": "# scylla-cqlsh\n\nCommand line tool to connect to [scylladb](http://www.scylladb.com) (or Apache Cassandra)\n\nA fork of the cqlsh tool from https://github.com/apache/cassandra\n\n![Libraries.io dependency status for latest release](https://img.shields.io/librariesio/release/pypi/scylla-cqlsh)\n![GitHub branch checks state](https://img.shields.io/github/checks-status/scylladb/scylla-cqlsh/master)\n![PyPI](https://img.shields.io/pypi/v/scylla-cqlsh)\n\n# Quickstart\n\n```bash\npip install scylla-cqlsh\n\ncqlsh ${SCYLLA_HOST} -e 'SELECT * FROM system.local'\n\n# or just using it interactively\ncqlsh ${SCYLLA_HOST} \n\n# or using it with scylla-cloud\ncqlsh --cloudconf [path to connection bundle downloaded]\n\n# running with docker image interactively\ndocker run -it scylladb/scylla-cqlsh ${SCYLLA_HOST}\n```\n\n\n\n# Contributing\n\nFeel free to open a PR/issues with suggestion and improvement\nTry covering you suggested change with a test, and the instruction \nfor running tests are below\n\n## Testing\n\nDependent \n* python 2.7/3.x (recommend virtualenv)\n* minimum java8\n\n```bash\npip install -e .\npip install -r pylib/requirements.txt\n\n# run scylla with docker\ndocker run  -d scylladb/scylla:latest --cluster-name test\n\nexport DOCKER_ID=$(docker run -d scylladb/scylla:latest --cluster-name test)\nexport CQL_TEST_HOST=$(docker inspect --format='{{ .NetworkSettings.IPAddress }}' ${DOCKER_ID})\nwhile ! nc -z ${CQL_TEST_HOST} 9042; do   \n  sleep 0.1 # wait for 1/10 of the second before check again\ndone\n          \n \n# run scylla with CCM\nccm create cqlsh_cluster -n 1 --scylla --version unstable/master:latest\nccm start\n\npytest\n```\n\n\n## Creation of the repo\n\nA reference on how this we forked out of cassandra repo\nSo we can repeat the process if we want to bring change back it\n\n```bash\ngit clone  -b trunk --single-branch git@github.com:apache/cassandra.git\nsudo apt-get install git-filter-repo\ncd cassandra\n\ngit filter-repo --path bin/cqlsh --path bin/cqlsh.py --path pylib/\n```\n",
    "bugtrack_url": null,
    "license": "Apache",
    "summary": "cqlsh is a Python-based command-line client for running CQL commands on a scylla cluster.",
    "version": "6.0.16",
    "project_urls": {
        "Changelog": "https://github.com/scylladb/scylla-cqlsh#changelog",
        "Documentation": "https://cassandra.apache.org/doc/latest/tools/cqlsh.html",
        "Homepage": "https://github.com/scylladb/scylla-cqlsh"
    },
    "split_keywords": [
        "cql",
        "scylladb",
        "cassandra",
        "cqlsh"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "f1b2a826cacdc738cca444cd60fc7474e641a130135f7aff51a25ae485b29dc4",
                "md5": "f46add5a9437730e8c7ee2b89bb324f2",
                "sha256": "bd55c92cc7c2334a8c10a70419303e93065f29e2339ba65c6b23275e57610a78"
            },
            "downloads": -1,
            "filename": "scylla_cqlsh-6.0.16-cp310-cp310-macosx_10_9_x86_64.whl",
            "has_sig": false,
            "md5_digest": "f46add5a9437730e8c7ee2b89bb324f2",
            "packagetype": "bdist_wheel",
            "python_version": "cp310",
            "requires_python": ">=3.6",
            "size": 711527,
            "upload_time": "2024-02-21T16:28:17",
            "upload_time_iso_8601": "2024-02-21T16:28:17.524604Z",
            "url": "https://files.pythonhosted.org/packages/f1/b2/a826cacdc738cca444cd60fc7474e641a130135f7aff51a25ae485b29dc4/scylla_cqlsh-6.0.16-cp310-cp310-macosx_10_9_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "0888876d1899b2474a7f28e4b8289864426a67a97ecae31f84601381a18bf11b",
                "md5": "27248bac0b4f27fcaf140bc993a033a9",
                "sha256": "17b5ed16991e111680f45f874bb5ebf097bdc2e1f0a04cdb9c70ba3eec5a023e"
            },
            "downloads": -1,
            "filename": "scylla_cqlsh-6.0.16-cp310-cp310-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl",
            "has_sig": false,
            "md5_digest": "27248bac0b4f27fcaf140bc993a033a9",
            "packagetype": "bdist_wheel",
            "python_version": "cp310",
            "requires_python": ">=3.6",
            "size": 2953094,
            "upload_time": "2024-02-21T16:28:19",
            "upload_time_iso_8601": "2024-02-21T16:28:19.221817Z",
            "url": "https://files.pythonhosted.org/packages/08/88/876d1899b2474a7f28e4b8289864426a67a97ecae31f84601381a18bf11b/scylla_cqlsh-6.0.16-cp310-cp310-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "b7a0a3eb28f3674ecba9c93672e2b74863ab5b83b257ee8e0e33468ff8ab5ad0",
                "md5": "000a9502b2d625e349b96498de6830cc",
                "sha256": "f690974571806fb8a28c6af6f17e17d5964f5325a2fabd303794a7c810f79217"
            },
            "downloads": -1,
            "filename": "scylla_cqlsh-6.0.16-cp310-cp310-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "has_sig": false,
            "md5_digest": "000a9502b2d625e349b96498de6830cc",
            "packagetype": "bdist_wheel",
            "python_version": "cp310",
            "requires_python": ">=3.6",
            "size": 3212768,
            "upload_time": "2024-02-21T16:28:20",
            "upload_time_iso_8601": "2024-02-21T16:28:20.602181Z",
            "url": "https://files.pythonhosted.org/packages/b7/a0/a3eb28f3674ecba9c93672e2b74863ab5b83b257ee8e0e33468ff8ab5ad0/scylla_cqlsh-6.0.16-cp310-cp310-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": "e94fb51124cfe42a012fbf31e5cfa793de7b798db68dafce11a1d1b0fbf74bc2",
                "md5": "603cdc020225ef37ac422af81f6637df",
                "sha256": "b50768e4e0ccaf513778d17021ef3ceabf7c9421895d66b6d905728a6fed268d"
            },
            "downloads": -1,
            "filename": "scylla_cqlsh-6.0.16-cp310-cp310-musllinux_1_1_i686.whl",
            "has_sig": false,
            "md5_digest": "603cdc020225ef37ac422af81f6637df",
            "packagetype": "bdist_wheel",
            "python_version": "cp310",
            "requires_python": ">=3.6",
            "size": 2964914,
            "upload_time": "2024-02-21T16:28:22",
            "upload_time_iso_8601": "2024-02-21T16:28:22.006942Z",
            "url": "https://files.pythonhosted.org/packages/e9/4f/b51124cfe42a012fbf31e5cfa793de7b798db68dafce11a1d1b0fbf74bc2/scylla_cqlsh-6.0.16-cp310-cp310-musllinux_1_1_i686.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "24448e4df1c992d5ee0116a52536c4bf4c3a07e77fb391e3ba96f9d98fa855a0",
                "md5": "1677c0ff2c8ce4fe68d6e6f44e07cffb",
                "sha256": "a18817029823b039e59254e734ef47f66eaed8b3c2646884753d5fd9f8f839fc"
            },
            "downloads": -1,
            "filename": "scylla_cqlsh-6.0.16-cp310-cp310-musllinux_1_1_x86_64.whl",
            "has_sig": false,
            "md5_digest": "1677c0ff2c8ce4fe68d6e6f44e07cffb",
            "packagetype": "bdist_wheel",
            "python_version": "cp310",
            "requires_python": ">=3.6",
            "size": 3217586,
            "upload_time": "2024-02-21T16:28:23",
            "upload_time_iso_8601": "2024-02-21T16:28:23.495488Z",
            "url": "https://files.pythonhosted.org/packages/24/44/8e4df1c992d5ee0116a52536c4bf4c3a07e77fb391e3ba96f9d98fa855a0/scylla_cqlsh-6.0.16-cp310-cp310-musllinux_1_1_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "c3f967345f9b700772bde80a0e4741dec82bfcb088a0a9b93aa8c4c285500ad3",
                "md5": "34002c3e2bfd2c21d3c1dc1104390ff5",
                "sha256": "b556bf50519efeb3ec491628fca8ae4b904cb90c68a5a1d4c7be8fc7fed9eef1"
            },
            "downloads": -1,
            "filename": "scylla_cqlsh-6.0.16-cp310-cp310-win32.whl",
            "has_sig": false,
            "md5_digest": "34002c3e2bfd2c21d3c1dc1104390ff5",
            "packagetype": "bdist_wheel",
            "python_version": "cp310",
            "requires_python": ">=3.6",
            "size": 477733,
            "upload_time": "2024-02-21T16:28:25",
            "upload_time_iso_8601": "2024-02-21T16:28:25.475125Z",
            "url": "https://files.pythonhosted.org/packages/c3/f9/67345f9b700772bde80a0e4741dec82bfcb088a0a9b93aa8c4c285500ad3/scylla_cqlsh-6.0.16-cp310-cp310-win32.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "99d9f460038ac3a20252b36c3855dd4fe3b1c41508f016a3087ac5ce26ec0a6c",
                "md5": "811a19c547a24d76bd271cf006bfba5e",
                "sha256": "961deaf6a7c80b020a1d41a683aaf48a45a2309bbe95270395d596296844a5aa"
            },
            "downloads": -1,
            "filename": "scylla_cqlsh-6.0.16-cp310-cp310-win_amd64.whl",
            "has_sig": false,
            "md5_digest": "811a19c547a24d76bd271cf006bfba5e",
            "packagetype": "bdist_wheel",
            "python_version": "cp310",
            "requires_python": ">=3.6",
            "size": 566936,
            "upload_time": "2024-02-21T16:28:27",
            "upload_time_iso_8601": "2024-02-21T16:28:27.270212Z",
            "url": "https://files.pythonhosted.org/packages/99/d9/f460038ac3a20252b36c3855dd4fe3b1c41508f016a3087ac5ce26ec0a6c/scylla_cqlsh-6.0.16-cp310-cp310-win_amd64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "ee6e8164182f61a9eb72e54dd8b8287d1b2b845c7fe44133830ebf339d9f278c",
                "md5": "081addb99a14d64c3773fac2106c05df",
                "sha256": "5eb3e46c08d8c14d339285cb10c39d4831d2e178724b73aa70fe291404abd4c8"
            },
            "downloads": -1,
            "filename": "scylla_cqlsh-6.0.16-cp311-cp311-macosx_10_9_x86_64.whl",
            "has_sig": false,
            "md5_digest": "081addb99a14d64c3773fac2106c05df",
            "packagetype": "bdist_wheel",
            "python_version": "cp311",
            "requires_python": ">=3.6",
            "size": 711363,
            "upload_time": "2024-02-21T16:28:29",
            "upload_time_iso_8601": "2024-02-21T16:28:29.044016Z",
            "url": "https://files.pythonhosted.org/packages/ee/6e/8164182f61a9eb72e54dd8b8287d1b2b845c7fe44133830ebf339d9f278c/scylla_cqlsh-6.0.16-cp311-cp311-macosx_10_9_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "b3722856471642fc2a0398cdcb0dfea351ddadb251921ee6641fe8fbcc0b1c3b",
                "md5": "f8580b3d24990a544e79e7e255dea8e9",
                "sha256": "22651569b37dbbaa821fdf418dbc831d2dc96794f00c7fae8a1f9f4ae45ef85b"
            },
            "downloads": -1,
            "filename": "scylla_cqlsh-6.0.16-cp311-cp311-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl",
            "has_sig": false,
            "md5_digest": "f8580b3d24990a544e79e7e255dea8e9",
            "packagetype": "bdist_wheel",
            "python_version": "cp311",
            "requires_python": ">=3.6",
            "size": 2969511,
            "upload_time": "2024-02-21T16:28:30",
            "upload_time_iso_8601": "2024-02-21T16:28:30.559443Z",
            "url": "https://files.pythonhosted.org/packages/b3/72/2856471642fc2a0398cdcb0dfea351ddadb251921ee6641fe8fbcc0b1c3b/scylla_cqlsh-6.0.16-cp311-cp311-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "81bb29ac690e6bcec582853edeef8bb57c59af401ace5385f3368e4f500b92dd",
                "md5": "d047d2be834a0064d06f44a7fcabc227",
                "sha256": "14fede1f55107f9542453992f55dd674e58561852f3fc885b59b85696ab4cb9c"
            },
            "downloads": -1,
            "filename": "scylla_cqlsh-6.0.16-cp311-cp311-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "has_sig": false,
            "md5_digest": "d047d2be834a0064d06f44a7fcabc227",
            "packagetype": "bdist_wheel",
            "python_version": "cp311",
            "requires_python": ">=3.6",
            "size": 3224369,
            "upload_time": "2024-02-21T16:28:32",
            "upload_time_iso_8601": "2024-02-21T16:28:32.534931Z",
            "url": "https://files.pythonhosted.org/packages/81/bb/29ac690e6bcec582853edeef8bb57c59af401ace5385f3368e4f500b92dd/scylla_cqlsh-6.0.16-cp311-cp311-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": "a776490cc58eec88fe55b7cd2fa86c9fddb726b50565e82b3e45eaee3e8defd9",
                "md5": "42dd3d029c0b2f67320de9c5ccdaa05d",
                "sha256": "8deec2bf79b567ea75d023a8c91810e052f4ea437fd52092588510a0b88c1a12"
            },
            "downloads": -1,
            "filename": "scylla_cqlsh-6.0.16-cp311-cp311-musllinux_1_1_i686.whl",
            "has_sig": false,
            "md5_digest": "42dd3d029c0b2f67320de9c5ccdaa05d",
            "packagetype": "bdist_wheel",
            "python_version": "cp311",
            "requires_python": ">=3.6",
            "size": 2983187,
            "upload_time": "2024-02-21T16:28:34",
            "upload_time_iso_8601": "2024-02-21T16:28:34.561452Z",
            "url": "https://files.pythonhosted.org/packages/a7/76/490cc58eec88fe55b7cd2fa86c9fddb726b50565e82b3e45eaee3e8defd9/scylla_cqlsh-6.0.16-cp311-cp311-musllinux_1_1_i686.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "c4b3ac6071f5865309112e24403ca970996f0a2f4f26ffb453aeed2f65637b0e",
                "md5": "a9ee49ad350cd43d59b50fb8f136f950",
                "sha256": "cd185116de9a9c543ea081de586c6ea8ec25741b011617fc1bbbcedd876a0f69"
            },
            "downloads": -1,
            "filename": "scylla_cqlsh-6.0.16-cp311-cp311-musllinux_1_1_x86_64.whl",
            "has_sig": false,
            "md5_digest": "a9ee49ad350cd43d59b50fb8f136f950",
            "packagetype": "bdist_wheel",
            "python_version": "cp311",
            "requires_python": ">=3.6",
            "size": 3230443,
            "upload_time": "2024-02-21T16:28:35",
            "upload_time_iso_8601": "2024-02-21T16:28:35.980730Z",
            "url": "https://files.pythonhosted.org/packages/c4/b3/ac6071f5865309112e24403ca970996f0a2f4f26ffb453aeed2f65637b0e/scylla_cqlsh-6.0.16-cp311-cp311-musllinux_1_1_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "4e8bf7e584fd6ad3dbd3cd64adc19ef6306322b3bc84889f014bbd22c7c147b2",
                "md5": "ac733a8fee9fb93f5df250919b0e3496",
                "sha256": "6b59c99f26b91fa0678df4f351aaaed386b32f0cfc8a533e87fe8d41e34d404f"
            },
            "downloads": -1,
            "filename": "scylla_cqlsh-6.0.16-cp311-cp311-win32.whl",
            "has_sig": false,
            "md5_digest": "ac733a8fee9fb93f5df250919b0e3496",
            "packagetype": "bdist_wheel",
            "python_version": "cp311",
            "requires_python": ">=3.6",
            "size": 477022,
            "upload_time": "2024-02-21T16:28:38",
            "upload_time_iso_8601": "2024-02-21T16:28:38.033888Z",
            "url": "https://files.pythonhosted.org/packages/4e/8b/f7e584fd6ad3dbd3cd64adc19ef6306322b3bc84889f014bbd22c7c147b2/scylla_cqlsh-6.0.16-cp311-cp311-win32.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "34d2de501b5b4c90ab7e94ed8ef230d9586901c4c38b8619b01ff859b2556a20",
                "md5": "0da7d8a693ac79758ddecc7da4a5eef5",
                "sha256": "c922ccf8ab39c64c7ce0d625e5ca4353d56b669868aa14b754752661d191f184"
            },
            "downloads": -1,
            "filename": "scylla_cqlsh-6.0.16-cp311-cp311-win_amd64.whl",
            "has_sig": false,
            "md5_digest": "0da7d8a693ac79758ddecc7da4a5eef5",
            "packagetype": "bdist_wheel",
            "python_version": "cp311",
            "requires_python": ">=3.6",
            "size": 566601,
            "upload_time": "2024-02-21T16:28:39",
            "upload_time_iso_8601": "2024-02-21T16:28:39.415910Z",
            "url": "https://files.pythonhosted.org/packages/34/d2/de501b5b4c90ab7e94ed8ef230d9586901c4c38b8619b01ff859b2556a20/scylla_cqlsh-6.0.16-cp311-cp311-win_amd64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "8a01380e41a3b8053e3ca336f9f5566729f15c97678f03bdb244d137d2895826",
                "md5": "844fcad1ffd82b2c6053c124b4b32527",
                "sha256": "57480871f81aa578f92599bb14425c4eaada817012897c8ae8fe72ddb3db165f"
            },
            "downloads": -1,
            "filename": "scylla_cqlsh-6.0.16-cp312-cp312-macosx_10_9_x86_64.whl",
            "has_sig": false,
            "md5_digest": "844fcad1ffd82b2c6053c124b4b32527",
            "packagetype": "bdist_wheel",
            "python_version": "cp312",
            "requires_python": ">=3.6",
            "size": 718212,
            "upload_time": "2024-02-21T16:28:40",
            "upload_time_iso_8601": "2024-02-21T16:28:40.557727Z",
            "url": "https://files.pythonhosted.org/packages/8a/01/380e41a3b8053e3ca336f9f5566729f15c97678f03bdb244d137d2895826/scylla_cqlsh-6.0.16-cp312-cp312-macosx_10_9_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "a33953d55c3898fdd9d087bfa1a3405082248b283a437e9dc76eae8f6da25804",
                "md5": "26a637b53b0c9a6936d6cc35faab915c",
                "sha256": "64d2b5ca3e52becbc8ea56a30e24d49dcf950434d0bc6f694b91aaad14acdf54"
            },
            "downloads": -1,
            "filename": "scylla_cqlsh-6.0.16-cp312-cp312-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl",
            "has_sig": false,
            "md5_digest": "26a637b53b0c9a6936d6cc35faab915c",
            "packagetype": "bdist_wheel",
            "python_version": "cp312",
            "requires_python": ">=3.6",
            "size": 2982370,
            "upload_time": "2024-02-21T16:28:41",
            "upload_time_iso_8601": "2024-02-21T16:28:41.826105Z",
            "url": "https://files.pythonhosted.org/packages/a3/39/53d55c3898fdd9d087bfa1a3405082248b283a437e9dc76eae8f6da25804/scylla_cqlsh-6.0.16-cp312-cp312-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "fa7a786e7be2448efc238ef1aa820a503c94ac10c9c14494d12be7d2938c0c5d",
                "md5": "9f8965575f2d77d30e68c5345673dea5",
                "sha256": "63e944e17388991087fd4e4d2b354f1b11354e2fbd6b5da48cdc96962ae5328c"
            },
            "downloads": -1,
            "filename": "scylla_cqlsh-6.0.16-cp312-cp312-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "has_sig": false,
            "md5_digest": "9f8965575f2d77d30e68c5345673dea5",
            "packagetype": "bdist_wheel",
            "python_version": "cp312",
            "requires_python": ">=3.6",
            "size": 3279762,
            "upload_time": "2024-02-21T16:28:47",
            "upload_time_iso_8601": "2024-02-21T16:28:47.376002Z",
            "url": "https://files.pythonhosted.org/packages/fa/7a/786e7be2448efc238ef1aa820a503c94ac10c9c14494d12be7d2938c0c5d/scylla_cqlsh-6.0.16-cp312-cp312-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": "874736427440d519a7343e636af9dd74c3b3318cc00c7810c0fe32f261b40327",
                "md5": "9533df75ed1873b591f08b497b509518",
                "sha256": "0edd3026fa0eb896f2b4282ea76f0f69c8d8484f663d1da2c16cc2d9f6941a45"
            },
            "downloads": -1,
            "filename": "scylla_cqlsh-6.0.16-cp312-cp312-musllinux_1_1_i686.whl",
            "has_sig": false,
            "md5_digest": "9533df75ed1873b591f08b497b509518",
            "packagetype": "bdist_wheel",
            "python_version": "cp312",
            "requires_python": ">=3.6",
            "size": 2980358,
            "upload_time": "2024-02-21T16:28:48",
            "upload_time_iso_8601": "2024-02-21T16:28:48.965991Z",
            "url": "https://files.pythonhosted.org/packages/87/47/36427440d519a7343e636af9dd74c3b3318cc00c7810c0fe32f261b40327/scylla_cqlsh-6.0.16-cp312-cp312-musllinux_1_1_i686.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "1b3c944caba151bd87ab0dad8c34e5bef47e22d51aea887f27a916a3440261a8",
                "md5": "d699d7a301c382549ae0a772d6560d33",
                "sha256": "511d4d1c005ad9d2063a706ab3f72292739a9240476f682e82d5cd87ae95f9b8"
            },
            "downloads": -1,
            "filename": "scylla_cqlsh-6.0.16-cp312-cp312-musllinux_1_1_x86_64.whl",
            "has_sig": false,
            "md5_digest": "d699d7a301c382549ae0a772d6560d33",
            "packagetype": "bdist_wheel",
            "python_version": "cp312",
            "requires_python": ">=3.6",
            "size": 3273918,
            "upload_time": "2024-02-21T16:28:50",
            "upload_time_iso_8601": "2024-02-21T16:28:50.741003Z",
            "url": "https://files.pythonhosted.org/packages/1b/3c/944caba151bd87ab0dad8c34e5bef47e22d51aea887f27a916a3440261a8/scylla_cqlsh-6.0.16-cp312-cp312-musllinux_1_1_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "ba7479b39b4ffa10a19ed5a67849e76a642903a550c05f326b49713c950391f5",
                "md5": "66f893e19d52690a33eb83b544889bf5",
                "sha256": "5626362614b77ca6c537eb900f5e8d2b4da2dc6869e4649fe80da860dc8ec597"
            },
            "downloads": -1,
            "filename": "scylla_cqlsh-6.0.16-cp312-cp312-win32.whl",
            "has_sig": false,
            "md5_digest": "66f893e19d52690a33eb83b544889bf5",
            "packagetype": "bdist_wheel",
            "python_version": "cp312",
            "requires_python": ">=3.6",
            "size": 485669,
            "upload_time": "2024-02-21T16:28:52",
            "upload_time_iso_8601": "2024-02-21T16:28:52.179724Z",
            "url": "https://files.pythonhosted.org/packages/ba/74/79b39b4ffa10a19ed5a67849e76a642903a550c05f326b49713c950391f5/scylla_cqlsh-6.0.16-cp312-cp312-win32.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "1de42bebe21d0716a2c32206d16631153f21034a219c4cda35af6f6af2ff4a78",
                "md5": "4d9ea6c7de642e94eac78fc4b6450df4",
                "sha256": "81afd7049af7c04c99ff160719a924b31929e5f5ff7936e8d79896eeab38fd03"
            },
            "downloads": -1,
            "filename": "scylla_cqlsh-6.0.16-cp312-cp312-win_amd64.whl",
            "has_sig": false,
            "md5_digest": "4d9ea6c7de642e94eac78fc4b6450df4",
            "packagetype": "bdist_wheel",
            "python_version": "cp312",
            "requires_python": ">=3.6",
            "size": 577166,
            "upload_time": "2024-02-21T16:28:53",
            "upload_time_iso_8601": "2024-02-21T16:28:53.752686Z",
            "url": "https://files.pythonhosted.org/packages/1d/e4/2bebe21d0716a2c32206d16631153f21034a219c4cda35af6f6af2ff4a78/scylla_cqlsh-6.0.16-cp312-cp312-win_amd64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "a6c1f30c3d4cf8a3bb9dff28a16194126e1d8f3332f6fc788ac2afa545929692",
                "md5": "b53e1cc2c3db0d31071a7ae47732ff87",
                "sha256": "5387fbec438c782216d6a6032953962cf41b058b91b1c5cb3b1d0d5f7b9d92f8"
            },
            "downloads": -1,
            "filename": "scylla_cqlsh-6.0.16-cp37-cp37m-macosx_10_9_x86_64.whl",
            "has_sig": false,
            "md5_digest": "b53e1cc2c3db0d31071a7ae47732ff87",
            "packagetype": "bdist_wheel",
            "python_version": "cp37",
            "requires_python": ">=3.6",
            "size": 690279,
            "upload_time": "2024-02-21T16:28:55",
            "upload_time_iso_8601": "2024-02-21T16:28:55.565264Z",
            "url": "https://files.pythonhosted.org/packages/a6/c1/f30c3d4cf8a3bb9dff28a16194126e1d8f3332f6fc788ac2afa545929692/scylla_cqlsh-6.0.16-cp37-cp37m-macosx_10_9_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "9df5a38013c839a9662c9f95ab96707998bcd7622d8d80cdbb2e685999ff4b13",
                "md5": "0631e9e9641f55a4e2c125347079123f",
                "sha256": "de71894a027e06437098ec9011e118254ec398e26c7d167ae5c2f565a3cc102c"
            },
            "downloads": -1,
            "filename": "scylla_cqlsh-6.0.16-cp37-cp37m-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl",
            "has_sig": false,
            "md5_digest": "0631e9e9641f55a4e2c125347079123f",
            "packagetype": "bdist_wheel",
            "python_version": "cp37",
            "requires_python": ">=3.6",
            "size": 2562078,
            "upload_time": "2024-02-21T16:28:57",
            "upload_time_iso_8601": "2024-02-21T16:28:57.421989Z",
            "url": "https://files.pythonhosted.org/packages/9d/f5/a38013c839a9662c9f95ab96707998bcd7622d8d80cdbb2e685999ff4b13/scylla_cqlsh-6.0.16-cp37-cp37m-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "07853731b9f3015de3c5e698a19d508cbe583c436de4f89915deaef6e2438c2b",
                "md5": "ad874332fbcd4605e9f87bb6340dcc3f",
                "sha256": "8a6f571dcb4a583b8fcea9eda1d1e8ef03d657b171ac37e30eb98a84272db921"
            },
            "downloads": -1,
            "filename": "scylla_cqlsh-6.0.16-cp37-cp37m-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "has_sig": false,
            "md5_digest": "ad874332fbcd4605e9f87bb6340dcc3f",
            "packagetype": "bdist_wheel",
            "python_version": "cp37",
            "requires_python": ">=3.6",
            "size": 2824970,
            "upload_time": "2024-02-21T16:28:58",
            "upload_time_iso_8601": "2024-02-21T16:28:58.906113Z",
            "url": "https://files.pythonhosted.org/packages/07/85/3731b9f3015de3c5e698a19d508cbe583c436de4f89915deaef6e2438c2b/scylla_cqlsh-6.0.16-cp37-cp37m-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": "142cef829797917bc731e425b16f5b043cef735128711964f80f7bf936a70fde",
                "md5": "632cfef682b213e0f0c430110e687283",
                "sha256": "14dcbc967f1132b0261ad79e11f53d6ca984c8f53abb0218e123b7435cd66c77"
            },
            "downloads": -1,
            "filename": "scylla_cqlsh-6.0.16-cp37-cp37m-musllinux_1_1_i686.whl",
            "has_sig": false,
            "md5_digest": "632cfef682b213e0f0c430110e687283",
            "packagetype": "bdist_wheel",
            "python_version": "cp37",
            "requires_python": ">=3.6",
            "size": 2595290,
            "upload_time": "2024-02-21T16:29:00",
            "upload_time_iso_8601": "2024-02-21T16:29:00.882266Z",
            "url": "https://files.pythonhosted.org/packages/14/2c/ef829797917bc731e425b16f5b043cef735128711964f80f7bf936a70fde/scylla_cqlsh-6.0.16-cp37-cp37m-musllinux_1_1_i686.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "972edabc77d5be66f179cd52ad62dbe5dcf389ce3c7148a21b5ec32b0fc9d8ed",
                "md5": "bec1db856858c9410d8be77d828acfc9",
                "sha256": "c35743141e6eaea2fe9b1b8b2d14c507a91d7ec95752a952fc974602121b75f1"
            },
            "downloads": -1,
            "filename": "scylla_cqlsh-6.0.16-cp37-cp37m-musllinux_1_1_x86_64.whl",
            "has_sig": false,
            "md5_digest": "bec1db856858c9410d8be77d828acfc9",
            "packagetype": "bdist_wheel",
            "python_version": "cp37",
            "requires_python": ">=3.6",
            "size": 2850442,
            "upload_time": "2024-02-21T16:29:03",
            "upload_time_iso_8601": "2024-02-21T16:29:03.241392Z",
            "url": "https://files.pythonhosted.org/packages/97/2e/dabc77d5be66f179cd52ad62dbe5dcf389ce3c7148a21b5ec32b0fc9d8ed/scylla_cqlsh-6.0.16-cp37-cp37m-musllinux_1_1_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "f6003121f664176a6ed8083e169d15bbfc8c3eb6af327d7eadf970e34731a5db",
                "md5": "345d1e1391d96664f577eed622746975",
                "sha256": "7d02f360675637524af5a5a5ac709557b441a53b23c50da21cb8b202ae45bc4f"
            },
            "downloads": -1,
            "filename": "scylla_cqlsh-6.0.16-cp37-cp37m-win32.whl",
            "has_sig": false,
            "md5_digest": "345d1e1391d96664f577eed622746975",
            "packagetype": "bdist_wheel",
            "python_version": "cp37",
            "requires_python": ">=3.6",
            "size": 471250,
            "upload_time": "2024-02-21T16:29:04",
            "upload_time_iso_8601": "2024-02-21T16:29:04.614391Z",
            "url": "https://files.pythonhosted.org/packages/f6/00/3121f664176a6ed8083e169d15bbfc8c3eb6af327d7eadf970e34731a5db/scylla_cqlsh-6.0.16-cp37-cp37m-win32.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "b91b6c92c4cec9132c89e349501ca7df17dabe69d31117783ef10cd191e33c95",
                "md5": "cc6d3177940a867dfedefde652123794",
                "sha256": "2e01d7976d602375faee807baf52706ec6e37d69ecedecdf5d1f08500f77004e"
            },
            "downloads": -1,
            "filename": "scylla_cqlsh-6.0.16-cp37-cp37m-win_amd64.whl",
            "has_sig": false,
            "md5_digest": "cc6d3177940a867dfedefde652123794",
            "packagetype": "bdist_wheel",
            "python_version": "cp37",
            "requires_python": ">=3.6",
            "size": 560017,
            "upload_time": "2024-02-21T16:29:05",
            "upload_time_iso_8601": "2024-02-21T16:29:05.870657Z",
            "url": "https://files.pythonhosted.org/packages/b9/1b/6c92c4cec9132c89e349501ca7df17dabe69d31117783ef10cd191e33c95/scylla_cqlsh-6.0.16-cp37-cp37m-win_amd64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "fd177d1cd1252a5d249c900e339297ad80961a512f723c123605a5688c150e61",
                "md5": "7d5c0109eade38a4ab0f1bb477decc24",
                "sha256": "0bc1a083a8629fcb278e0506d232c31b7516e1b7be931db8ab4b9a7421edd4c2"
            },
            "downloads": -1,
            "filename": "scylla_cqlsh-6.0.16-cp38-cp38-macosx_10_9_x86_64.whl",
            "has_sig": false,
            "md5_digest": "7d5c0109eade38a4ab0f1bb477decc24",
            "packagetype": "bdist_wheel",
            "python_version": "cp38",
            "requires_python": ">=3.6",
            "size": 710667,
            "upload_time": "2024-02-21T16:29:07",
            "upload_time_iso_8601": "2024-02-21T16:29:07.662919Z",
            "url": "https://files.pythonhosted.org/packages/fd/17/7d1cd1252a5d249c900e339297ad80961a512f723c123605a5688c150e61/scylla_cqlsh-6.0.16-cp38-cp38-macosx_10_9_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "f4f6526f8864fc7a272c8b423b4e303a2a687e8d16109a7cb0778410f27cac3b",
                "md5": "d151ad50bd355bbcf9e604b37706490d",
                "sha256": "502470f98f6c94a04dd1cd58d5cda503ddf6f97feb6946c3474e9bca28dfa602"
            },
            "downloads": -1,
            "filename": "scylla_cqlsh-6.0.16-cp38-cp38-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl",
            "has_sig": false,
            "md5_digest": "d151ad50bd355bbcf9e604b37706490d",
            "packagetype": "bdist_wheel",
            "python_version": "cp38",
            "requires_python": ">=3.6",
            "size": 3150765,
            "upload_time": "2024-02-21T16:29:09",
            "upload_time_iso_8601": "2024-02-21T16:29:09.073451Z",
            "url": "https://files.pythonhosted.org/packages/f4/f6/526f8864fc7a272c8b423b4e303a2a687e8d16109a7cb0778410f27cac3b/scylla_cqlsh-6.0.16-cp38-cp38-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "531c5a612d05ca5599a3343287e6feebd22fbdd9d3e3d67ee866efe7bec896c2",
                "md5": "cb5603cabe2f49483f3291a5bd5dd99b",
                "sha256": "d0c93f6068f63dee78a003de3a70ac69a312378c86b5fc02016f56befc5eb037"
            },
            "downloads": -1,
            "filename": "scylla_cqlsh-6.0.16-cp38-cp38-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "has_sig": false,
            "md5_digest": "cb5603cabe2f49483f3291a5bd5dd99b",
            "packagetype": "bdist_wheel",
            "python_version": "cp38",
            "requires_python": ">=3.6",
            "size": 3437405,
            "upload_time": "2024-02-21T16:29:10",
            "upload_time_iso_8601": "2024-02-21T16:29:10.802515Z",
            "url": "https://files.pythonhosted.org/packages/53/1c/5a612d05ca5599a3343287e6feebd22fbdd9d3e3d67ee866efe7bec896c2/scylla_cqlsh-6.0.16-cp38-cp38-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": "4187eae0102e83a28e6242585fc72ee4bbbe23258904a7b93b43825f86a6d77d",
                "md5": "7056652136a0769ac6dab767f783475c",
                "sha256": "950edac1a99bf52c8ee756d508db82262f2286a2a38ad3da3b2242f9a0e2ab1c"
            },
            "downloads": -1,
            "filename": "scylla_cqlsh-6.0.16-cp38-cp38-musllinux_1_1_i686.whl",
            "has_sig": false,
            "md5_digest": "7056652136a0769ac6dab767f783475c",
            "packagetype": "bdist_wheel",
            "python_version": "cp38",
            "requires_python": ">=3.6",
            "size": 3331700,
            "upload_time": "2024-02-21T16:29:12",
            "upload_time_iso_8601": "2024-02-21T16:29:12.267523Z",
            "url": "https://files.pythonhosted.org/packages/41/87/eae0102e83a28e6242585fc72ee4bbbe23258904a7b93b43825f86a6d77d/scylla_cqlsh-6.0.16-cp38-cp38-musllinux_1_1_i686.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "e9323ac890fd6ff5ec98c0a560a4774d7734d8775010dfa2c47e8888bf431860",
                "md5": "e81284a01b8d70b769f643064bdb0848",
                "sha256": "ad674b17097f379261a0821e4d03eddbd58c2085c0aca22576dd9ebd82296a76"
            },
            "downloads": -1,
            "filename": "scylla_cqlsh-6.0.16-cp38-cp38-musllinux_1_1_x86_64.whl",
            "has_sig": false,
            "md5_digest": "e81284a01b8d70b769f643064bdb0848",
            "packagetype": "bdist_wheel",
            "python_version": "cp38",
            "requires_python": ">=3.6",
            "size": 3709018,
            "upload_time": "2024-02-21T16:29:13",
            "upload_time_iso_8601": "2024-02-21T16:29:13.789708Z",
            "url": "https://files.pythonhosted.org/packages/e9/32/3ac890fd6ff5ec98c0a560a4774d7734d8775010dfa2c47e8888bf431860/scylla_cqlsh-6.0.16-cp38-cp38-musllinux_1_1_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "4e229e11c16520e633c0ff61607377b42b684d032c864d3f92fdedf5e1055058",
                "md5": "46f1fc4858b13b9059ce75c4ec5a1b33",
                "sha256": "ab9d851494229fee7b4b23ed5bf25803b30b9d46735c484e5995b0b6adc0daeb"
            },
            "downloads": -1,
            "filename": "scylla_cqlsh-6.0.16-cp38-cp38-win32.whl",
            "has_sig": false,
            "md5_digest": "46f1fc4858b13b9059ce75c4ec5a1b33",
            "packagetype": "bdist_wheel",
            "python_version": "cp38",
            "requires_python": ">=3.6",
            "size": 489640,
            "upload_time": "2024-02-21T16:29:15",
            "upload_time_iso_8601": "2024-02-21T16:29:15.788382Z",
            "url": "https://files.pythonhosted.org/packages/4e/22/9e11c16520e633c0ff61607377b42b684d032c864d3f92fdedf5e1055058/scylla_cqlsh-6.0.16-cp38-cp38-win32.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "b569a2cc76ef91358b67e52527c2d01f1e8982453b5839632a5f9a5a21220781",
                "md5": "a7781c82afa975b9905cef2f17570dad",
                "sha256": "334f39f03e74a5a18d80d8bf822db662858f44b88b83711d0adf8d70da230404"
            },
            "downloads": -1,
            "filename": "scylla_cqlsh-6.0.16-cp38-cp38-win_amd64.whl",
            "has_sig": false,
            "md5_digest": "a7781c82afa975b9905cef2f17570dad",
            "packagetype": "bdist_wheel",
            "python_version": "cp38",
            "requires_python": ">=3.6",
            "size": 583458,
            "upload_time": "2024-02-21T16:29:17",
            "upload_time_iso_8601": "2024-02-21T16:29:17.014521Z",
            "url": "https://files.pythonhosted.org/packages/b5/69/a2cc76ef91358b67e52527c2d01f1e8982453b5839632a5f9a5a21220781/scylla_cqlsh-6.0.16-cp38-cp38-win_amd64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "0258f3db68e66e4139cd5c6dbd9da3c427002bf5178f838bdf8cb957ae662482",
                "md5": "c252e99d71f9a5325c93f36ecae60c43",
                "sha256": "6e33d6887a00c3732eef93ef36d0dff9985ebccb617a5f277b36673dee8b1a33"
            },
            "downloads": -1,
            "filename": "scylla_cqlsh-6.0.16-cp39-cp39-macosx_10_9_x86_64.whl",
            "has_sig": false,
            "md5_digest": "c252e99d71f9a5325c93f36ecae60c43",
            "packagetype": "bdist_wheel",
            "python_version": "cp39",
            "requires_python": ">=3.6",
            "size": 711466,
            "upload_time": "2024-02-21T16:29:18",
            "upload_time_iso_8601": "2024-02-21T16:29:18.218657Z",
            "url": "https://files.pythonhosted.org/packages/02/58/f3db68e66e4139cd5c6dbd9da3c427002bf5178f838bdf8cb957ae662482/scylla_cqlsh-6.0.16-cp39-cp39-macosx_10_9_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "56b62b37ec529942df739eb48b23c69546b3f619f79ea8735029ae1a0f34d8fc",
                "md5": "5eabe740ae866e0327a328e64908534f",
                "sha256": "03db38c84097482221d8435ae09e25f1e9aa024932a8c6d55918ba9178b4d6a2"
            },
            "downloads": -1,
            "filename": "scylla_cqlsh-6.0.16-cp39-cp39-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl",
            "has_sig": false,
            "md5_digest": "5eabe740ae866e0327a328e64908534f",
            "packagetype": "bdist_wheel",
            "python_version": "cp39",
            "requires_python": ">=3.6",
            "size": 2952375,
            "upload_time": "2024-02-21T16:29:20",
            "upload_time_iso_8601": "2024-02-21T16:29:20.131073Z",
            "url": "https://files.pythonhosted.org/packages/56/b6/2b37ec529942df739eb48b23c69546b3f619f79ea8735029ae1a0f34d8fc/scylla_cqlsh-6.0.16-cp39-cp39-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "3bd59e88474ffd5d15d6f34442366c55073633d172fbb8806364764085a62ec4",
                "md5": "e1975c008f935a80a5e98c4edcd20ed1",
                "sha256": "c11f17eb2fce7c0f1f6310def5058947bc01810baf7003e9f08b04215dcd6e5f"
            },
            "downloads": -1,
            "filename": "scylla_cqlsh-6.0.16-cp39-cp39-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "has_sig": false,
            "md5_digest": "e1975c008f935a80a5e98c4edcd20ed1",
            "packagetype": "bdist_wheel",
            "python_version": "cp39",
            "requires_python": ">=3.6",
            "size": 3213222,
            "upload_time": "2024-02-21T16:29:21",
            "upload_time_iso_8601": "2024-02-21T16:29:21.622517Z",
            "url": "https://files.pythonhosted.org/packages/3b/d5/9e88474ffd5d15d6f34442366c55073633d172fbb8806364764085a62ec4/scylla_cqlsh-6.0.16-cp39-cp39-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": "2deaafb8f15f527d4296edd6c370ca5032d125a7e116e09990e71795d9953ccd",
                "md5": "56481cf8112b245950f15b5fff225121",
                "sha256": "f227073d61343f308f3f3f5e12cd2ea439921eee96978fed82bb08236bd2a1f7"
            },
            "downloads": -1,
            "filename": "scylla_cqlsh-6.0.16-cp39-cp39-musllinux_1_1_i686.whl",
            "has_sig": false,
            "md5_digest": "56481cf8112b245950f15b5fff225121",
            "packagetype": "bdist_wheel",
            "python_version": "cp39",
            "requires_python": ">=3.6",
            "size": 2967487,
            "upload_time": "2024-02-21T16:29:23",
            "upload_time_iso_8601": "2024-02-21T16:29:23.714538Z",
            "url": "https://files.pythonhosted.org/packages/2d/ea/afb8f15f527d4296edd6c370ca5032d125a7e116e09990e71795d9953ccd/scylla_cqlsh-6.0.16-cp39-cp39-musllinux_1_1_i686.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "4546cc4c2b903a20c509347357cdcc0ecb9a08771f46d1be9a5dd0d2532eeb81",
                "md5": "d522f4540f1734aaac93ecddfa571b45",
                "sha256": "b98aa018fc256591353407be627664a6e8a42fd476307dd7f08c5fd11f48f330"
            },
            "downloads": -1,
            "filename": "scylla_cqlsh-6.0.16-cp39-cp39-musllinux_1_1_x86_64.whl",
            "has_sig": false,
            "md5_digest": "d522f4540f1734aaac93ecddfa571b45",
            "packagetype": "bdist_wheel",
            "python_version": "cp39",
            "requires_python": ">=3.6",
            "size": 3220867,
            "upload_time": "2024-02-21T16:29:25",
            "upload_time_iso_8601": "2024-02-21T16:29:25.089781Z",
            "url": "https://files.pythonhosted.org/packages/45/46/cc4c2b903a20c509347357cdcc0ecb9a08771f46d1be9a5dd0d2532eeb81/scylla_cqlsh-6.0.16-cp39-cp39-musllinux_1_1_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "f6384355becf8b044b11b1633f3f4145380e3c2dc277cf8e8ea625471536737f",
                "md5": "2c64d0dfdc0d01363963a2c89b8c8810",
                "sha256": "4ae48affae7d9196663f4e48f7ecc7714994a334e3a75f9698084a252abb6041"
            },
            "downloads": -1,
            "filename": "scylla_cqlsh-6.0.16-cp39-cp39-win32.whl",
            "has_sig": false,
            "md5_digest": "2c64d0dfdc0d01363963a2c89b8c8810",
            "packagetype": "bdist_wheel",
            "python_version": "cp39",
            "requires_python": ">=3.6",
            "size": 477685,
            "upload_time": "2024-02-21T16:29:26",
            "upload_time_iso_8601": "2024-02-21T16:29:26.706304Z",
            "url": "https://files.pythonhosted.org/packages/f6/38/4355becf8b044b11b1633f3f4145380e3c2dc277cf8e8ea625471536737f/scylla_cqlsh-6.0.16-cp39-cp39-win32.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "3c7093882f741869e8d497458456a225996fb92f7c2880a11c0e87b2430c9499",
                "md5": "39366abada40ab7b1e2d2bba833e6800",
                "sha256": "196b30933c06ac293c081f32e4d06d71420e5e68e2e5029695df1b920586ffdc"
            },
            "downloads": -1,
            "filename": "scylla_cqlsh-6.0.16-cp39-cp39-win_amd64.whl",
            "has_sig": false,
            "md5_digest": "39366abada40ab7b1e2d2bba833e6800",
            "packagetype": "bdist_wheel",
            "python_version": "cp39",
            "requires_python": ">=3.6",
            "size": 566847,
            "upload_time": "2024-02-21T16:29:28",
            "upload_time_iso_8601": "2024-02-21T16:29:28.069625Z",
            "url": "https://files.pythonhosted.org/packages/3c/70/93882f741869e8d497458456a225996fb92f7c2880a11c0e87b2430c9499/scylla_cqlsh-6.0.16-cp39-cp39-win_amd64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "99e5f28ef0c0b886cbf51570c972c74a4b889f36d39a1a4fd8ee7a905d4e003e",
                "md5": "a6bb3554cec61a5a3404624a5accdc40",
                "sha256": "6b4da3b5f75ef42a5273897186853b76570f1a1441858a517ddabe5d25d5f35f"
            },
            "downloads": -1,
            "filename": "scylla_cqlsh-6.0.16-pp310-pypy310_pp73-macosx_10_9_x86_64.whl",
            "has_sig": false,
            "md5_digest": "a6bb3554cec61a5a3404624a5accdc40",
            "packagetype": "bdist_wheel",
            "python_version": "pp310",
            "requires_python": ">=3.6",
            "size": 538579,
            "upload_time": "2024-02-21T16:29:29",
            "upload_time_iso_8601": "2024-02-21T16:29:29.308266Z",
            "url": "https://files.pythonhosted.org/packages/99/e5/f28ef0c0b886cbf51570c972c74a4b889f36d39a1a4fd8ee7a905d4e003e/scylla_cqlsh-6.0.16-pp310-pypy310_pp73-macosx_10_9_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "6885866553bebc6ce070aa2f640a42af0bbcad1ccacde0cafdad36fb52a44f08",
                "md5": "f58a062e3affa6f87f90e47c57a2ab47",
                "sha256": "4fa03169c956b55f5df5e270653c31174e0dc47f59c8a476c5371db1ec4e4f04"
            },
            "downloads": -1,
            "filename": "scylla_cqlsh-6.0.16-pp310-pypy310_pp73-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl",
            "has_sig": false,
            "md5_digest": "f58a062e3affa6f87f90e47c57a2ab47",
            "packagetype": "bdist_wheel",
            "python_version": "pp310",
            "requires_python": ">=3.6",
            "size": 582147,
            "upload_time": "2024-02-21T16:29:30",
            "upload_time_iso_8601": "2024-02-21T16:29:30.562891Z",
            "url": "https://files.pythonhosted.org/packages/68/85/866553bebc6ce070aa2f640a42af0bbcad1ccacde0cafdad36fb52a44f08/scylla_cqlsh-6.0.16-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": "658cadfa66c8a06dce0a46b0ff65e4535278907d657e7820f91966050de431d9",
                "md5": "cd9ef356db6b3740e3aa2a749efed3d9",
                "sha256": "8c89249bc39b3ab3efaa717400051b5b67ea270ab6919934f173b5617d63b2a5"
            },
            "downloads": -1,
            "filename": "scylla_cqlsh-6.0.16-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": "cd9ef356db6b3740e3aa2a749efed3d9",
            "packagetype": "bdist_wheel",
            "python_version": "pp310",
            "requires_python": ">=3.6",
            "size": 572662,
            "upload_time": "2024-02-21T16:29:31",
            "upload_time_iso_8601": "2024-02-21T16:29:31.811295Z",
            "url": "https://files.pythonhosted.org/packages/65/8c/adfa66c8a06dce0a46b0ff65e4535278907d657e7820f91966050de431d9/scylla_cqlsh-6.0.16-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": "c3c1d517ef082ef023a9309c66246fcb27f8468f6294943bb78331d20fcf4cbf",
                "md5": "f0255fececf906d4a9723f4179351b73",
                "sha256": "7236c044b06dc07c114e3794fc2c2b3265dd94fca8fa9872c413bcfc83b50083"
            },
            "downloads": -1,
            "filename": "scylla_cqlsh-6.0.16-pp310-pypy310_pp73-win_amd64.whl",
            "has_sig": false,
            "md5_digest": "f0255fececf906d4a9723f4179351b73",
            "packagetype": "bdist_wheel",
            "python_version": "pp310",
            "requires_python": ">=3.6",
            "size": 480421,
            "upload_time": "2024-02-21T16:29:33",
            "upload_time_iso_8601": "2024-02-21T16:29:33.067550Z",
            "url": "https://files.pythonhosted.org/packages/c3/c1/d517ef082ef023a9309c66246fcb27f8468f6294943bb78331d20fcf4cbf/scylla_cqlsh-6.0.16-pp310-pypy310_pp73-win_amd64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "55d234de09b24a5bcee1d09531bf9cf4196ca35c9adb72956ebc3efe3217cd79",
                "md5": "449cd659734333764547e61d57b5a9d7",
                "sha256": "e00db052d9616117a53da2e52788e27ac084d6ff6d679c806f19669daf5e1dde"
            },
            "downloads": -1,
            "filename": "scylla_cqlsh-6.0.16-pp37-pypy37_pp73-macosx_10_9_x86_64.whl",
            "has_sig": false,
            "md5_digest": "449cd659734333764547e61d57b5a9d7",
            "packagetype": "bdist_wheel",
            "python_version": "pp37",
            "requires_python": ">=3.6",
            "size": 550353,
            "upload_time": "2024-02-21T16:29:34",
            "upload_time_iso_8601": "2024-02-21T16:29:34.285416Z",
            "url": "https://files.pythonhosted.org/packages/55/d2/34de09b24a5bcee1d09531bf9cf4196ca35c9adb72956ebc3efe3217cd79/scylla_cqlsh-6.0.16-pp37-pypy37_pp73-macosx_10_9_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "204078dc436b118fb69e19c2448ee81d76f23f27b7b819265aad1592082b3581",
                "md5": "f0529717bb928b429ec63019d6e5478f",
                "sha256": "aee7a321d91de9704d4b687a89257d5574f20de2ae0ea4f142d58d8c565f364c"
            },
            "downloads": -1,
            "filename": "scylla_cqlsh-6.0.16-pp37-pypy37_pp73-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl",
            "has_sig": false,
            "md5_digest": "f0529717bb928b429ec63019d6e5478f",
            "packagetype": "bdist_wheel",
            "python_version": "pp37",
            "requires_python": ">=3.6",
            "size": 607468,
            "upload_time": "2024-02-21T16:29:35",
            "upload_time_iso_8601": "2024-02-21T16:29:35.571519Z",
            "url": "https://files.pythonhosted.org/packages/20/40/78dc436b118fb69e19c2448ee81d76f23f27b7b819265aad1592082b3581/scylla_cqlsh-6.0.16-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": "c6bbc88c68d5baef8ed8ff2151bfc9bac088e9041d403437267ed7268d8e2ff4",
                "md5": "6e3e6b383aec67e333ba29f791248244",
                "sha256": "f24fc86ec5949e69a49bdb09d14fc5cb4ab60022b8a532312f8af6b03ab5dfaa"
            },
            "downloads": -1,
            "filename": "scylla_cqlsh-6.0.16-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": "6e3e6b383aec67e333ba29f791248244",
            "packagetype": "bdist_wheel",
            "python_version": "pp37",
            "requires_python": ">=3.6",
            "size": 591296,
            "upload_time": "2024-02-21T16:29:37",
            "upload_time_iso_8601": "2024-02-21T16:29:37.498856Z",
            "url": "https://files.pythonhosted.org/packages/c6/bb/c88c68d5baef8ed8ff2151bfc9bac088e9041d403437267ed7268d8e2ff4/scylla_cqlsh-6.0.16-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": "91d725758b69650c0dc3dc7607e6674a7bc66270586da81245172b48ef92a8dc",
                "md5": "0dc953da7dd6ee0db94c2104d4c1ab0e",
                "sha256": "3bfd23fba89e9d45e7c0c4e987adb4827a4d195af822b9244f77ebcd5dbb6a8a"
            },
            "downloads": -1,
            "filename": "scylla_cqlsh-6.0.16-pp37-pypy37_pp73-win_amd64.whl",
            "has_sig": false,
            "md5_digest": "0dc953da7dd6ee0db94c2104d4c1ab0e",
            "packagetype": "bdist_wheel",
            "python_version": "pp37",
            "requires_python": ">=3.6",
            "size": 484238,
            "upload_time": "2024-02-21T16:29:39",
            "upload_time_iso_8601": "2024-02-21T16:29:39.105831Z",
            "url": "https://files.pythonhosted.org/packages/91/d7/25758b69650c0dc3dc7607e6674a7bc66270586da81245172b48ef92a8dc/scylla_cqlsh-6.0.16-pp37-pypy37_pp73-win_amd64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "c7d9815eeb788b4c25bee054a7a992f09c1a843528ea4f344429cabe006457c0",
                "md5": "776edf12c4f372809eb9baf12ef512fe",
                "sha256": "eae1195ec75c0c515423f4782bfd36b037c9deb6367f67e8d1c152fd9447ba10"
            },
            "downloads": -1,
            "filename": "scylla_cqlsh-6.0.16-pp38-pypy38_pp73-macosx_10_9_x86_64.whl",
            "has_sig": false,
            "md5_digest": "776edf12c4f372809eb9baf12ef512fe",
            "packagetype": "bdist_wheel",
            "python_version": "pp38",
            "requires_python": ">=3.6",
            "size": 550595,
            "upload_time": "2024-02-21T16:29:40",
            "upload_time_iso_8601": "2024-02-21T16:29:40.387534Z",
            "url": "https://files.pythonhosted.org/packages/c7/d9/815eeb788b4c25bee054a7a992f09c1a843528ea4f344429cabe006457c0/scylla_cqlsh-6.0.16-pp38-pypy38_pp73-macosx_10_9_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "6f395c815d9e3cc70d28852b2790f6e1353ab6c5dfbdc19645e20fbec7bb7aa9",
                "md5": "ab2c441e432d561662a0a749c7b24721",
                "sha256": "965ed455fc97bfaa2a4cf6e9e417c9d7d3d284b0773decc4e1674637ddcc62ba"
            },
            "downloads": -1,
            "filename": "scylla_cqlsh-6.0.16-pp38-pypy38_pp73-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl",
            "has_sig": false,
            "md5_digest": "ab2c441e432d561662a0a749c7b24721",
            "packagetype": "bdist_wheel",
            "python_version": "pp38",
            "requires_python": ">=3.6",
            "size": 607561,
            "upload_time": "2024-02-21T16:29:42",
            "upload_time_iso_8601": "2024-02-21T16:29:42.203953Z",
            "url": "https://files.pythonhosted.org/packages/6f/39/5c815d9e3cc70d28852b2790f6e1353ab6c5dfbdc19645e20fbec7bb7aa9/scylla_cqlsh-6.0.16-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": "6bb50ab226fd504ed09fb115636244431a0d7f99515742957196dd421233575b",
                "md5": "38d50baa26470cf51db06b09084a20ca",
                "sha256": "1b82aa48228c7b5d93c3d23330304b05fb4927ad1c94ea8d7e0a7f02608521f2"
            },
            "downloads": -1,
            "filename": "scylla_cqlsh-6.0.16-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": "38d50baa26470cf51db06b09084a20ca",
            "packagetype": "bdist_wheel",
            "python_version": "pp38",
            "requires_python": ">=3.6",
            "size": 591347,
            "upload_time": "2024-02-21T16:29:43",
            "upload_time_iso_8601": "2024-02-21T16:29:43.517708Z",
            "url": "https://files.pythonhosted.org/packages/6b/b5/0ab226fd504ed09fb115636244431a0d7f99515742957196dd421233575b/scylla_cqlsh-6.0.16-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": "0a1bde1f1f9f2a46c01f6732c7ddd5e2bf559368316ddd2d197048a23a7f7d9c",
                "md5": "cbef38dcc2002eb42787b0263777c9a2",
                "sha256": "003d2f34a1ec16121786670d660edef5e7180355fd795afadf75411f3f6689a1"
            },
            "downloads": -1,
            "filename": "scylla_cqlsh-6.0.16-pp38-pypy38_pp73-win_amd64.whl",
            "has_sig": false,
            "md5_digest": "cbef38dcc2002eb42787b0263777c9a2",
            "packagetype": "bdist_wheel",
            "python_version": "pp38",
            "requires_python": ">=3.6",
            "size": 484461,
            "upload_time": "2024-02-21T16:29:44",
            "upload_time_iso_8601": "2024-02-21T16:29:44.727170Z",
            "url": "https://files.pythonhosted.org/packages/0a/1b/de1f1f9f2a46c01f6732c7ddd5e2bf559368316ddd2d197048a23a7f7d9c/scylla_cqlsh-6.0.16-pp38-pypy38_pp73-win_amd64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "f66f9eb55fed37ade2fbb498e84bd8e186a9689fc94d3c880ae46e3c45ec07a9",
                "md5": "2b3e6048d72da0dbbad537413b0abd31",
                "sha256": "d43c2b41fe7ef22e078e1326a8327f84b6219af5eba2d812007df585683a97f1"
            },
            "downloads": -1,
            "filename": "scylla_cqlsh-6.0.16-pp39-pypy39_pp73-macosx_10_9_x86_64.whl",
            "has_sig": false,
            "md5_digest": "2b3e6048d72da0dbbad537413b0abd31",
            "packagetype": "bdist_wheel",
            "python_version": "pp39",
            "requires_python": ">=3.6",
            "size": 537794,
            "upload_time": "2024-02-21T16:29:46",
            "upload_time_iso_8601": "2024-02-21T16:29:46.136620Z",
            "url": "https://files.pythonhosted.org/packages/f6/6f/9eb55fed37ade2fbb498e84bd8e186a9689fc94d3c880ae46e3c45ec07a9/scylla_cqlsh-6.0.16-pp39-pypy39_pp73-macosx_10_9_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "6e47a65498159aff72c173868b034ee0b54a8bdb9bc079a5c3c8dfbfcd7cdfc9",
                "md5": "06a3dac3ae62381a3f50db3ec1dff102",
                "sha256": "d5c0d1b880b325965586c70cce8fbb14f97933f6bec8b5c15a937e83e4d7b566"
            },
            "downloads": -1,
            "filename": "scylla_cqlsh-6.0.16-pp39-pypy39_pp73-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl",
            "has_sig": false,
            "md5_digest": "06a3dac3ae62381a3f50db3ec1dff102",
            "packagetype": "bdist_wheel",
            "python_version": "pp39",
            "requires_python": ">=3.6",
            "size": 581544,
            "upload_time": "2024-02-21T16:29:47",
            "upload_time_iso_8601": "2024-02-21T16:29:47.588549Z",
            "url": "https://files.pythonhosted.org/packages/6e/47/a65498159aff72c173868b034ee0b54a8bdb9bc079a5c3c8dfbfcd7cdfc9/scylla_cqlsh-6.0.16-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": "108b15bf7de36a4cab60ffa12ed20e59dc1589a5fb2c50eb170e167bd3972d32",
                "md5": "f84c91e4c69a003a7b3a993496854cdb",
                "sha256": "0573689508c1c16ddf923179b4be01379a8b078bff9aeb1f8f8b7d6239916cc8"
            },
            "downloads": -1,
            "filename": "scylla_cqlsh-6.0.16-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": "f84c91e4c69a003a7b3a993496854cdb",
            "packagetype": "bdist_wheel",
            "python_version": "pp39",
            "requires_python": ">=3.6",
            "size": 571852,
            "upload_time": "2024-02-21T16:29:48",
            "upload_time_iso_8601": "2024-02-21T16:29:48.813788Z",
            "url": "https://files.pythonhosted.org/packages/10/8b/15bf7de36a4cab60ffa12ed20e59dc1589a5fb2c50eb170e167bd3972d32/scylla_cqlsh-6.0.16-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": "12991e516d7e91ed27a65c8635a8d6b6257dc39bc36d76f7c633baac97e8c41a",
                "md5": "caa7f25938959664612ac59a905125c7",
                "sha256": "abcdefa8ef40cc2e90cdd7778277253eb5eaac15e2192f738e6d9321ae918426"
            },
            "downloads": -1,
            "filename": "scylla_cqlsh-6.0.16-pp39-pypy39_pp73-win_amd64.whl",
            "has_sig": false,
            "md5_digest": "caa7f25938959664612ac59a905125c7",
            "packagetype": "bdist_wheel",
            "python_version": "pp39",
            "requires_python": ">=3.6",
            "size": 480039,
            "upload_time": "2024-02-21T16:29:50",
            "upload_time_iso_8601": "2024-02-21T16:29:50.213662Z",
            "url": "https://files.pythonhosted.org/packages/12/99/1e516d7e91ed27a65c8635a8d6b6257dc39bc36d76f7c633baac97e8c41a/scylla_cqlsh-6.0.16-pp39-pypy39_pp73-win_amd64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "95ba0e909a366a92eaca6eed360f04811d373e9ece525c3755e7258933bffea5",
                "md5": "079d107a884ecc500d8dbf634d8f95fb",
                "sha256": "81c0b07ebdf58c95a0f797e09962d817ceae61c36b20dd4ccf2ec5e30ce33d70"
            },
            "downloads": -1,
            "filename": "scylla-cqlsh-6.0.16.tar.gz",
            "has_sig": false,
            "md5_digest": "079d107a884ecc500d8dbf634d8f95fb",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.6",
            "size": 760763,
            "upload_time": "2024-02-21T16:29:51",
            "upload_time_iso_8601": "2024-02-21T16:29:51.422987Z",
            "url": "https://files.pythonhosted.org/packages/95/ba/0e909a366a92eaca6eed360f04811d373e9ece525c3755e7258933bffea5/scylla-cqlsh-6.0.16.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-02-21 16:29:51",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "scylladb",
    "github_project": "scylla-cqlsh",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": true,
    "requirements": [
        {
            "name": "scylla-driver",
            "specs": [
                [
                    "==",
                    "3.26.5"
                ]
            ]
        },
        {
            "name": "geomet",
            "specs": [
                [
                    "==",
                    "0.2.1.post1"
                ]
            ]
        },
        {
            "name": "PyYAML",
            "specs": [
                [
                    "==",
                    "6.0"
                ]
            ]
        },
        {
            "name": "click",
            "specs": [
                [
                    "==",
                    "8.1.3"
                ]
            ]
        }
    ],
    "lcname": "scylla-cqlsh"
}
        
Elapsed time: 0.20219s