Skip to main content

Parse, validate, and convert Common Query Language (CQL2) text and JSON

Project description

cql2

Python library and command-line interface (CLI) for parsing and converting Common Query Language (CQL2), with Rust under the hood.

Usage

pip install cql2

Then:

expr = Expr("landsat:scene_id = 'LC82030282019133LGN00'")
# or
expr = cql2.parse_file("fixtures/text/example01.txt")

s = expr.to_text()
d = expr.to_json()
sql = expr.to_sql()
print("SQL query:", sql.query)
print("SQL params:", sql.params)

Or from via the command-line interface:

$ cql2 -o json "landsat:scene_id = 'LC82030282019133LGN00'"
{"op":"=","args":[{"property":"landsat:scene_id"},"LC82030282019133LGN00"]}

Developing

To install the package to your virtual environment and test:

maturin develop --uv -m python/Cargo.toml && pytest python

More information

This package is part of cql2-rs, see that repo for license and contributing information.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

cql2-0.3.0.tar.gz (101.4 kB view details)

Uploaded Source

Built Distributions

cql2-0.3.0-pp310-pypy310_pp73-musllinux_1_2_x86_64.whl (2.3 MB view details)

Uploaded PyPy musllinux: musl 1.2+ x86-64

cql2-0.3.0-pp310-pypy310_pp73-musllinux_1_2_i686.whl (2.2 MB view details)

Uploaded PyPy musllinux: musl 1.2+ i686

cql2-0.3.0-pp310-pypy310_pp73-musllinux_1_2_armv7l.whl (2.2 MB view details)

Uploaded PyPy musllinux: musl 1.2+ ARMv7l

cql2-0.3.0-pp310-pypy310_pp73-musllinux_1_2_aarch64.whl (2.2 MB view details)

Uploaded PyPy musllinux: musl 1.2+ ARM64

cql2-0.3.0-pp310-pypy310_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (2.1 MB view details)

Uploaded PyPy manylinux: glibc 2.17+ x86-64

cql2-0.3.0-pp310-pypy310_pp73-manylinux_2_17_s390x.manylinux2014_s390x.whl (2.3 MB view details)

Uploaded PyPy manylinux: glibc 2.17+ s390x

cql2-0.3.0-pp310-pypy310_pp73-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl (2.2 MB view details)

Uploaded PyPy manylinux: glibc 2.17+ ppc64le

cql2-0.3.0-pp310-pypy310_pp73-manylinux_2_17_i686.manylinux2014_i686.whl (2.2 MB view details)

Uploaded PyPy manylinux: glibc 2.17+ i686

cql2-0.3.0-pp310-pypy310_pp73-manylinux_2_17_armv7l.manylinux2014_armv7l.whl (2.0 MB view details)

Uploaded PyPy manylinux: glibc 2.17+ ARMv7l

cql2-0.3.0-pp310-pypy310_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (2.1 MB view details)

Uploaded PyPy manylinux: glibc 2.17+ ARM64

cql2-0.3.0-pp39-pypy39_pp73-musllinux_1_2_x86_64.whl (2.3 MB view details)

Uploaded PyPy musllinux: musl 1.2+ x86-64

cql2-0.3.0-pp39-pypy39_pp73-musllinux_1_2_i686.whl (2.2 MB view details)

Uploaded PyPy musllinux: musl 1.2+ i686

cql2-0.3.0-pp39-pypy39_pp73-musllinux_1_2_armv7l.whl (2.2 MB view details)

Uploaded PyPy musllinux: musl 1.2+ ARMv7l

cql2-0.3.0-pp39-pypy39_pp73-musllinux_1_2_aarch64.whl (2.2 MB view details)

Uploaded PyPy musllinux: musl 1.2+ ARM64

cql2-0.3.0-pp39-pypy39_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (2.1 MB view details)

Uploaded PyPy manylinux: glibc 2.17+ x86-64

cql2-0.3.0-pp39-pypy39_pp73-manylinux_2_17_s390x.manylinux2014_s390x.whl (2.3 MB view details)

Uploaded PyPy manylinux: glibc 2.17+ s390x

cql2-0.3.0-pp39-pypy39_pp73-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl (2.2 MB view details)

Uploaded PyPy manylinux: glibc 2.17+ ppc64le

cql2-0.3.0-pp39-pypy39_pp73-manylinux_2_17_i686.manylinux2014_i686.whl (2.2 MB view details)

Uploaded PyPy manylinux: glibc 2.17+ i686

cql2-0.3.0-pp39-pypy39_pp73-manylinux_2_17_armv7l.manylinux2014_armv7l.whl (2.0 MB view details)

Uploaded PyPy manylinux: glibc 2.17+ ARMv7l

cql2-0.3.0-pp39-pypy39_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (2.1 MB view details)

Uploaded PyPy manylinux: glibc 2.17+ ARM64

cql2-0.3.0-cp312-none-win_amd64.whl (1.7 MB view details)

Uploaded CPython 3.12 Windows x86-64

cql2-0.3.0-cp312-none-win32.whl (1.6 MB view details)

Uploaded CPython 3.12 Windows x86

cql2-0.3.0-cp312-cp312-musllinux_1_2_x86_64.whl (2.3 MB view details)

Uploaded CPython 3.12 musllinux: musl 1.2+ x86-64

cql2-0.3.0-cp312-cp312-musllinux_1_2_i686.whl (2.2 MB view details)

Uploaded CPython 3.12 musllinux: musl 1.2+ i686

cql2-0.3.0-cp312-cp312-musllinux_1_2_armv7l.whl (2.2 MB view details)

Uploaded CPython 3.12 musllinux: musl 1.2+ ARMv7l

cql2-0.3.0-cp312-cp312-musllinux_1_2_aarch64.whl (2.2 MB view details)

Uploaded CPython 3.12 musllinux: musl 1.2+ ARM64

cql2-0.3.0-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (2.1 MB view details)

Uploaded CPython 3.12 manylinux: glibc 2.17+ x86-64

cql2-0.3.0-cp312-cp312-manylinux_2_17_s390x.manylinux2014_s390x.whl (2.3 MB view details)

Uploaded CPython 3.12 manylinux: glibc 2.17+ s390x

cql2-0.3.0-cp312-cp312-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl (2.2 MB view details)

Uploaded CPython 3.12 manylinux: glibc 2.17+ ppc64le

cql2-0.3.0-cp312-cp312-manylinux_2_17_i686.manylinux2014_i686.whl (2.2 MB view details)

Uploaded CPython 3.12 manylinux: glibc 2.17+ i686

cql2-0.3.0-cp312-cp312-manylinux_2_17_armv7l.manylinux2014_armv7l.whl (2.0 MB view details)

Uploaded CPython 3.12 manylinux: glibc 2.17+ ARMv7l

cql2-0.3.0-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (2.1 MB view details)

Uploaded CPython 3.12 manylinux: glibc 2.17+ ARM64

cql2-0.3.0-cp312-cp312-macosx_11_0_arm64.whl (1.8 MB view details)

Uploaded CPython 3.12 macOS 11.0+ ARM64

cql2-0.3.0-cp312-cp312-macosx_10_12_x86_64.whl (1.9 MB view details)

Uploaded CPython 3.12 macOS 10.12+ x86-64

cql2-0.3.0-cp311-none-win_amd64.whl (1.7 MB view details)

Uploaded CPython 3.11 Windows x86-64

cql2-0.3.0-cp311-none-win32.whl (1.6 MB view details)

Uploaded CPython 3.11 Windows x86

cql2-0.3.0-cp311-cp311-musllinux_1_2_x86_64.whl (2.3 MB view details)

Uploaded CPython 3.11 musllinux: musl 1.2+ x86-64

cql2-0.3.0-cp311-cp311-musllinux_1_2_i686.whl (2.2 MB view details)

Uploaded CPython 3.11 musllinux: musl 1.2+ i686

cql2-0.3.0-cp311-cp311-musllinux_1_2_armv7l.whl (2.2 MB view details)

Uploaded CPython 3.11 musllinux: musl 1.2+ ARMv7l

cql2-0.3.0-cp311-cp311-musllinux_1_2_aarch64.whl (2.2 MB view details)

Uploaded CPython 3.11 musllinux: musl 1.2+ ARM64

cql2-0.3.0-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (2.1 MB view details)

Uploaded CPython 3.11 manylinux: glibc 2.17+ x86-64

cql2-0.3.0-cp311-cp311-manylinux_2_17_s390x.manylinux2014_s390x.whl (2.3 MB view details)

Uploaded CPython 3.11 manylinux: glibc 2.17+ s390x

cql2-0.3.0-cp311-cp311-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl (2.2 MB view details)

Uploaded CPython 3.11 manylinux: glibc 2.17+ ppc64le

cql2-0.3.0-cp311-cp311-manylinux_2_17_i686.manylinux2014_i686.whl (2.2 MB view details)

Uploaded CPython 3.11 manylinux: glibc 2.17+ i686

cql2-0.3.0-cp311-cp311-manylinux_2_17_armv7l.manylinux2014_armv7l.whl (2.0 MB view details)

Uploaded CPython 3.11 manylinux: glibc 2.17+ ARMv7l

cql2-0.3.0-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (2.1 MB view details)

Uploaded CPython 3.11 manylinux: glibc 2.17+ ARM64

cql2-0.3.0-cp311-cp311-macosx_11_0_arm64.whl (1.8 MB view details)

Uploaded CPython 3.11 macOS 11.0+ ARM64

cql2-0.3.0-cp311-cp311-macosx_10_12_x86_64.whl (1.9 MB view details)

Uploaded CPython 3.11 macOS 10.12+ x86-64

cql2-0.3.0-cp310-none-win_amd64.whl (1.7 MB view details)

Uploaded CPython 3.10 Windows x86-64

cql2-0.3.0-cp310-none-win32.whl (1.6 MB view details)

Uploaded CPython 3.10 Windows x86

cql2-0.3.0-cp310-cp310-musllinux_1_2_x86_64.whl (2.3 MB view details)

Uploaded CPython 3.10 musllinux: musl 1.2+ x86-64

cql2-0.3.0-cp310-cp310-musllinux_1_2_i686.whl (2.2 MB view details)

Uploaded CPython 3.10 musllinux: musl 1.2+ i686

cql2-0.3.0-cp310-cp310-musllinux_1_2_armv7l.whl (2.2 MB view details)

Uploaded CPython 3.10 musllinux: musl 1.2+ ARMv7l

cql2-0.3.0-cp310-cp310-musllinux_1_2_aarch64.whl (2.2 MB view details)

Uploaded CPython 3.10 musllinux: musl 1.2+ ARM64

cql2-0.3.0-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (2.1 MB view details)

Uploaded CPython 3.10 manylinux: glibc 2.17+ x86-64

cql2-0.3.0-cp310-cp310-manylinux_2_17_s390x.manylinux2014_s390x.whl (2.3 MB view details)

Uploaded CPython 3.10 manylinux: glibc 2.17+ s390x

cql2-0.3.0-cp310-cp310-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl (2.2 MB view details)

Uploaded CPython 3.10 manylinux: glibc 2.17+ ppc64le

cql2-0.3.0-cp310-cp310-manylinux_2_17_i686.manylinux2014_i686.whl (2.2 MB view details)

Uploaded CPython 3.10 manylinux: glibc 2.17+ i686

cql2-0.3.0-cp310-cp310-manylinux_2_17_armv7l.manylinux2014_armv7l.whl (2.0 MB view details)

Uploaded CPython 3.10 manylinux: glibc 2.17+ ARMv7l

cql2-0.3.0-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (2.1 MB view details)

Uploaded CPython 3.10 manylinux: glibc 2.17+ ARM64

cql2-0.3.0-cp310-cp310-macosx_11_0_arm64.whl (1.8 MB view details)

Uploaded CPython 3.10 macOS 11.0+ ARM64

cql2-0.3.0-cp39-none-win_amd64.whl (1.7 MB view details)

Uploaded CPython 3.9 Windows x86-64

cql2-0.3.0-cp39-none-win32.whl (1.6 MB view details)

Uploaded CPython 3.9 Windows x86

cql2-0.3.0-cp39-cp39-musllinux_1_2_x86_64.whl (2.3 MB view details)

Uploaded CPython 3.9 musllinux: musl 1.2+ x86-64

cql2-0.3.0-cp39-cp39-musllinux_1_2_i686.whl (2.2 MB view details)

Uploaded CPython 3.9 musllinux: musl 1.2+ i686

cql2-0.3.0-cp39-cp39-musllinux_1_2_armv7l.whl (2.2 MB view details)

Uploaded CPython 3.9 musllinux: musl 1.2+ ARMv7l

cql2-0.3.0-cp39-cp39-musllinux_1_2_aarch64.whl (2.2 MB view details)

Uploaded CPython 3.9 musllinux: musl 1.2+ ARM64

cql2-0.3.0-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (2.1 MB view details)

Uploaded CPython 3.9 manylinux: glibc 2.17+ x86-64

cql2-0.3.0-cp39-cp39-manylinux_2_17_s390x.manylinux2014_s390x.whl (2.3 MB view details)

Uploaded CPython 3.9 manylinux: glibc 2.17+ s390x

cql2-0.3.0-cp39-cp39-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl (2.2 MB view details)

Uploaded CPython 3.9 manylinux: glibc 2.17+ ppc64le

cql2-0.3.0-cp39-cp39-manylinux_2_17_i686.manylinux2014_i686.whl (2.2 MB view details)

Uploaded CPython 3.9 manylinux: glibc 2.17+ i686

cql2-0.3.0-cp39-cp39-manylinux_2_17_armv7l.manylinux2014_armv7l.whl (2.0 MB view details)

Uploaded CPython 3.9 manylinux: glibc 2.17+ ARMv7l

cql2-0.3.0-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (2.1 MB view details)

Uploaded CPython 3.9 manylinux: glibc 2.17+ ARM64

cql2-0.3.0-cp39-cp39-macosx_11_0_arm64.whl (1.8 MB view details)

Uploaded CPython 3.9 macOS 11.0+ ARM64

File details

Details for the file cql2-0.3.0.tar.gz.

File metadata

  • Download URL: cql2-0.3.0.tar.gz
  • Upload date:
  • Size: 101.4 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: maturin/1.7.4

File hashes

Hashes for cql2-0.3.0.tar.gz
Algorithm Hash digest
SHA256 3ff15c6124fca12ed0ca8f59204faff10d2ea75723dee01d24cae73c7cec807b
MD5 e3ba0850a33851f7c876a08ba3e96f22
BLAKE2b-256 c6b5b14c71e817a0be655a5883c8ae0507419b1589970f0bdffa2859d9c601d0

See more details on using hashes here.

File details

Details for the file cql2-0.3.0-pp310-pypy310_pp73-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for cql2-0.3.0-pp310-pypy310_pp73-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 76abf1857be998c46b0c93d5803b16a7a92fb63b4ac6aa1a97517ef42a6de45a
MD5 6cf77fb22c009775f1f6a2b66d4a781d
BLAKE2b-256 bf44fc50308de5a201e3e559146b2cde424460f1ecd072b703ec023fac52ecef

See more details on using hashes here.

File details

Details for the file cql2-0.3.0-pp310-pypy310_pp73-musllinux_1_2_i686.whl.

File metadata

File hashes

Hashes for cql2-0.3.0-pp310-pypy310_pp73-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 7c9d4856933a2110a3dcb451cf87f77ee3c8e4a9b1fd8ca95d2b0f1e7eca8332
MD5 652cbbff649c8e515b1c817c7c4a8205
BLAKE2b-256 f3eeaaf7ea2ceea7b69db1ff08414b7e6c04f1b3a35f7bcb38dd131395833748

See more details on using hashes here.

File details

Details for the file cql2-0.3.0-pp310-pypy310_pp73-musllinux_1_2_armv7l.whl.

File metadata

File hashes

Hashes for cql2-0.3.0-pp310-pypy310_pp73-musllinux_1_2_armv7l.whl
Algorithm Hash digest
SHA256 1d0099d7e8cee6dafd592b412f58abb805043bf1e8b81704a0ee999cc727f4a3
MD5 dab184d40ad2aaf4b4cfcd05a3ca9486
BLAKE2b-256 d6be1540594e5ed3a31860f827fd84a53a6c515a69cc455b0b250c9812cd41bf

See more details on using hashes here.

File details

Details for the file cql2-0.3.0-pp310-pypy310_pp73-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for cql2-0.3.0-pp310-pypy310_pp73-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 bebfc8939d09599aff730f48401a03bb6e0c794ad85e10462bf888dd68e0e374
MD5 b6f386072c78aab98cfe9325ebf13f88
BLAKE2b-256 fae9fe015a6cb81f337372e02e35ffc766736af249988dbd50b302a2eb43287b

See more details on using hashes here.

File details

Details for the file cql2-0.3.0-pp310-pypy310_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for cql2-0.3.0-pp310-pypy310_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 5569e4948e89acfe07549063c480973ed52ec1da08251ba4a8f94e3eed30180a
MD5 af89a409a49d9b31b02ef9880840b5c7
BLAKE2b-256 0006e1e4168833931421a27dc998d4ccd21b1459c0ee73f5ac2422a63093543a

See more details on using hashes here.

File details

Details for the file cql2-0.3.0-pp310-pypy310_pp73-manylinux_2_17_s390x.manylinux2014_s390x.whl.

File metadata

File hashes

Hashes for cql2-0.3.0-pp310-pypy310_pp73-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 a85d49503c775cf234be549f2709302e0acf45c5f91863c06c7f260af86813a3
MD5 40b3cd2d3488960ccf0fdc01bfb7b5e2
BLAKE2b-256 6bef422d638d89eb696820cf6450b46f82918caeaa41d3340833c3cb8a23afb5

See more details on using hashes here.

File details

Details for the file cql2-0.3.0-pp310-pypy310_pp73-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl.

File metadata

File hashes

Hashes for cql2-0.3.0-pp310-pypy310_pp73-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 6f773e0e4f13dd7acba45cd86b0dfe93d47e5065f60c3167e3e066fba3416bdc
MD5 06ae1f7b12d263ddf65ec8158726d44d
BLAKE2b-256 d8a4f8d91fa68ca3ad6df66a91ccb31a23082d318ff02ed4a6a167001301b0e4

See more details on using hashes here.

File details

Details for the file cql2-0.3.0-pp310-pypy310_pp73-manylinux_2_17_i686.manylinux2014_i686.whl.

File metadata

File hashes

Hashes for cql2-0.3.0-pp310-pypy310_pp73-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 0185ff62f997721a10c7e13d13b6961c2bc1ae00e3db40c17cf8d6ac05b03e07
MD5 5578f559458307d057164400c3910294
BLAKE2b-256 1e6d230e536116973ec4333b996985dbf2d8ab1bde0bdcbc8101c92593f77b69

See more details on using hashes here.

File details

Details for the file cql2-0.3.0-pp310-pypy310_pp73-manylinux_2_17_armv7l.manylinux2014_armv7l.whl.

File metadata

File hashes

Hashes for cql2-0.3.0-pp310-pypy310_pp73-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 1824df81c005dd43e7bf070a593214c9d5b32e78271de8b261de31d0cd9beb52
MD5 1d0cae79949dcd4c14f1c964ce58d180
BLAKE2b-256 bfca34c275a7914d1fc95af3263e6fd500a74103164fc97098c3934044b98a39

See more details on using hashes here.

File details

Details for the file cql2-0.3.0-pp310-pypy310_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for cql2-0.3.0-pp310-pypy310_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 4a555c49740678c77539a6579deff16572b5326e8aaaa38f29d05629e2ea2c42
MD5 b1ebc27ddf12254daeca9478ba80ed52
BLAKE2b-256 9c3ce4224049f0e33d0099987306251e3a6ce7894da8434f4e7a4bcce8a0660a

See more details on using hashes here.

File details

Details for the file cql2-0.3.0-pp39-pypy39_pp73-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for cql2-0.3.0-pp39-pypy39_pp73-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 23fad0f743bf4027231012160805a95720b2e9c743aed84d46ab9add4c819028
MD5 2b63d4b9b406d86a05557732fa4363e4
BLAKE2b-256 6855dbd7a9b6633c942e3efcc4dfe03d4404cabf5a1de45c2b16623e9fb38784

See more details on using hashes here.

File details

Details for the file cql2-0.3.0-pp39-pypy39_pp73-musllinux_1_2_i686.whl.

File metadata

File hashes

Hashes for cql2-0.3.0-pp39-pypy39_pp73-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 73213b4f6733c50dec361954c422d5171b44b720aadd3fbca31f1879ebbd26f1
MD5 3a0729a3cba7dfcf014ab632e424a32b
BLAKE2b-256 07193dfd94c48d0d69f43fab3b33ba307aaa0152035273b2d216b1b2904b9b61

See more details on using hashes here.

File details

Details for the file cql2-0.3.0-pp39-pypy39_pp73-musllinux_1_2_armv7l.whl.

File metadata

File hashes

Hashes for cql2-0.3.0-pp39-pypy39_pp73-musllinux_1_2_armv7l.whl
Algorithm Hash digest
SHA256 6a9367018380dbdf19525f834aca1d7d71a77d136321f0519840835c8fa4cf6a
MD5 6838c229d53f28285c912013b534ada1
BLAKE2b-256 a7ae7ee5f9dcc9ceff08f74f16312764840ad13cecee9d733ffea24c156e57e4

See more details on using hashes here.

File details

Details for the file cql2-0.3.0-pp39-pypy39_pp73-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for cql2-0.3.0-pp39-pypy39_pp73-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 541bdaf9a684acd2d84d26336818b44fc19d24f72bbce523df9a56068dd823aa
MD5 817bcac68f4a1bd4aa7ce8ee52e223e4
BLAKE2b-256 0ad600a6dfb5e3691e69c7f987bac66bd144fa0130150d00f887f6bc5d35f2ca

See more details on using hashes here.

File details

Details for the file cql2-0.3.0-pp39-pypy39_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for cql2-0.3.0-pp39-pypy39_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 a6cbf27389ad940549dbd43b8ef188d5c8eef93e9ad00456c63791723c1f8b54
MD5 a5695fb2e135b96bc7b623b2d83ac95f
BLAKE2b-256 d1d6e96b5152bcfe81eeeaefa2e74a35084b9a8ea83ab38b3a121bf29a9a8453

See more details on using hashes here.

File details

Details for the file cql2-0.3.0-pp39-pypy39_pp73-manylinux_2_17_s390x.manylinux2014_s390x.whl.

File metadata

File hashes

Hashes for cql2-0.3.0-pp39-pypy39_pp73-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 8b01d4abb3d141f85370cc130057ea47e5f3163b9541c608cab3dce8aca208f4
MD5 77455123301ff9e8bc8c771f16326906
BLAKE2b-256 a19f549eb68946eaee1454508a98bbcb557137c432db6fa501e033e16584e945

See more details on using hashes here.

File details

Details for the file cql2-0.3.0-pp39-pypy39_pp73-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl.

File metadata

File hashes

Hashes for cql2-0.3.0-pp39-pypy39_pp73-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 c966527be90a13455b40fbad83c60725e5396ea9bff5760c1d5a887c216a66e1
MD5 c800a4fc9cafe4605f24799423f32f86
BLAKE2b-256 851100bfe61612b60fdb5820787d3c3f2b7db481dd82356c124521ad3b1c5792

See more details on using hashes here.

File details

Details for the file cql2-0.3.0-pp39-pypy39_pp73-manylinux_2_17_i686.manylinux2014_i686.whl.

File metadata

File hashes

Hashes for cql2-0.3.0-pp39-pypy39_pp73-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 50ac00abfbe0ab359c2974dd882ddc8282c6b6708d2e042bcf3ab84da9367f82
MD5 3de03f1ce40ea209a73780815a05680e
BLAKE2b-256 2e99eb40c99c3d4d115b2ea35107dd232b3434128d1a3afd0ae1f3495cd3851d

See more details on using hashes here.

File details

Details for the file cql2-0.3.0-pp39-pypy39_pp73-manylinux_2_17_armv7l.manylinux2014_armv7l.whl.

File metadata

File hashes

Hashes for cql2-0.3.0-pp39-pypy39_pp73-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 9f4e594f4b5b9aafe39f57d5ca4441646619548377125ccae1571619fc6c9dfb
MD5 0d9bf9a9b2b7192965afeae6b7ec5d0a
BLAKE2b-256 83c34818c8d748fa4c305b2167c0cbc05edc349ddfb94b799c5d1762c202f8a3

See more details on using hashes here.

File details

Details for the file cql2-0.3.0-pp39-pypy39_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for cql2-0.3.0-pp39-pypy39_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 c57cd31c6336829b507bc42fb5f2285c9d6b8b1f4044cdab87a7c7e9960e8129
MD5 29a6336e04e60fb54c7b9b373a89cd33
BLAKE2b-256 c58ab4f2867b0b4efa94515fbd4da0f346628d2608512f5425cb91a3baf87480

See more details on using hashes here.

File details

Details for the file cql2-0.3.0-cp312-none-win_amd64.whl.

File metadata

  • Download URL: cql2-0.3.0-cp312-none-win_amd64.whl
  • Upload date:
  • Size: 1.7 MB
  • Tags: CPython 3.12, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: maturin/1.7.4

File hashes

Hashes for cql2-0.3.0-cp312-none-win_amd64.whl
Algorithm Hash digest
SHA256 1b4ad2f5b1c30fd1226bdcf55c8b35600f9d73b4c061f161a9a34e25c5ae1f1a
MD5 6f59219d5725b01ec71ae52e1a189733
BLAKE2b-256 8743ab433bba338f4fbc203c4e0cc50be71eee82ed1d8d3a940b32fe1c2f90f2

See more details on using hashes here.

File details

Details for the file cql2-0.3.0-cp312-none-win32.whl.

File metadata

  • Download URL: cql2-0.3.0-cp312-none-win32.whl
  • Upload date:
  • Size: 1.6 MB
  • Tags: CPython 3.12, Windows x86
  • Uploaded using Trusted Publishing? No
  • Uploaded via: maturin/1.7.4

File hashes

Hashes for cql2-0.3.0-cp312-none-win32.whl
Algorithm Hash digest
SHA256 d46948d06f6ea4eab5c51afc50908057fa791dfabb122b607e868afc320b779c
MD5 05bdfeff7e9c33268165be43b653c42b
BLAKE2b-256 c5a3f30094603e72d377d3007a0d8773da58bafda39834ee9d55e5d2c0907d2f

See more details on using hashes here.

File details

Details for the file cql2-0.3.0-cp312-cp312-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for cql2-0.3.0-cp312-cp312-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 792d802c15e645ed3b3f4c17d7843d8730113e8203f7ff8e1e8df3ae76422cb3
MD5 a438e928621b69377b332ce7fed2255c
BLAKE2b-256 b2e2358f19d1fef0753bf6a5c0fcd4ce025c30e34b60350d7105a3ad5cbea9f7

See more details on using hashes here.

File details

Details for the file cql2-0.3.0-cp312-cp312-musllinux_1_2_i686.whl.

File metadata

File hashes

Hashes for cql2-0.3.0-cp312-cp312-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 fd06247df6c04bb54b394c0937a9a4c4fab590c2910febc96b13de24c5c6204e
MD5 058b6e26742211f99d325164277ae7f7
BLAKE2b-256 a7f1a30e9d130c8754d73ec3c941c4c56b4cbd7aec1e1ae2162dece9477ec374

See more details on using hashes here.

File details

Details for the file cql2-0.3.0-cp312-cp312-musllinux_1_2_armv7l.whl.

File metadata

File hashes

Hashes for cql2-0.3.0-cp312-cp312-musllinux_1_2_armv7l.whl
Algorithm Hash digest
SHA256 ee11ac60e11a2340a6dae5a90d10da7b6fce2c1020629909a315ec5def33fa5d
MD5 1acee1236f5a8bf820305b5b01f2c2fb
BLAKE2b-256 43341a8dc0b4b5d6632ba801f806c17b9c72e6d27d9af365eb7a12158555d314

See more details on using hashes here.

File details

Details for the file cql2-0.3.0-cp312-cp312-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for cql2-0.3.0-cp312-cp312-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 9ed1378442ff1ca6512486a618ca8bb3f3ebaa7508e86beb2efee16d2a763115
MD5 f02beff5eb7d27cbed6bc6b423e72dab
BLAKE2b-256 7262108b2e3e520e993eb8f21e2b52bf095b7bc298c9c54ffcc7f90e062d8111

See more details on using hashes here.

File details

Details for the file cql2-0.3.0-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for cql2-0.3.0-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 6aa7c8bdc772311931becc35789c830ad8474f73028c82016c6801e23123e7ec
MD5 0c4fcc9764efff7d6846549a39ffdb9a
BLAKE2b-256 a98c4a140749321eaed36d333007561a7bc7c69c4d3578c9e272562fdec7e73a

See more details on using hashes here.

File details

Details for the file cql2-0.3.0-cp312-cp312-manylinux_2_17_s390x.manylinux2014_s390x.whl.

File metadata

File hashes

Hashes for cql2-0.3.0-cp312-cp312-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 7ed248ca5412dce4605a5b27a8e5b1cbf2352daa2a3d1be69d3b50a79251677a
MD5 108669c17825bea135492be1ff6b1be8
BLAKE2b-256 ce55edf1fe0ae7739e1fafb229518070b6d1e31cebfcc6007d3aff1888f853a5

See more details on using hashes here.

File details

Details for the file cql2-0.3.0-cp312-cp312-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl.

File metadata

File hashes

Hashes for cql2-0.3.0-cp312-cp312-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 ca817253da07c1ebdc427b7265813a0957a41b9428fd85f2930c30c4134c6999
MD5 b1920a66056745dde39fda4f38805b64
BLAKE2b-256 cd625139b46fc6de263d803a873dbd72f58e639a2feb676a0bb432427b8c997b

See more details on using hashes here.

File details

Details for the file cql2-0.3.0-cp312-cp312-manylinux_2_17_i686.manylinux2014_i686.whl.

File metadata

File hashes

Hashes for cql2-0.3.0-cp312-cp312-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 9d1997f0fde6e88f5eed673d41ddbba1b6381d32fd412f2fb440676c300aec21
MD5 734fc6a2f5cf7e588c7ff892a28505ad
BLAKE2b-256 140fc48aedc3e984bc256f092bbb6e57459406d1ecbce50458344e8a209ee45d

See more details on using hashes here.

File details

Details for the file cql2-0.3.0-cp312-cp312-manylinux_2_17_armv7l.manylinux2014_armv7l.whl.

File metadata

File hashes

Hashes for cql2-0.3.0-cp312-cp312-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 da2cff8297eb45912010814b9b608e55e8a51d442b7d83e3c79762ded486f131
MD5 d0a924f330dfd494c9bf7a80589c2a63
BLAKE2b-256 87587d1012c432705ea62950eb3e30e09c970ee46e5112b3dab3b2cfb0949100

See more details on using hashes here.

File details

Details for the file cql2-0.3.0-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for cql2-0.3.0-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 cd19f22058bf8cd2a01e1eb1b5a3b38a7921c918ad547d5fa0e8d169f1cae169
MD5 7c14afcb9a87f7fdc9f7f04e10850747
BLAKE2b-256 2b74dc328db6be68e0cd62097da89c457eedcc1cfa1fb3ec3b3e75383fe3d913

See more details on using hashes here.

File details

Details for the file cql2-0.3.0-cp312-cp312-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for cql2-0.3.0-cp312-cp312-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 6da8882387a6f3d66420871e7f97f381eb38a7be4351ade45e3381067ce3bcab
MD5 1d3be145f70f7825660eb9a63bcf0cdd
BLAKE2b-256 1f5d2a1395edc08ec26cca8c94b5782ee9179867a4e5a48a694c8af7efbc5383

See more details on using hashes here.

File details

Details for the file cql2-0.3.0-cp312-cp312-macosx_10_12_x86_64.whl.

File metadata

File hashes

Hashes for cql2-0.3.0-cp312-cp312-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 4f82782fa3b0e3f989b589606538a49dfbed8ff8918b8fa3f82278af5a53df9f
MD5 80a7f83adc45297121e94bed0da2fbed
BLAKE2b-256 4f15efc679c759df1a3c781fd4f3a20c3234708c44e0ca934695bbcf2d697eed

See more details on using hashes here.

File details

Details for the file cql2-0.3.0-cp311-none-win_amd64.whl.

File metadata

  • Download URL: cql2-0.3.0-cp311-none-win_amd64.whl
  • Upload date:
  • Size: 1.7 MB
  • Tags: CPython 3.11, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: maturin/1.7.4

File hashes

Hashes for cql2-0.3.0-cp311-none-win_amd64.whl
Algorithm Hash digest
SHA256 6f6edfe68d9412f6800e218925ca047706c360960aa8b06cbe369f3ffb84df82
MD5 a3f3a03e9acbd2cec102dd3d59718c82
BLAKE2b-256 d1f8aaa9d01b7f1bd5b5b50cdf2d9fbe8d4ed0432b2023ca5d7d6e7bdf1ce79f

See more details on using hashes here.

File details

Details for the file cql2-0.3.0-cp311-none-win32.whl.

File metadata

  • Download URL: cql2-0.3.0-cp311-none-win32.whl
  • Upload date:
  • Size: 1.6 MB
  • Tags: CPython 3.11, Windows x86
  • Uploaded using Trusted Publishing? No
  • Uploaded via: maturin/1.7.4

File hashes

Hashes for cql2-0.3.0-cp311-none-win32.whl
Algorithm Hash digest
SHA256 d7262a1364429f700a6e29ac2b9660558f459c07539af4b53b5aefa3a872423e
MD5 7720eada93cd3efcb758c5a406bc1e9f
BLAKE2b-256 d62c09f93dbf455b90af90b43b68eb09c7ac35f82352bdd27bca5bf3ff1cdc2c

See more details on using hashes here.

File details

Details for the file cql2-0.3.0-cp311-cp311-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for cql2-0.3.0-cp311-cp311-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 06d26c9ff9ab4ca62d91bf8e0fd91ba603c16adf9f0d40a5944b041482ade02b
MD5 7c38eae57a2eb69022c50f0b7908efb2
BLAKE2b-256 6d99e15c01ec699958b7c676caf053440670e31440f2b0c4ac4eefccb7c4e49d

See more details on using hashes here.

File details

Details for the file cql2-0.3.0-cp311-cp311-musllinux_1_2_i686.whl.

File metadata

File hashes

Hashes for cql2-0.3.0-cp311-cp311-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 0c59377124ac7fee318a40fa2df8fa9579d2e53ce5e79f278186b925058deb6b
MD5 ba252d2f582d710d0932f1fd46d11a6e
BLAKE2b-256 ceae55c5a612fd5072e680944442791cd15f97f66d61eb93d6a7b6640a8a9341

See more details on using hashes here.

File details

Details for the file cql2-0.3.0-cp311-cp311-musllinux_1_2_armv7l.whl.

File metadata

File hashes

Hashes for cql2-0.3.0-cp311-cp311-musllinux_1_2_armv7l.whl
Algorithm Hash digest
SHA256 b67c4e37f92879a410094294a7466d88c9da14198a1cffbb1d2f788a4e82660c
MD5 315dd7988660fd3f6512b01bbcf16c2e
BLAKE2b-256 703ccd6c9d308f6044328e86eb92b559a3464fe12fc6c93ee90cc8033231f9bc

See more details on using hashes here.

File details

Details for the file cql2-0.3.0-cp311-cp311-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for cql2-0.3.0-cp311-cp311-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 dd1952f3678d99cf3936d5e918984d398b40562308469ee2d5863c190b9b5b2b
MD5 4eff12abfae4bc9aeec707c4bbc17dc9
BLAKE2b-256 94e4653fdf124bcc59aab37134cf1f3f18f9c15307ea63b9347bd3827f3e5f17

See more details on using hashes here.

File details

Details for the file cql2-0.3.0-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for cql2-0.3.0-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 65e41fb66ff71e90afb4d874cfbda35ffd50def3c59210409bcee8183e76da89
MD5 e40c0ca5979918c39400de60c5e47ba9
BLAKE2b-256 7ef1491a281d80f0abe7117da04d15e6c285dab2691fe65d08aacbfcdb234879

See more details on using hashes here.

File details

Details for the file cql2-0.3.0-cp311-cp311-manylinux_2_17_s390x.manylinux2014_s390x.whl.

File metadata

File hashes

Hashes for cql2-0.3.0-cp311-cp311-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 d68fb2e0fd43ec9dd3886c4eea33a66e896420333ef22edeca892246548276a0
MD5 970706341c845d2ac9961f4893da3547
BLAKE2b-256 e4d4f800ae1d586e4a2b411a001d6cce4b2000592156176c420e14e37bc7ad8a

See more details on using hashes here.

File details

Details for the file cql2-0.3.0-cp311-cp311-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl.

File metadata

File hashes

Hashes for cql2-0.3.0-cp311-cp311-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 a374dc967fb16e9e3bf1047c63064ff2d23de12c1b0a3f6317596e7bceea64d2
MD5 23fe6485680eb64e71b44446631c9ce5
BLAKE2b-256 81b07c2423a4480c7b5bbc36cf935b145ea0c187a7e8dc35c78a734916bf4f69

See more details on using hashes here.

File details

Details for the file cql2-0.3.0-cp311-cp311-manylinux_2_17_i686.manylinux2014_i686.whl.

File metadata

File hashes

Hashes for cql2-0.3.0-cp311-cp311-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 6fe3a20be97d93a4e5f38426f24a87da58f5b304a9c799f4127b4c8617e0883f
MD5 69e98be4c2d418f2c4b347614f1b92e9
BLAKE2b-256 51a36c05cafa75b1e98efc2d4d6d40a29b03d29a55fc28637e3caa61fcda8ed3

See more details on using hashes here.

File details

Details for the file cql2-0.3.0-cp311-cp311-manylinux_2_17_armv7l.manylinux2014_armv7l.whl.

File metadata

File hashes

Hashes for cql2-0.3.0-cp311-cp311-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 36d96530506e79e95e54c365eded565be730cd7174f234a3b974b741989aae6b
MD5 a9ad963cf9cc87c1ce1543be72d20ae3
BLAKE2b-256 6abc97ee369e1a132fb754167f7bc15bf00fd2d5fa4ca234872f2f84d805a894

See more details on using hashes here.

File details

Details for the file cql2-0.3.0-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for cql2-0.3.0-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 cbaf17eeff08138ec1230ce2fb1815bd099e1d306299ad84bafbe73de78edca5
MD5 b7cf8bbf50da910ecc92f6582cb65830
BLAKE2b-256 2f8b4b40477e1f93e7d5009cb2ac20f421aa234706a3b019f0c81c905cac8798

See more details on using hashes here.

File details

Details for the file cql2-0.3.0-cp311-cp311-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for cql2-0.3.0-cp311-cp311-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 0afd81d19454d6c0e907aaa190b539b36661b888179e3e325589074cc5228d08
MD5 04b13f3f1956096379a9f358654dbedb
BLAKE2b-256 f7b482f14b98e123af989a3602a02576a391dc5f2dfee5b68f62aa728b417db4

See more details on using hashes here.

File details

Details for the file cql2-0.3.0-cp311-cp311-macosx_10_12_x86_64.whl.

File metadata

File hashes

Hashes for cql2-0.3.0-cp311-cp311-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 aa00538c9139579719f7b6b02a09f882835eefb210064a82b21d896ecfc47131
MD5 3eabcd870d595f9b363617fd9cef3c44
BLAKE2b-256 ad7a22333574f86bc2e8ccbe3b48152ecc4587ce461c58420a1b43c9c974863c

See more details on using hashes here.

File details

Details for the file cql2-0.3.0-cp310-none-win_amd64.whl.

File metadata

  • Download URL: cql2-0.3.0-cp310-none-win_amd64.whl
  • Upload date:
  • Size: 1.7 MB
  • Tags: CPython 3.10, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: maturin/1.7.4

File hashes

Hashes for cql2-0.3.0-cp310-none-win_amd64.whl
Algorithm Hash digest
SHA256 9eeefd9e3a4abdc9db2fc98d3c30b002df1b85f3708b8298341ca679ac6960d1
MD5 c9e428574117eac67841818562469034
BLAKE2b-256 116c0baaee1c355aeefd007fd2df5a0bd6f5b6136eac80ebe1a0d81ab9b7e751

See more details on using hashes here.

File details

Details for the file cql2-0.3.0-cp310-none-win32.whl.

File metadata

  • Download URL: cql2-0.3.0-cp310-none-win32.whl
  • Upload date:
  • Size: 1.6 MB
  • Tags: CPython 3.10, Windows x86
  • Uploaded using Trusted Publishing? No
  • Uploaded via: maturin/1.7.4

File hashes

Hashes for cql2-0.3.0-cp310-none-win32.whl
Algorithm Hash digest
SHA256 6158055d324729da8de1aae23ebfd0f22d26536898e58659acef2c9d6fa71b9d
MD5 10be4c49f6c4145705b877042f7be1a1
BLAKE2b-256 803cafc4f805903f4023f49adecc3c554234550cd819dba2e24b68c2ef85decd

See more details on using hashes here.

File details

Details for the file cql2-0.3.0-cp310-cp310-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for cql2-0.3.0-cp310-cp310-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 ea005c6580cbaba1dd956eeb4569a472533821c0a4b844a2b50a2b263b596498
MD5 546b8bf26a6029168a3a6182daf41dfc
BLAKE2b-256 f2cc586661422213599c510ea32db851450c1b5f258e3748c85e18be9f9a9813

See more details on using hashes here.

File details

Details for the file cql2-0.3.0-cp310-cp310-musllinux_1_2_i686.whl.

File metadata

File hashes

Hashes for cql2-0.3.0-cp310-cp310-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 94d89a39da7820b134c77601dfac4a8b134917e69541fddb708f33b2644a8896
MD5 8d9f5f4dae4b6358c7a919d04616c299
BLAKE2b-256 fdf2c1022192e09a8ff8b484573a5193432f40fd73ffcb62c8eca730f25469af

See more details on using hashes here.

File details

Details for the file cql2-0.3.0-cp310-cp310-musllinux_1_2_armv7l.whl.

File metadata

File hashes

Hashes for cql2-0.3.0-cp310-cp310-musllinux_1_2_armv7l.whl
Algorithm Hash digest
SHA256 e66abe5b6631637c66da1238ecfd03621af3caed0fea2c7c7c7fa6cbcc788422
MD5 b4e9e1572b65d9513cc1972c48eb2254
BLAKE2b-256 7f9317f641e849fadf53b11960b246638d7705cc2af6851f81b839eaa0fe997c

See more details on using hashes here.

File details

Details for the file cql2-0.3.0-cp310-cp310-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for cql2-0.3.0-cp310-cp310-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 41dd82980be16d7c4ec46dd9d7f3804c44e6a5baef79ff9e631aead81af561f4
MD5 236ec5b3dbfd8a54f4c659d3a0ae1e06
BLAKE2b-256 bf9ea9ede496f66ffaef32f6d10c296b96800a60023520f2683fa6a4988c7d9a

See more details on using hashes here.

File details

Details for the file cql2-0.3.0-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for cql2-0.3.0-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 e26fffc3c0689d6837cc20b1e294de96fdb15ced09900673a488242b53376d9b
MD5 b7dba055fbb583bb84116c0a4d139cc5
BLAKE2b-256 2a8d69178d4cae0aba496647d75a86349572b907e3bc47e7c061a997af68307c

See more details on using hashes here.

File details

Details for the file cql2-0.3.0-cp310-cp310-manylinux_2_17_s390x.manylinux2014_s390x.whl.

File metadata

File hashes

Hashes for cql2-0.3.0-cp310-cp310-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 909fff9e68230fab1961f5bc38a87ab43ece18a301c45f3fc1da39df49d9b8eb
MD5 e458034f21582dca19bb2e7f04b46438
BLAKE2b-256 8875426cf820d9b64d9d22e0f3c94c03b39eca4e38456dea9253c6d365ebde2b

See more details on using hashes here.

File details

Details for the file cql2-0.3.0-cp310-cp310-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl.

File metadata

File hashes

Hashes for cql2-0.3.0-cp310-cp310-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 dcc73d67b440a7a8e0e7d6f3629662d4c87cbf8339b79596518875403acdede1
MD5 54a1ff806f97f41808fbf2c19d377803
BLAKE2b-256 191d8461005edcf7bd426380be5ebe8ab7c177c54b5b46053f309d597318224b

See more details on using hashes here.

File details

Details for the file cql2-0.3.0-cp310-cp310-manylinux_2_17_i686.manylinux2014_i686.whl.

File metadata

File hashes

Hashes for cql2-0.3.0-cp310-cp310-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 d1af87b1a05c8f018555fd126fe811c67a05dffb8c183e0303b4f282d81e5b67
MD5 a83c87e6b94e775e2ded3f4c6974f039
BLAKE2b-256 858abd65ab1775c6b742dfd16f3531dc59726f7e63b9e1d64be7ca94c54ba001

See more details on using hashes here.

File details

Details for the file cql2-0.3.0-cp310-cp310-manylinux_2_17_armv7l.manylinux2014_armv7l.whl.

File metadata

File hashes

Hashes for cql2-0.3.0-cp310-cp310-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 fc04225ba276402b7a6532a1760aad05581a0e87fbf58985970abce5d4c251bb
MD5 2ce1a0e3dc24174b0f365d2b82f28867
BLAKE2b-256 a5be9774de0b09d781e1655e29b0570ada8ff3c6aee67d762f6514beb7e57ab0

See more details on using hashes here.

File details

Details for the file cql2-0.3.0-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for cql2-0.3.0-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 0cf68ab93548b651244a929794b04be05fea075fee7c3135f329dac675c31979
MD5 7748c22fd22ccefc955a3a254da34476
BLAKE2b-256 7d3b02a572190f6bcce62f6d09d0923b24992719dc64a1edd5dbd87887b0d415

See more details on using hashes here.

File details

Details for the file cql2-0.3.0-cp310-cp310-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for cql2-0.3.0-cp310-cp310-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 e9c0ba2aa482e48c284ef8c0f03b1829ced9fa251b92671b107b54e38f0f74db
MD5 53289e00c194f6db0d4f45bd22b82c94
BLAKE2b-256 8add14c5c8627e4619a9c027c3d7c961dfdd2f6f2009f38438fc399d699a3b3c

See more details on using hashes here.

File details

Details for the file cql2-0.3.0-cp39-none-win_amd64.whl.

File metadata

  • Download URL: cql2-0.3.0-cp39-none-win_amd64.whl
  • Upload date:
  • Size: 1.7 MB
  • Tags: CPython 3.9, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: maturin/1.7.4

File hashes

Hashes for cql2-0.3.0-cp39-none-win_amd64.whl
Algorithm Hash digest
SHA256 dce589d0a67f394a3211c292ace4435034e1cfb6fdd3d1b1c52261ecea5ec4a5
MD5 f66e71dfaa114378db77809ddc2ca8d8
BLAKE2b-256 a571d464a53818b648bc8794f04feef3bfd709711eb8c5b44e6183c85369f968

See more details on using hashes here.

File details

Details for the file cql2-0.3.0-cp39-none-win32.whl.

File metadata

  • Download URL: cql2-0.3.0-cp39-none-win32.whl
  • Upload date:
  • Size: 1.6 MB
  • Tags: CPython 3.9, Windows x86
  • Uploaded using Trusted Publishing? No
  • Uploaded via: maturin/1.7.4

File hashes

Hashes for cql2-0.3.0-cp39-none-win32.whl
Algorithm Hash digest
SHA256 6d5b30be4f6c8653bb2f6b34b69b60be65129b5c9701a61b55cc8da7f2b1a6cd
MD5 5b8012f418f52daa4fd327c1e01dcb9e
BLAKE2b-256 e6baa7e7fcfdf239c5e8e4486f349ee95f198a25ec7ef2da3f4b8d3464bf024b

See more details on using hashes here.

File details

Details for the file cql2-0.3.0-cp39-cp39-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for cql2-0.3.0-cp39-cp39-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 44a6dad04a21621eb20740e0ee4335b27971b8ebdb87b81304aec54e765342d1
MD5 4d486696f3c70000832292762359fb8b
BLAKE2b-256 949f804c7233c2245084d9db52eaaf57917de077e41ff3e23dcbbb51c9b3bfc9

See more details on using hashes here.

File details

Details for the file cql2-0.3.0-cp39-cp39-musllinux_1_2_i686.whl.

File metadata

File hashes

Hashes for cql2-0.3.0-cp39-cp39-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 911648bc441400369b8b945aa549d3056a34ca918d6b0b5a7f2fef88b8502f04
MD5 f56e6929ecae8d09f0658eac37b2b848
BLAKE2b-256 636653c344939da5925a60305a28f500066387e117cc614d3285acf981021df6

See more details on using hashes here.

File details

Details for the file cql2-0.3.0-cp39-cp39-musllinux_1_2_armv7l.whl.

File metadata

File hashes

Hashes for cql2-0.3.0-cp39-cp39-musllinux_1_2_armv7l.whl
Algorithm Hash digest
SHA256 319d7c4900db60a22830bf7bc4c8250ac6308c8fb44516f4051bc711c3c314dd
MD5 a0398367ab4f5f916697d7c1f36b51bd
BLAKE2b-256 c90711efbc3dc081d16decdbda78343af169c8f99da689f200697a23a9e59089

See more details on using hashes here.

File details

Details for the file cql2-0.3.0-cp39-cp39-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for cql2-0.3.0-cp39-cp39-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 74e6a8c45734b9e8eb1b4cc55106d594cb1b9c4eaa7aa735031f01847c3f8e73
MD5 99ffe9bc24d0d2c327dd4daefb60e459
BLAKE2b-256 8519dfc9ee721c8685d76fe45a68fedb7fd7e34b9bbab73cadba5d3ed29ab618

See more details on using hashes here.

File details

Details for the file cql2-0.3.0-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for cql2-0.3.0-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 8e0b3eedf3900bb91aa7c3780fdb8d1177598b13f1a53d4f75a5388797247bb4
MD5 75ad02e42c693125ac9f873569e38c72
BLAKE2b-256 fceee0b623de8d277dd47729874e4158cd64323f45034747878c50069537a356

See more details on using hashes here.

File details

Details for the file cql2-0.3.0-cp39-cp39-manylinux_2_17_s390x.manylinux2014_s390x.whl.

File metadata

File hashes

Hashes for cql2-0.3.0-cp39-cp39-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 0fe44ce7c39d7b75f40cbed5d35748449397df4604e1fd418fd348228f2368e5
MD5 21c214f3ae1bfdbb3bba628f7f135dd7
BLAKE2b-256 df5e1524cfb847d4769433b99a4b06165825a72b5afd3655ddf602d9db928c17

See more details on using hashes here.

File details

Details for the file cql2-0.3.0-cp39-cp39-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl.

File metadata

File hashes

Hashes for cql2-0.3.0-cp39-cp39-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 3a6bec45a82128419c6f6be9396bed213f1730e4c855366a6768dc5f7e126e45
MD5 5568f42ef85327b422698b48e5532e2a
BLAKE2b-256 14c8d3b51e9206bfcb905e43c3e1533953b12b472260b4974d399faea41eb2a5

See more details on using hashes here.

File details

Details for the file cql2-0.3.0-cp39-cp39-manylinux_2_17_i686.manylinux2014_i686.whl.

File metadata

File hashes

Hashes for cql2-0.3.0-cp39-cp39-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 d96d0f5bc96b8044201c6bbdcfda7dfaf76449b37a3b6c07aae70174329aaf2a
MD5 5309e70d20faf26af35a4757b7ce6734
BLAKE2b-256 c3a846382206e8a75491e9948a257d1f271eb421dceac0bc061d048ab12479cc

See more details on using hashes here.

File details

Details for the file cql2-0.3.0-cp39-cp39-manylinux_2_17_armv7l.manylinux2014_armv7l.whl.

File metadata

File hashes

Hashes for cql2-0.3.0-cp39-cp39-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 f7ef620303f5b3d781e169c12c301688629548f56aeb410a2b92f314f71e4be0
MD5 3b5cc7532bfbdb2905545565fe3e36fc
BLAKE2b-256 9b6b266258918c956f8c11d41048992d4471054e1704ef2a7313a8513ebe1690

See more details on using hashes here.

File details

Details for the file cql2-0.3.0-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for cql2-0.3.0-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 4ddf3e183bdc314ef0cc67cd58685745dfbd3ae3e1d126e8faff5eb931c4e88a
MD5 419b224fee7f7fb2c33268158e9219e9
BLAKE2b-256 9d0e82e92fbb32c6ff59c94e7fc3496e9052db23c3ce352810da11b3504694a5

See more details on using hashes here.

File details

Details for the file cql2-0.3.0-cp39-cp39-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for cql2-0.3.0-cp39-cp39-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 2010a6038cb93a3ea3e3830bf4571a56e441dbcff3e81ff81409aae8167173e6
MD5 bbc722f19bedcb26d8cdfd6360b861cb
BLAKE2b-256 cf3ba810b54140422a48fea70df0cc938bd9d246658cc11ca424ec30d1149856

See more details on using hashes here.

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page