scylla-cqlsh
Command line tool to connect to scylladb (or Apache Cassandra)
A fork of the cqlsh tool from https://github.com/apache/cassandra
Quickstart
pip install scylla-cqlsh
cqlsh ${SCYLLA_HOST} -e 'SELECT * FROM system.local'
# or just using it interactively
cqlsh ${SCYLLA_HOST}
# 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
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
Build from source
pip install build
# optionally can disable the usage of cython
# export CQLSH_NO_CYTHON=true
python -m build -w
...
Successfully built scylla_cqlsh-6.0.24.dev0+gb09bc79361.d20240910-py3-none-any.whl
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
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/
Release files for scylla-cqlsh 6.0.39
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Source distribution (sdist)
| File | Size | Uploaded | |
|---|---|---|---|
| scylla_cqlsh-6.0.39.tar.gz | 891.0 kB | Details |
Built distributions (wheels)
Total release size:115.9 MB
Release files / scylla_cqlsh-6.0.39.tar.gz
| Download URL | scylla_cqlsh-6.0.39.tar.gz |
|---|---|
| Size | 891.0 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
52ccf7c82eb4b7866fe672da19ee1605eea8e09934dff30cb1e42b166da53f9c
|
|
BLAKE2b-256 checksum How to use checksums |
f08bd1e9a8681b776761fd140affd7c76a62b2e3579ca89f18d2812748dca6b8
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/7.0.0 CPython/3.13.14
|
Release files / scylla_cqlsh-6.0.39-cp315-cp315t-win_amd64.whl
| Download URL | scylla_cqlsh-6.0.39-cp315-cp315t-win_amd64.whl |
|---|---|
| Size | 505.8 kB |
| Tags | CPython 3.15 CPython 3.15 free-threading Windows x86-64 |
|
SHA-256 checksum How to use checksums |
f6cb188fbaf84d228a8ce08aa48a6534482c08b6acc23554d4c90248b184c1cf
|
|
BLAKE2b-256 checksum How to use checksums |
8b31858a407447601340adf258df7b6376f28e2abbc356f6648a9e2613b61673
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/7.0.0 CPython/3.13.14
|
Release files / scylla_cqlsh-6.0.39-cp315-cp315t-win32.whl
| Download URL | scylla_cqlsh-6.0.39-cp315-cp315t-win32.whl |
|---|---|
| Size | 445.6 kB |
| Tags | CPython 3.15 CPython 3.15 free-threading Windows x86-32 |
|
SHA-256 checksum How to use checksums |
04a8d5bd29f525e0556ed01fe326e8049c43eb97c3fb95a2a4ddf6a140901e79
|
|
BLAKE2b-256 checksum How to use checksums |
2688dcda077a8cf512591c6bfd8dd0728f67221bd82baa2a82c274acdca751ad
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/7.0.0 CPython/3.13.14
|
Release files / scylla_cqlsh-6.0.39-cp315-cp315t-musllinux_1_2_x86_64.whl
| Download URL | scylla_cqlsh-6.0.39-cp315-cp315t-musllinux_1_2_x86_64.whl |
|---|---|
| Size | 3.2 MB |
| Tags | CPython 3.15 CPython 3.15 free-threading Linux musl 1.2+ x86-64 |
|
SHA-256 checksum How to use checksums |
c557a323008a32299efb39fe469bf8cc131360751a89f080035364173a8a843d
|
|
BLAKE2b-256 checksum How to use checksums |
9dd2fa4e6c829dd7e83c241c0fa0017b898b3ef409de96fd83f16b4a393f262e
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/7.0.0 CPython/3.13.14
|
Release files / scylla_cqlsh-6.0.39-cp315-cp315t-musllinux_1_2_aarch64.whl
| Download URL | scylla_cqlsh-6.0.39-cp315-cp315t-musllinux_1_2_aarch64.whl |
|---|---|
| Size | 3.1 MB |
| Tags | CPython 3.15 CPython 3.15 free-threading Linux musl 1.2+ ARM64 |
|
SHA-256 checksum How to use checksums |
ff48987dfa26a53e2666243c0956533f113a1368e3f363f7eb9290abad7cb37d
|
|
BLAKE2b-256 checksum How to use checksums |
bad084d2426db6b0340cf734a98d0672ba159ac3ae7688186a059f5d0ff0c13a
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/7.0.0 CPython/3.13.14
|
Release files / scylla_cqlsh-6.0.39-cp315-cp315t-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl
| Download URL | scylla_cqlsh-6.0.39-cp315-cp315t-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl |
|---|---|
| Size | 3.3 MB |
| Tags | CPython 3.15 CPython 3.15 free-threading Linux glibc 2.17+ ARM64 Linux glibc 2.28+ ARM64 |
|
SHA-256 checksum How to use checksums |
d4737dde8e40209de7fffaf13cc66405a9f6762b7f91d8896c7a33db99be4489
|
|
BLAKE2b-256 checksum How to use checksums |
074636da7e3e603345185f52c82c1202161721aa794210e3e1465bf4281749e1
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/7.0.0 CPython/3.13.14
|
Release files / scylla_cqlsh-6.0.39-cp315-cp315t-manylinux1_x86_64.manylinux_2_28_x86_64.manylinux_2_5_x86_64.whl
| Download URL | scylla_cqlsh-6.0.39-cp315-cp315t-manylinux1_x86_64.manylinux_2_28_x86_64.manylinux_2_5_x86_64.whl |
|---|---|
| Size | 3.3 MB |
| Tags | CPython 3.15 CPython 3.15 free-threading Linux glibc 2.28+ x86-64 Linux glibc 2.5+ x86-64 |
|
SHA-256 checksum How to use checksums |
3a6f5bd26d27ac9a6b575efa7c4ed216af4225320527c29acc23d44abfaa4c87
|
|
BLAKE2b-256 checksum How to use checksums |
4e38501d2ac661d3e6a00bc814493ba3ae9079c30f283bcb0262106dabb931ca
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/7.0.0 CPython/3.13.14
|
Release files / scylla_cqlsh-6.0.39-cp315-cp315t-macosx_11_0_arm64.whl
| Download URL | scylla_cqlsh-6.0.39-cp315-cp315t-macosx_11_0_arm64.whl |
|---|---|
| Size | 551.4 kB |
| Tags | CPython 3.15 CPython 3.15 free-threading macOS 11.0+ ARM64 |
|
SHA-256 checksum How to use checksums |
dcea7209013726b9ba92773285321253310d25d54f3631556988c4d2f09d9549
|
|
BLAKE2b-256 checksum How to use checksums |
7cfceed71c5395601f2731ffb7c2328889e3661f52b0995b87164bb1ba229551
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/7.0.0 CPython/3.13.14
|
Release files / scylla_cqlsh-6.0.39-cp315-cp315t-macosx_10_15_x86_64.whl
| Download URL | scylla_cqlsh-6.0.39-cp315-cp315t-macosx_10_15_x86_64.whl |
|---|---|
| Size | 611.9 kB |
| Tags | CPython 3.15 CPython 3.15 free-threading macOS 10.15+ x86-64 |
|
SHA-256 checksum How to use checksums |
61822fa4d3dcdd59019d5e61fea724cca0f220a698e3ba052a0c7447410dee84
|
|
BLAKE2b-256 checksum How to use checksums |
937b137156e13aa052cf6ec42cb0025d29ef639d25162afe3d895d2cb7d1cb2a
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/7.0.0 CPython/3.13.14
|
Release files / scylla_cqlsh-6.0.39-cp315-cp315-win_amd64.whl
| Download URL | scylla_cqlsh-6.0.39-cp315-cp315-win_amd64.whl |
|---|---|
| Size | 472.1 kB |
| Tags | CPython 3.15 Windows x86-64 |
|
SHA-256 checksum How to use checksums |
9beda8b604af0121531e32305cb2b4ffe948185822f58e5feaf34dfd64c839ae
|
|
BLAKE2b-256 checksum How to use checksums |
ff315335b0e645ff562196ee1dda6b3a607d2cafb84235dc02e953cbe7ae16b7
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/7.0.0 CPython/3.13.14
|
Release files / scylla_cqlsh-6.0.39-cp315-cp315-win32.whl
| Download URL | scylla_cqlsh-6.0.39-cp315-cp315-win32.whl |
|---|---|
| Size | 410.3 kB |
| Tags | CPython 3.15 Windows x86-32 |
|
SHA-256 checksum How to use checksums |
d8e279759b7fd786d388fec0be642abd0e3cc05e9ee2d89cf9c48acaa35e068a
|
|
BLAKE2b-256 checksum How to use checksums |
ace83d9ea6974c782336ece13ba35107fce055c2bc89d00e12fdf7fe0cae55eb
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/7.0.0 CPython/3.13.14
|
Release files / scylla_cqlsh-6.0.39-cp315-cp315-musllinux_1_2_x86_64.whl
| Download URL | scylla_cqlsh-6.0.39-cp315-cp315-musllinux_1_2_x86_64.whl |
|---|---|
| Size | 3.1 MB |
| Tags | CPython 3.15 Linux musl 1.2+ x86-64 |
|
SHA-256 checksum How to use checksums |
0f74de3a8275d09d6f44fb42ba01a81144a2b05b2d0b87e0354b5efcbabbbdbf
|
|
BLAKE2b-256 checksum How to use checksums |
ee88d2a7b0a670e5b36759e421e67b61ddf76ac2eca3894bcd419e1901c9d271
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/7.0.0 CPython/3.13.14
|
Release files / scylla_cqlsh-6.0.39-cp315-cp315-musllinux_1_2_aarch64.whl
| Download URL | scylla_cqlsh-6.0.39-cp315-cp315-musllinux_1_2_aarch64.whl |
|---|---|
| Size | 3.0 MB |
| Tags | CPython 3.15 Linux musl 1.2+ ARM64 |
|
SHA-256 checksum How to use checksums |
061efb334cd05cbceb0740e0ab22299e85003db206c907dc164327d0d4157339
|
|
BLAKE2b-256 checksum How to use checksums |
b469e59a7ed66ab4295b2e6a9016e67fe5b12b93563b3145865021c50e925017
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/7.0.0 CPython/3.13.14
|
Release files / scylla_cqlsh-6.0.39-cp315-cp315-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl
| Download URL | scylla_cqlsh-6.0.39-cp315-cp315-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl |
|---|---|
| Size | 3.1 MB |
| Tags | CPython 3.15 Linux glibc 2.17+ ARM64 Linux glibc 2.28+ ARM64 |
|
SHA-256 checksum How to use checksums |
c3f015c33a4f5d146699f6d47ad7d581b06b25e585eebcce42b94490fa01778b
|
|
BLAKE2b-256 checksum How to use checksums |
d2829637f08d77a492b84987b9807aa85fafe646e071ae9634e5cf7f74d15e0b
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/7.0.0 CPython/3.13.14
|
Release files / scylla_cqlsh-6.0.39-cp315-cp315-manylinux1_x86_64.manylinux_2_28_x86_64.manylinux_2_5_x86_64.whl
| Download URL | scylla_cqlsh-6.0.39-cp315-cp315-manylinux1_x86_64.manylinux_2_28_x86_64.manylinux_2_5_x86_64.whl |
|---|---|
| Size | 3.2 MB |
| Tags | CPython 3.15 Linux glibc 2.28+ x86-64 Linux glibc 2.5+ x86-64 |
|
SHA-256 checksum How to use checksums |
cd4ead277a9c6ed6d4aaa207e8fff54b09eb5781b40acfe1dd9eec42d756e775
|
|
BLAKE2b-256 checksum How to use checksums |
c24561e8769ae3392c5a9665cc659ceead114b9e3a252b1821d2ac1ca974a542
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/7.0.0 CPython/3.13.14
|
Release files / scylla_cqlsh-6.0.39-cp315-cp315-macosx_11_0_arm64.whl
| Download URL | scylla_cqlsh-6.0.39-cp315-cp315-macosx_11_0_arm64.whl |
|---|---|
| Size | 504.3 kB |
| Tags | CPython 3.15 macOS 11.0+ ARM64 |
|
SHA-256 checksum How to use checksums |
8c6db2ab3e960d7c5dbe9c521ebdcd37f83d1abb971d596d45c745a1a97bb6dc
|
|
BLAKE2b-256 checksum How to use checksums |
2914e7ba74ce12357fe7bb335dc196fba6e88618d7bc1048099eaa0c777eef91
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/7.0.0 CPython/3.13.14
|
Release files / scylla_cqlsh-6.0.39-cp315-cp315-macosx_10_15_x86_64.whl
| Download URL | scylla_cqlsh-6.0.39-cp315-cp315-macosx_10_15_x86_64.whl |
|---|---|
| Size | 564.0 kB |
| Tags | CPython 3.15 macOS 10.15+ x86-64 |
|
SHA-256 checksum How to use checksums |
d3bd0bd149a6e685f9cd92f92c955e0f1f66b91b504d895c71eebba49b734b70
|
|
BLAKE2b-256 checksum How to use checksums |
b44650b7970d17902f7b8abc8449aef5f60b54fb66bb0d4289bf9147f83917ef
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/7.0.0 CPython/3.13.14
|
Release files / scylla_cqlsh-6.0.39-cp314-cp314t-win_amd64.whl
| Download URL | scylla_cqlsh-6.0.39-cp314-cp314t-win_amd64.whl |
|---|---|
| Size | 502.1 kB |
| Tags | CPython 3.14 CPython 3.14 free-threading Windows x86-64 |
|
SHA-256 checksum How to use checksums |
889d000cf84e7a88114d69b0a59ef617e6eec7ee023d8525084d49f405946ff7
|
|
BLAKE2b-256 checksum How to use checksums |
0ca49eb6b9aa241ab6f7dbfb50c1743d3f8a891b9fba3a50733ed1b6f5eabaa6
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/7.0.0 CPython/3.13.14
|
Release files / scylla_cqlsh-6.0.39-cp314-cp314t-win32.whl
| Download URL | scylla_cqlsh-6.0.39-cp314-cp314t-win32.whl |
|---|---|
| Size | 443.9 kB |
| Tags | CPython 3.14 CPython 3.14 free-threading Windows x86-32 |
|
SHA-256 checksum How to use checksums |
cd2614e8e46b5306108ef7912ee1d989b45bb57c970691caac177f047b3aec59
|
|
BLAKE2b-256 checksum How to use checksums |
1e250f60197189646717ca07a714e19c435c554caf0ba10f4bfb065a4d8ac6e6
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/7.0.0 CPython/3.13.14
|
Release files / scylla_cqlsh-6.0.39-cp314-cp314t-musllinux_1_2_x86_64.whl
| Download URL | scylla_cqlsh-6.0.39-cp314-cp314t-musllinux_1_2_x86_64.whl |
|---|---|
| Size | 3.1 MB |
| Tags | CPython 3.14 CPython 3.14 free-threading Linux musl 1.2+ x86-64 |
|
SHA-256 checksum How to use checksums |
912194b431fe43e36fafb1832f6c18a381cf519bbafe6ec937ce9001030da735
|
|
BLAKE2b-256 checksum How to use checksums |
7c530df18f1a90dec3ff5af9b3aa910507e608574a44596194f8d3dd65628992
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/7.0.0 CPython/3.13.14
|
Release files / scylla_cqlsh-6.0.39-cp314-cp314t-musllinux_1_2_aarch64.whl
| Download URL | scylla_cqlsh-6.0.39-cp314-cp314t-musllinux_1_2_aarch64.whl |
|---|---|
| Size | 3.1 MB |
| Tags | CPython 3.14 CPython 3.14 free-threading Linux musl 1.2+ ARM64 |
|
SHA-256 checksum How to use checksums |
b72d3edd9f9841d9da0b13a9b736f0529d191a46c492775eac58b46a18890f4c
|
|
BLAKE2b-256 checksum How to use checksums |
6e6044af9596b231793b292cf00799d81e58870f544681a0d3083c875947ef2e
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/7.0.0 CPython/3.13.14
|
Release files / scylla_cqlsh-6.0.39-cp314-cp314t-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl
| Download URL | scylla_cqlsh-6.0.39-cp314-cp314t-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl |
|---|---|
| Size | 3.3 MB |
| Tags | CPython 3.14 CPython 3.14 free-threading Linux glibc 2.17+ ARM64 Linux glibc 2.28+ ARM64 |
|
SHA-256 checksum How to use checksums |
aff6a8e6388de2b52b05e9cc20858ce4cb8dbfd0033b9064f5af2464395c7db6
|
|
BLAKE2b-256 checksum How to use checksums |
0c657b2593a056eeb605b989199546203becabed06334c02c1f8d1fbcca29c8b
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/7.0.0 CPython/3.13.14
|
Release files / scylla_cqlsh-6.0.39-cp314-cp314t-manylinux1_x86_64.manylinux_2_28_x86_64.manylinux_2_5_x86_64.whl
| Download URL | scylla_cqlsh-6.0.39-cp314-cp314t-manylinux1_x86_64.manylinux_2_28_x86_64.manylinux_2_5_x86_64.whl |
|---|---|
| Size | 3.2 MB |
| Tags | CPython 3.14 CPython 3.14 free-threading Linux glibc 2.28+ x86-64 Linux glibc 2.5+ x86-64 |
|
SHA-256 checksum How to use checksums |
9c45d82ca51c8197535448afa767a9c955fad0e842ba57f42dbb29590a79f3a7
|
|
BLAKE2b-256 checksum How to use checksums |
22923a5dc69e7b776b5b8e61b5b1a3adc56f1e0d46ff7ab527242b94a82eb2a6
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/7.0.0 CPython/3.13.14
|
Release files / scylla_cqlsh-6.0.39-cp314-cp314t-macosx_11_0_arm64.whl
| Download URL | scylla_cqlsh-6.0.39-cp314-cp314t-macosx_11_0_arm64.whl |
|---|---|
| Size | 548.9 kB |
| Tags | CPython 3.14 CPython 3.14 free-threading macOS 11.0+ ARM64 |
|
SHA-256 checksum How to use checksums |
a1b5c26ed7958200d1576112655a078c58e9e19eca892429ddec6b3d5c5b3147
|
|
BLAKE2b-256 checksum How to use checksums |
f96fcb875aa3175a6cbfe53fbbbb94194b75d138896e57a24234a36ba2fd2fb3
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/7.0.0 CPython/3.13.14
|
Release files / scylla_cqlsh-6.0.39-cp314-cp314t-macosx_10_15_x86_64.whl
| Download URL | scylla_cqlsh-6.0.39-cp314-cp314t-macosx_10_15_x86_64.whl |
|---|---|
| Size | 608.4 kB |
| Tags | CPython 3.14 CPython 3.14 free-threading macOS 10.15+ x86-64 |
|
SHA-256 checksum How to use checksums |
cb609f155323bee162ec66f434adaf68cbc5887472d93e9c643a6d10ae802f1e
|
|
BLAKE2b-256 checksum How to use checksums |
b2e2a5eada9adfeb0c0c2ec69b9ec9c75d79ac8e5823dbad1050513f54d57382
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/7.0.0 CPython/3.13.14
|
Release files / scylla_cqlsh-6.0.39-cp314-cp314-win_amd64.whl
| Download URL | scylla_cqlsh-6.0.39-cp314-cp314-win_amd64.whl |
|---|---|
| Size | 468.1 kB |
| Tags | CPython 3.14 Windows x86-64 |
|
SHA-256 checksum How to use checksums |
ee7b1ecbfad027dca2b029fc2024608d64552e34da3a279171bbcb9d759bcef5
|
|
BLAKE2b-256 checksum How to use checksums |
d7e6c54fe2ab242b619a3675cd505d18d289d404b995c149f075f4b19c24feb8
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/7.0.0 CPython/3.13.14
|
Release files / scylla_cqlsh-6.0.39-cp314-cp314-win32.whl
| Download URL | scylla_cqlsh-6.0.39-cp314-cp314-win32.whl |
|---|---|
| Size | 408.7 kB |
| Tags | CPython 3.14 Windows x86-32 |
|
SHA-256 checksum How to use checksums |
255247bd80b99cf8f1359e086449793cb71d6999fdc8eeaa2c09e3aec0224c1c
|
|
BLAKE2b-256 checksum How to use checksums |
1517dab39871b5039a74567b1d62581b29e2a14cc1a26b96b9cdf3bcdd038c20
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/7.0.0 CPython/3.13.14
|
Release files / scylla_cqlsh-6.0.39-cp314-cp314-musllinux_1_2_x86_64.whl
| Download URL | scylla_cqlsh-6.0.39-cp314-cp314-musllinux_1_2_x86_64.whl |
|---|---|
| Size | 3.1 MB |
| Tags | CPython 3.14 Linux musl 1.2+ x86-64 |
|
SHA-256 checksum How to use checksums |
7b404cbe72d891246336e82c87abc53911caec443112a8d9237f13f7d523582a
|
|
BLAKE2b-256 checksum How to use checksums |
c90326ad6fc041ca849f6198c89d8bbe452e30e47e362497a1f77ae4eb5a908f
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/7.0.0 CPython/3.13.14
|
Release files / scylla_cqlsh-6.0.39-cp314-cp314-musllinux_1_2_aarch64.whl
| Download URL | scylla_cqlsh-6.0.39-cp314-cp314-musllinux_1_2_aarch64.whl |
|---|---|
| Size | 3.0 MB |
| Tags | CPython 3.14 Linux musl 1.2+ ARM64 |
|
SHA-256 checksum How to use checksums |
d84a6d2c9057f9e708883494f162f4865c1299db17a25a4c160e6e7e3ea6e7fe
|
|
BLAKE2b-256 checksum How to use checksums |
ee329713664203d0c45aee00da4714bd86ef19cdcb0f9ac331b4a9b0eabb413f
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/7.0.0 CPython/3.13.14
|
Release files / scylla_cqlsh-6.0.39-cp314-cp314-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl
| Download URL | scylla_cqlsh-6.0.39-cp314-cp314-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl |
|---|---|
| Size | 3.1 MB |
| Tags | CPython 3.14 Linux glibc 2.17+ ARM64 Linux glibc 2.28+ ARM64 |
|
SHA-256 checksum How to use checksums |
3c6e028ab8dcb7a4732db18752e972ee3e531c3f7f63678ec84f5eb65c52466d
|
|
BLAKE2b-256 checksum How to use checksums |
210a54928d1bd16340ad9668aa1c364b12b309716ac87ba20973758956fab7ea
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/7.0.0 CPython/3.13.14
|
Release files / scylla_cqlsh-6.0.39-cp314-cp314-manylinux1_x86_64.manylinux_2_28_x86_64.manylinux_2_5_x86_64.whl
| Download URL | scylla_cqlsh-6.0.39-cp314-cp314-manylinux1_x86_64.manylinux_2_28_x86_64.manylinux_2_5_x86_64.whl |
|---|---|
| Size | 3.2 MB |
| Tags | CPython 3.14 Linux glibc 2.28+ x86-64 Linux glibc 2.5+ x86-64 |
|
SHA-256 checksum How to use checksums |
833310e4dcbcf72f1176f1c61fffdca1b9e7202fce0a9f95fce20293f846991a
|
|
BLAKE2b-256 checksum How to use checksums |
dff7aab889a3683635556f7132ea69ed8efc8eca50f4059b3a22dcb931352ed8
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/7.0.0 CPython/3.13.14
|
Release files / scylla_cqlsh-6.0.39-cp314-cp314-macosx_11_0_arm64.whl
| Download URL | scylla_cqlsh-6.0.39-cp314-cp314-macosx_11_0_arm64.whl |
|---|---|
| Size | 501.6 kB |
| Tags | CPython 3.14 macOS 11.0+ ARM64 |
|
SHA-256 checksum How to use checksums |
4958fe313546625190fa19ea177a06fe6815129c3c1f4084984a1337cf8866ec
|
|
BLAKE2b-256 checksum How to use checksums |
80a31c5121c1c9c8fe46f9c46fb465fd19c8ffaebd5787560e06d7383dd72034
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/7.0.0 CPython/3.13.14
|
Release files / scylla_cqlsh-6.0.39-cp314-cp314-macosx_10_15_x86_64.whl
| Download URL | scylla_cqlsh-6.0.39-cp314-cp314-macosx_10_15_x86_64.whl |
|---|---|
| Size | 560.8 kB |
| Tags | CPython 3.14 macOS 10.15+ x86-64 |
|
SHA-256 checksum How to use checksums |
73f36344022e883e2de1cd89e5ad08f0421ac61c75bdad0ecb69002b96bb93fb
|
|
BLAKE2b-256 checksum How to use checksums |
336308154d54fe7c4430c27e377ff04d1b1916ede76d5ac01e2f15f2b52882f7
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/7.0.0 CPython/3.13.14
|
Release files / scylla_cqlsh-6.0.39-cp313-cp313-win_amd64.whl
| Download URL | scylla_cqlsh-6.0.39-cp313-cp313-win_amd64.whl |
|---|---|
| Size | 462.4 kB |
| Tags | CPython 3.13 Windows x86-64 |
|
SHA-256 checksum How to use checksums |
0c27c0daab6ece2f00f7ef4bd1fb10af9f279db8b7ef41466bbf5215545d9d13
|
|
BLAKE2b-256 checksum How to use checksums |
d767e88a65765800984bae0602b3777b5ac5b6bcda79379078e3f5ee92147438
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/7.0.0 CPython/3.13.14
|
Release files / scylla_cqlsh-6.0.39-cp313-cp313-win32.whl
| Download URL | scylla_cqlsh-6.0.39-cp313-cp313-win32.whl |
|---|---|
| Size | 403.5 kB |
| Tags | CPython 3.13 Windows x86-32 |
|
SHA-256 checksum How to use checksums |
f1b4343c1635628c89c83cec40e9d5a9af23b5404dca81655b33273f1f3aedc4
|
|
BLAKE2b-256 checksum How to use checksums |
40d9da2b628ba1862a0c8857a2680fa70a4fe19a9012f7fa227dbe99055eccc2
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/7.0.0 CPython/3.13.14
|
Release files / scylla_cqlsh-6.0.39-cp313-cp313-musllinux_1_2_x86_64.whl
| Download URL | scylla_cqlsh-6.0.39-cp313-cp313-musllinux_1_2_x86_64.whl |
|---|---|
| Size | 3.1 MB |
| Tags | CPython 3.13 Linux musl 1.2+ x86-64 |
|
SHA-256 checksum How to use checksums |
4917054bff27ac913c61b9f51ff8d359750d2788f29f6ba72a77996cf1e55345
|
|
BLAKE2b-256 checksum How to use checksums |
50eaebb4809675ce4698d3f9e3360957ba936704c1eb9de3a65afe3949f9a814
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/7.0.0 CPython/3.13.14
|
Release files / scylla_cqlsh-6.0.39-cp313-cp313-musllinux_1_2_aarch64.whl
| Download URL | scylla_cqlsh-6.0.39-cp313-cp313-musllinux_1_2_aarch64.whl |
|---|---|
| Size | 2.9 MB |
| Tags | CPython 3.13 Linux musl 1.2+ ARM64 |
|
SHA-256 checksum How to use checksums |
5b5b15c8d9de488d4d2b39668a3d6fc8405444f8dc03a85488d0cb6ed4d7909e
|
|
BLAKE2b-256 checksum How to use checksums |
938b2ce2c6f20668a2a829dd4f5b4d4a56ef7f26352d46a93c7b7a21d10d611b
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/7.0.0 CPython/3.13.14
|
Release files / scylla_cqlsh-6.0.39-cp313-cp313-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl
| Download URL | scylla_cqlsh-6.0.39-cp313-cp313-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl |
|---|---|
| Size | 3.0 MB |
| Tags | CPython 3.13 Linux glibc 2.17+ ARM64 Linux glibc 2.28+ ARM64 |
|
SHA-256 checksum How to use checksums |
93f10f7abf761bc8206fdf15367ab6cc914cb2cbad08dd600e005c8385df4efb
|
|
BLAKE2b-256 checksum How to use checksums |
34b7483728eef6397db23faad4b58e821e533dbfab279d7acf0af1ee59785c36
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/7.0.0 CPython/3.13.14
|
Release files / scylla_cqlsh-6.0.39-cp313-cp313-manylinux1_x86_64.manylinux_2_28_x86_64.manylinux_2_5_x86_64.whl
| Download URL | scylla_cqlsh-6.0.39-cp313-cp313-manylinux1_x86_64.manylinux_2_28_x86_64.manylinux_2_5_x86_64.whl |
|---|---|
| Size | 3.1 MB |
| Tags | CPython 3.13 Linux glibc 2.28+ x86-64 Linux glibc 2.5+ x86-64 |
|
SHA-256 checksum How to use checksums |
2d7cf2cc798eee670b68a365df8c83f1e51f103fa13403916b045bc89c73edef
|
|
BLAKE2b-256 checksum How to use checksums |
0f1c9cff6ef8431c88e45aec3e5acdd6b2d4c292225f115e0dfc058a90a85109
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/7.0.0 CPython/3.13.14
|
Release files / scylla_cqlsh-6.0.39-cp313-cp313-macosx_11_0_arm64.whl
| Download URL | scylla_cqlsh-6.0.39-cp313-cp313-macosx_11_0_arm64.whl |
|---|---|
| Size | 492.6 kB |
| Tags | CPython 3.13 macOS 11.0+ ARM64 |
|
SHA-256 checksum How to use checksums |
d029bff447a7caef015c71ac305d33e919cf636578a423dfc19c2dcd406400fc
|
|
BLAKE2b-256 checksum How to use checksums |
057e513ad4d6aba556d8f04b7dca216d2f60e75228a255500a94af9665e6eab2
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/7.0.0 CPython/3.13.14
|
Release files / scylla_cqlsh-6.0.39-cp313-cp313-macosx_10_13_x86_64.whl
| Download URL | scylla_cqlsh-6.0.39-cp313-cp313-macosx_10_13_x86_64.whl |
|---|---|
| Size | 554.2 kB |
| Tags | CPython 3.13 macOS 10.13+ x86-64 |
|
SHA-256 checksum How to use checksums |
1266c043d68d86d362876370949780ef7cfc31f9c49c2b4a2ca651bfb29b3377
|
|
BLAKE2b-256 checksum How to use checksums |
8c34062abe7660856d35fda85d7aba13530a34a2ccbe183aeae0df8bad16b694
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/7.0.0 CPython/3.13.14
|
Release files / scylla_cqlsh-6.0.39-cp312-cp312-win_amd64.whl
| Download URL | scylla_cqlsh-6.0.39-cp312-cp312-win_amd64.whl |
|---|---|
| Size | 463.9 kB |
| Tags | CPython 3.12 Windows x86-64 |
|
SHA-256 checksum How to use checksums |
1bcd5999a68f9a1ca06b598afbdad64d8349ca2e42a662e913eb2ce4972fca7d
|
|
BLAKE2b-256 checksum How to use checksums |
c2f5f86dae29f436c184d0289dfe5baaa0c2badc0b533d75c70c2114e8327858
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/7.0.0 CPython/3.13.14
|
Release files / scylla_cqlsh-6.0.39-cp312-cp312-win32.whl
| Download URL | scylla_cqlsh-6.0.39-cp312-cp312-win32.whl |
|---|---|
| Size | 405.1 kB |
| Tags | CPython 3.12 Windows x86-32 |
|
SHA-256 checksum How to use checksums |
e2175a6cd71ba0803112f6b5ac6512fabc3fc0240d3fff2a445bd433d2c6eca2
|
|
BLAKE2b-256 checksum How to use checksums |
340946a2f49839136bd0e99928df7bb4dcc35f70bf7fb48558a95cde9415131e
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/7.0.0 CPython/3.13.14
|
Release files / scylla_cqlsh-6.0.39-cp312-cp312-musllinux_1_2_x86_64.whl
| Download URL | scylla_cqlsh-6.0.39-cp312-cp312-musllinux_1_2_x86_64.whl |
|---|---|
| Size | 3.1 MB |
| Tags | CPython 3.12 Linux musl 1.2+ x86-64 |
|
SHA-256 checksum How to use checksums |
ce4e6886abcd0b7565c9f6db3b92f3d021f8fc673fa21930bc55db9f71c4dff7
|
|
BLAKE2b-256 checksum How to use checksums |
8e34a8e62daa93f5d8f7c31fa655601755bfc96786ea212d9c4797062a5b038e
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/7.0.0 CPython/3.13.14
|
Release files / scylla_cqlsh-6.0.39-cp312-cp312-musllinux_1_2_aarch64.whl
| Download URL | scylla_cqlsh-6.0.39-cp312-cp312-musllinux_1_2_aarch64.whl |
|---|---|
| Size | 3.0 MB |
| Tags | CPython 3.12 Linux musl 1.2+ ARM64 |
|
SHA-256 checksum How to use checksums |
29ac77f0a2a7fa7fc297a2a283c6e527cee9e297a93798cb7262cd212536bd7b
|
|
BLAKE2b-256 checksum How to use checksums |
dab153f0b653cfc303415046dcbbcfa46ff2f25d0e6fe05175ac791ee8929817
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/7.0.0 CPython/3.13.14
|
Release files / scylla_cqlsh-6.0.39-cp312-cp312-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl
| Download URL | scylla_cqlsh-6.0.39-cp312-cp312-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl |
|---|---|
| Size | 3.1 MB |
| Tags | CPython 3.12 Linux glibc 2.17+ ARM64 Linux glibc 2.28+ ARM64 |
|
SHA-256 checksum How to use checksums |
8da0d47c31e60b02d13704374f214f34477e727d7d80d09619a2498a38715a0a
|
|
BLAKE2b-256 checksum How to use checksums |
4c284ea34cacc72d538ae5d00081c192f8e5f2555927dfe3c0c98ac9b66a3676
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/7.0.0 CPython/3.13.14
|
Release files / scylla_cqlsh-6.0.39-cp312-cp312-manylinux1_x86_64.manylinux_2_28_x86_64.manylinux_2_5_x86_64.whl
| Download URL | scylla_cqlsh-6.0.39-cp312-cp312-manylinux1_x86_64.manylinux_2_28_x86_64.manylinux_2_5_x86_64.whl |
|---|---|
| Size | 3.2 MB |
| Tags | CPython 3.12 Linux glibc 2.28+ x86-64 Linux glibc 2.5+ x86-64 |
|
SHA-256 checksum How to use checksums |
13e470395d90d24f960a5ce4fdb0dd3bf086d63d474821ed58eeebf4b40575fe
|
|
BLAKE2b-256 checksum How to use checksums |
5241dc7105ccc262296462193f813bd07295a94d58718df88993867cba00f0b7
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/7.0.0 CPython/3.13.14
|
Release files / scylla_cqlsh-6.0.39-cp312-cp312-macosx_11_0_arm64.whl
| Download URL | scylla_cqlsh-6.0.39-cp312-cp312-macosx_11_0_arm64.whl |
|---|---|
| Size | 494.3 kB |
| Tags | CPython 3.12 macOS 11.0+ ARM64 |
|
SHA-256 checksum How to use checksums |
86c899995e172e15744e3478292e0d617d0e83df3c1a19c92dc39ef1a7a02b65
|
|
BLAKE2b-256 checksum How to use checksums |
46a5ec984da93f78a4125b6ec515e57112590c5dc28a0ed1329ee1fb8721084f
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/7.0.0 CPython/3.13.14
|
Release files / scylla_cqlsh-6.0.39-cp312-cp312-macosx_10_13_x86_64.whl
| Download URL | scylla_cqlsh-6.0.39-cp312-cp312-macosx_10_13_x86_64.whl |
|---|---|
| Size | 555.5 kB |
| Tags | CPython 3.12 macOS 10.13+ x86-64 |
|
SHA-256 checksum How to use checksums |
1438ad64887cfa167f9d3d391e67d93c3cf7f651488b0d3ac9179433a48ea390
|
|
BLAKE2b-256 checksum How to use checksums |
3da31408f56b03bc69dccd916bb954b4e84bc1cab235a19f38375c26abdc6fa6
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/7.0.0 CPython/3.13.14
|
Release files / scylla_cqlsh-6.0.39-cp311-cp311-win_amd64.whl
| Download URL | scylla_cqlsh-6.0.39-cp311-cp311-win_amd64.whl |
|---|---|
| Size | 471.5 kB |
| Tags | CPython 3.11 Windows x86-64 |
|
SHA-256 checksum How to use checksums |
025f763cbc936772c7cee0d027a9d87ce97feeadffd5fa50a215c2a67576970a
|
|
BLAKE2b-256 checksum How to use checksums |
ea9c5d7848f8b1497bff82462586a0434a068510d04923c3e572d51718bcbc59
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/7.0.0 CPython/3.13.14
|
Release files / scylla_cqlsh-6.0.39-cp311-cp311-win32.whl
| Download URL | scylla_cqlsh-6.0.39-cp311-cp311-win32.whl |
|---|---|
| Size | 400.2 kB |
| Tags | CPython 3.11 Windows x86-32 |
|
SHA-256 checksum How to use checksums |
b283477056ec7ddf053258b0ce37196e13a0e3b48d53e11c679c933def57c387
|
|
BLAKE2b-256 checksum How to use checksums |
a860288f1adb484a2508a4628f76a0b71a4f9f117a5e5623b276c1743993b35d
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/7.0.0 CPython/3.13.14
|
Release files / scylla_cqlsh-6.0.39-cp311-cp311-musllinux_1_2_x86_64.whl
| Download URL | scylla_cqlsh-6.0.39-cp311-cp311-musllinux_1_2_x86_64.whl |
|---|---|
| Size | 3.1 MB |
| Tags | CPython 3.11 Linux musl 1.2+ x86-64 |
|
SHA-256 checksum How to use checksums |
76778d2431bfa0c096e2012c37461b7cdd6a99dcb578a91428777dd4e19d1e61
|
|
BLAKE2b-256 checksum How to use checksums |
19be4b8f63be8d26fe5339d2dc3178138374e7eb23347dd88ab67ac4cc59e327
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/7.0.0 CPython/3.13.14
|
Release files / scylla_cqlsh-6.0.39-cp311-cp311-musllinux_1_2_aarch64.whl
| Download URL | scylla_cqlsh-6.0.39-cp311-cp311-musllinux_1_2_aarch64.whl |
|---|---|
| Size | 3.0 MB |
| Tags | CPython 3.11 Linux musl 1.2+ ARM64 |
|
SHA-256 checksum How to use checksums |
1dd2f4c9b1129510dd62d04d7fc19ac0fccb1a596be1259468fcf6711b18d235
|
|
BLAKE2b-256 checksum How to use checksums |
c340d6306262a5f7c5ba78ee500e9417a0e266236413348add12454911ab57fd
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/7.0.0 CPython/3.13.14
|
Release files / scylla_cqlsh-6.0.39-cp311-cp311-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl
| Download URL | scylla_cqlsh-6.0.39-cp311-cp311-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl |
|---|---|
| Size | 3.1 MB |
| Tags | CPython 3.11 Linux glibc 2.17+ ARM64 Linux glibc 2.28+ ARM64 |
|
SHA-256 checksum How to use checksums |
549fa1f9e5cae6048efbb3f90aa258f68d027a4c7a3eb7bb3bdceff58a883442
|
|
BLAKE2b-256 checksum How to use checksums |
d551b4d54b3d3af601f0b4ee9a90dc5aeaeafe1dbd1f9cf05acd9f5b44c8173a
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/7.0.0 CPython/3.13.14
|
Release files / scylla_cqlsh-6.0.39-cp311-cp311-manylinux1_x86_64.manylinux_2_28_x86_64.manylinux_2_5_x86_64.whl
| Download URL | scylla_cqlsh-6.0.39-cp311-cp311-manylinux1_x86_64.manylinux_2_28_x86_64.manylinux_2_5_x86_64.whl |
|---|---|
| Size | 3.1 MB |
| Tags | CPython 3.11 Linux glibc 2.28+ x86-64 Linux glibc 2.5+ x86-64 |
|
SHA-256 checksum How to use checksums |
8a22abcea53c65154ec7eb7ec3d1ff25a9faabc784d3027d0926e67165d67351
|
|
BLAKE2b-256 checksum How to use checksums |
459d97cb300ad95ff3a3a5714bb25f86216b587747a2661aacab0efb987f4c63
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/7.0.0 CPython/3.13.14
|
Release files / scylla_cqlsh-6.0.39-cp311-cp311-macosx_11_0_arm64.whl
| Download URL | scylla_cqlsh-6.0.39-cp311-cp311-macosx_11_0_arm64.whl |
|---|---|
| Size | 514.3 kB |
| Tags | CPython 3.11 macOS 11.0+ ARM64 |
|
SHA-256 checksum How to use checksums |
01629fd92c93e61ec2777a5dc7a491e181b05c318a3356f928b32ab99b760e0e
|
|
BLAKE2b-256 checksum How to use checksums |
54affa00164fed3c819fd653d15cd5ec8cef9055e59a877437ff328e10b44496
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/7.0.0 CPython/3.13.14
|
Release files / scylla_cqlsh-6.0.39-cp311-cp311-macosx_10_9_x86_64.whl
| Download URL | scylla_cqlsh-6.0.39-cp311-cp311-macosx_10_9_x86_64.whl |
|---|---|
| Size | 536.0 kB |
| Tags | CPython 3.11 macOS 10.9+ x86-64 |
|
SHA-256 checksum How to use checksums |
b82a15f584880767462ccd1cb1f4a1f29f78c6ae473be96441bf1d3a441c280d
|
|
BLAKE2b-256 checksum How to use checksums |
f6a719c8f263d00976c45245eb35c1d40b2f7a527e0facac2cc6890163eba38b
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/7.0.0 CPython/3.13.14
|
Release files / scylla_cqlsh-6.0.39-cp310-cp310-win_amd64.whl
| Download URL | scylla_cqlsh-6.0.39-cp310-cp310-win_amd64.whl |
|---|---|
| Size | 472.7 kB |
| Tags | CPython 3.10 Windows x86-64 |
|
SHA-256 checksum How to use checksums |
69fd19a71f936b5c9cab1a27e8180b4530a423fe1a5a3c28d1fc5bfbdef60dd0
|
|
BLAKE2b-256 checksum How to use checksums |
89af4c8be4849388488c0d5eae25455f096198ddd47a6599de4a7c860c4631d8
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/7.0.0 CPython/3.13.14
|
Release files / scylla_cqlsh-6.0.39-cp310-cp310-win32.whl
| Download URL | scylla_cqlsh-6.0.39-cp310-cp310-win32.whl |
|---|---|
| Size | 400.2 kB |
| Tags | CPython 3.10 Windows x86-32 |
|
SHA-256 checksum How to use checksums |
877d9904dacb8aa6ea1556619edf45dadb4bd1b08220acce2153ec066941473a
|
|
BLAKE2b-256 checksum How to use checksums |
423ed2d619e70c2d346e666e7d571c7e48861a0802d833ebfbbdacb88f018d32
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/7.0.0 CPython/3.13.14
|
Release files / scylla_cqlsh-6.0.39-cp310-cp310-musllinux_1_2_x86_64.whl
| Download URL | scylla_cqlsh-6.0.39-cp310-cp310-musllinux_1_2_x86_64.whl |
|---|---|
| Size | 3.1 MB |
| Tags | CPython 3.10 Linux musl 1.2+ x86-64 |
|
SHA-256 checksum How to use checksums |
02740fca3f74cdc0c9d9487d84875b4a2d87e5ff6578877be67c83bf77fad191
|
|
BLAKE2b-256 checksum How to use checksums |
d2a30bb0f84a85bc30e047e6357e7eabe5c14b3cd93924496983c72640f8507d
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/7.0.0 CPython/3.13.14
|
Release files / scylla_cqlsh-6.0.39-cp310-cp310-musllinux_1_2_aarch64.whl
| Download URL | scylla_cqlsh-6.0.39-cp310-cp310-musllinux_1_2_aarch64.whl |
|---|---|
| Size | 3.0 MB |
| Tags | CPython 3.10 Linux musl 1.2+ ARM64 |
|
SHA-256 checksum How to use checksums |
cbd5c5cccdad8ce4ea014c74af69782a2fe7edca74149f844a7a1a66e977936c
|
|
BLAKE2b-256 checksum How to use checksums |
925236b01aa89cd0402dd4fe34c131278cdcfee7655f6bc8468a88bf43915edc
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/7.0.0 CPython/3.13.14
|
Release files / scylla_cqlsh-6.0.39-cp310-cp310-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl
| Download URL | scylla_cqlsh-6.0.39-cp310-cp310-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl |
|---|---|
| Size | 3.1 MB |
| Tags | CPython 3.10 Linux glibc 2.17+ ARM64 Linux glibc 2.28+ ARM64 |
|
SHA-256 checksum How to use checksums |
4e254cae2179e8e0331e4fa0c712f3aecf086a85d0b8120977a437f53403973f
|
|
BLAKE2b-256 checksum How to use checksums |
4d2a05d81776a7f5cc7e403b6558dee5bf9c3e2fd846362c6176ed618441a812
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/7.0.0 CPython/3.13.14
|
Release files / scylla_cqlsh-6.0.39-cp310-cp310-manylinux1_x86_64.manylinux_2_28_x86_64.manylinux_2_5_x86_64.whl
| Download URL | scylla_cqlsh-6.0.39-cp310-cp310-manylinux1_x86_64.manylinux_2_28_x86_64.manylinux_2_5_x86_64.whl |
|---|---|
| Size | 3.1 MB |
| Tags | CPython 3.10 Linux glibc 2.28+ x86-64 Linux glibc 2.5+ x86-64 |
|
SHA-256 checksum How to use checksums |
771589895d6accef5d3a197f8cb4a58369620d26ae244da82ca53befb133dff1
|
|
BLAKE2b-256 checksum How to use checksums |
885d3f547ef70f92911844ae758ec08a08e384e53b59741f67344bb461de7151
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/7.0.0 CPython/3.13.14
|
Release files / scylla_cqlsh-6.0.39-cp310-cp310-macosx_11_0_arm64.whl
| Download URL | scylla_cqlsh-6.0.39-cp310-cp310-macosx_11_0_arm64.whl |
|---|---|
| Size | 514.1 kB |
| Tags | CPython 3.10 macOS 11.0+ ARM64 |
|
SHA-256 checksum How to use checksums |
e74c2314d89f624cc4b790928a3b213bc9d5726a8d0278f3304c2245009d6ad5
|
|
BLAKE2b-256 checksum How to use checksums |
905cc47c802cec2ff314376e9c06d2d02124ce1c8b986dfc664ec0d7066816bb
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/7.0.0 CPython/3.13.14
|
Release files / scylla_cqlsh-6.0.39-cp310-cp310-macosx_10_9_x86_64.whl
| Download URL | scylla_cqlsh-6.0.39-cp310-cp310-macosx_10_9_x86_64.whl |
|---|---|
| Size | 536.0 kB |
| Tags | CPython 3.10 macOS 10.9+ x86-64 |
|
SHA-256 checksum How to use checksums |
2ac5c453088e035aaa44be29277c56afa66a3822b628ff15909b59a0e63f7b3c
|
|
BLAKE2b-256 checksum How to use checksums |
3352596ec611a246902a4ed6dd2f6ac71752adb09cef51bd14422af8c8acad11
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/7.0.0 CPython/3.13.14
|