Skip to main content

ClickHouse Connect

A high performance core database driver for connecting ClickHouse to Python, Pandas, and Superset

  • Pandas DataFrames (numpy and arrow-backed). Requires pandas 2.0 or later.
  • Numpy Arrays
  • PyArrow Tables
  • Polars DataFrames
  • Superset Connector
  • SQLAlchemy Core (select, joins, lightweight deletes; limited feature set)

ClickHouse Connect uses the ClickHouse HTTP interface for maximum compatibility. An experimental chDB backend is also available for running queries against an embedded in-process engine with get_client(interface='chdb'). Install it with pip install clickhouse-connect[chdb].

Installation

pip install clickhouse-connect

ClickHouse Connect requires Python 3.10 or higher.

Upgrading from 0.x

The 1.0 release includes breaking changes. If you are upgrading from a 0.15.x or earlier release, see MIGRATION.md for a guide to the changes and their replacements.

Superset Connectivity

ClickHouse Connect is fully integrated with Apache Superset. Previous versions of ClickHouse Connect utilized a dynamically loaded Superset Engine Spec, but as of Superset v2.1.0 the engine spec was incorporated into the main Apache Superset project and removed from clickhouse-connect in v0.6.0. If you have issues connecting to earlier versions of Superset, please use clickhouse-connect v0.5.25.

When creating a Superset Data Source, either use the provided connection dialog, or a SqlAlchemy DSN in the form clickhousedb://{username}:{password}@{host}:{port}.

SQLAlchemy Implementation

ClickHouse Connect includes a lightweight SQLAlchemy dialect implementation focused on compatibility with Superset and SQLAlchemy Core. Both SQLAlchemy 1.4 and 2.x are supported. SQLAlchemy 1.4 compatibility is maintained because Apache Superset currently requires sqlalchemy>=1.4,<2.

Supported features include:

  • Basic query execution via SQLAlchemy Core
  • SELECT queries with JOINs (including ClickHouse-specific strictness, USING, and GLOBAL modifiers), ARRAY JOIN (single and multi-column), FINAL, SAMPLE, compound selects, and materialized CTEs
  • VALUES table function syntax
  • Lightweight DELETE statements
  • Alembic schema migrations (autogenerate, upgrade/downgrade, ClickHouse engine support)

A small number of features require SQLAlchemy 2.x. Values.cte() specifically requires SQLAlchemy 2.0.42 or later. Certain literal-rendering behaviors also require SQLAlchemy 2.x. All other dialect features, including those used by Superset, work on both 1.4 and 2.x.

Basic ORM usage works for insert-heavy, read-focused workloads: declarative model definitions, CREATE TABLE, session.add(), bulk_save_objects(), and read queries all function correctly. However, full ORM support is not provided. UPDATE compilation, foreign key/relationship reflection, autoincrement/RETURNING, and cascade operations are not implemented. The dialect is best suited for SQLAlchemy Core usage and Superset connectivity.

Alembic Migrations

ClickHouse Connect supports Alembic for schema migrations, including autogeneration of migration scripts from SQLAlchemy metadata. ClickHouse table engines (MergeTree, ReplacingMergeTree, etc.) and dictionaries are preserved through the migration lifecycle.

Supported operations include create/drop table, add/alter/drop/rename column, type and nullability changes, defaults, comments, and ClickHouse-specific features like IF EXISTS guards, column placement with AFTER, and operation-level clickhouse_settings on column add/alter/drop.

To get started, install the Alembic extra:

pip install clickhouse-connect[alembic]

See the Alembic worked example for a full end-to-end walkthrough covering setup, autogeneration, upgrades, downgrades, and manual migration operations.

Asyncio Support

ClickHouse Connect provides native async support using aiohttp. To use the async client, install the optional async dependency:

pip install clickhouse-connect[async]

Then create a client with clickhouse_connect.get_async_client(). See the run_async example for more details.

Complete Documentation

The documentation for ClickHouse Connect has moved to ClickHouse Docs

Download files

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

Source Distribution

clickhouse_connect-1.7.2.tar.gz (211.9 kB view details)

Uploaded Source

Built Distributions

If you're not sure about the file name format, learn more about wheel file names.

clickhouse_connect-1.7.2-pp310-pypy310_pp73-win_amd64.whl (372.8 kB view details)

Uploaded PyPyWindows x86-64

clickhouse_connect-1.7.2-pp310-pypy310_pp73-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl (405.9 kB view details)

Uploaded PyPymanylinux: glibc 2.17+ x86-64manylinux: glibc 2.28+ x86-64

clickhouse_connect-1.7.2-pp310-pypy310_pp73-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl (400.6 kB view details)

Uploaded PyPymanylinux: glibc 2.17+ ARM64manylinux: glibc 2.28+ ARM64

clickhouse_connect-1.7.2-pp310-pypy310_pp73-macosx_11_0_arm64.whl (368.3 kB view details)

Uploaded PyPymacOS 11.0+ ARM64

clickhouse_connect-1.7.2-pp310-pypy310_pp73-macosx_10_15_x86_64.whl (374.2 kB view details)

Uploaded PyPymacOS 10.15+ x86-64

clickhouse_connect-1.7.2-cp314-cp314t-win_arm64.whl (382.8 kB view details)

Uploaded CPython 3.14tWindows ARM64

clickhouse_connect-1.7.2-cp314-cp314t-win_amd64.whl (404.7 kB view details)

Uploaded CPython 3.14tWindows x86-64

clickhouse_connect-1.7.2-cp314-cp314t-win32.whl (383.3 kB view details)

Uploaded CPython 3.14tWindows x86

clickhouse_connect-1.7.2-cp314-cp314t-musllinux_1_2_x86_64.whl (1.4 MB view details)

Uploaded CPython 3.14tmusllinux: musl 1.2+ x86-64

clickhouse_connect-1.7.2-cp314-cp314t-musllinux_1_2_aarch64.whl (1.4 MB view details)

Uploaded CPython 3.14tmusllinux: musl 1.2+ ARM64

clickhouse_connect-1.7.2-cp314-cp314t-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl (1.4 MB view details)

Uploaded CPython 3.14tmanylinux: glibc 2.17+ x86-64manylinux: glibc 2.28+ x86-64

clickhouse_connect-1.7.2-cp314-cp314t-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl (1.4 MB view details)

Uploaded CPython 3.14tmanylinux: glibc 2.17+ ARM64manylinux: glibc 2.28+ ARM64

clickhouse_connect-1.7.2-cp314-cp314t-macosx_11_0_arm64.whl (413.7 kB view details)

Uploaded CPython 3.14tmacOS 11.0+ ARM64

clickhouse_connect-1.7.2-cp314-cp314t-macosx_10_15_x86_64.whl (421.0 kB view details)

Uploaded CPython 3.14tmacOS 10.15+ x86-64

clickhouse_connect-1.7.2-cp314-cp314-win_arm64.whl (372.4 kB view details)

Uploaded CPython 3.14Windows ARM64

clickhouse_connect-1.7.2-cp314-cp314-win_amd64.whl (390.1 kB view details)

Uploaded CPython 3.14Windows x86-64

clickhouse_connect-1.7.2-cp314-cp314-win32.whl (370.0 kB view details)

Uploaded CPython 3.14Windows x86

clickhouse_connect-1.7.2-cp314-cp314-musllinux_1_2_x86_64.whl (1.3 MB view details)

Uploaded CPython 3.14musllinux: musl 1.2+ x86-64

clickhouse_connect-1.7.2-cp314-cp314-musllinux_1_2_aarch64.whl (1.3 MB view details)

Uploaded CPython 3.14musllinux: musl 1.2+ ARM64

clickhouse_connect-1.7.2-cp314-cp314-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl (1.3 MB view details)

Uploaded CPython 3.14manylinux: glibc 2.17+ x86-64manylinux: glibc 2.28+ x86-64

clickhouse_connect-1.7.2-cp314-cp314-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl (1.3 MB view details)

Uploaded CPython 3.14manylinux: glibc 2.17+ ARM64manylinux: glibc 2.28+ ARM64

clickhouse_connect-1.7.2-cp314-cp314-macosx_11_0_arm64.whl (392.5 kB view details)

Uploaded CPython 3.14macOS 11.0+ ARM64

clickhouse_connect-1.7.2-cp314-cp314-macosx_10_15_x86_64.whl (403.1 kB view details)

Uploaded CPython 3.14macOS 10.15+ x86-64

clickhouse_connect-1.7.2-cp313-cp313-win_arm64.whl (367.7 kB view details)

Uploaded CPython 3.13Windows ARM64

clickhouse_connect-1.7.2-cp313-cp313-win_amd64.whl (385.4 kB view details)

Uploaded CPython 3.13Windows x86-64

clickhouse_connect-1.7.2-cp313-cp313-win32.whl (367.1 kB view details)

Uploaded CPython 3.13Windows x86

clickhouse_connect-1.7.2-cp313-cp313-musllinux_1_2_x86_64.whl (1.3 MB view details)

Uploaded CPython 3.13musllinux: musl 1.2+ x86-64

clickhouse_connect-1.7.2-cp313-cp313-musllinux_1_2_aarch64.whl (1.3 MB view details)

Uploaded CPython 3.13musllinux: musl 1.2+ ARM64

clickhouse_connect-1.7.2-cp313-cp313-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl (1.4 MB view details)

Uploaded CPython 3.13manylinux: glibc 2.17+ x86-64manylinux: glibc 2.28+ x86-64

clickhouse_connect-1.7.2-cp313-cp313-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl (1.3 MB view details)

Uploaded CPython 3.13manylinux: glibc 2.17+ ARM64manylinux: glibc 2.28+ ARM64

clickhouse_connect-1.7.2-cp313-cp313-macosx_11_0_arm64.whl (391.4 kB view details)

Uploaded CPython 3.13macOS 11.0+ ARM64

clickhouse_connect-1.7.2-cp313-cp313-macosx_10_13_x86_64.whl (402.8 kB view details)

Uploaded CPython 3.13macOS 10.13+ x86-64

clickhouse_connect-1.7.2-cp312-cp312-win_arm64.whl (368.2 kB view details)

Uploaded CPython 3.12Windows ARM64

clickhouse_connect-1.7.2-cp312-cp312-win_amd64.whl (386.9 kB view details)

Uploaded CPython 3.12Windows x86-64

clickhouse_connect-1.7.2-cp312-cp312-win32.whl (367.8 kB view details)

Uploaded CPython 3.12Windows x86

clickhouse_connect-1.7.2-cp312-cp312-musllinux_1_2_x86_64.whl (1.4 MB view details)

Uploaded CPython 3.12musllinux: musl 1.2+ x86-64

clickhouse_connect-1.7.2-cp312-cp312-musllinux_1_2_aarch64.whl (1.3 MB view details)

Uploaded CPython 3.12musllinux: musl 1.2+ ARM64

clickhouse_connect-1.7.2-cp312-cp312-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl (1.4 MB view details)

Uploaded CPython 3.12manylinux: glibc 2.17+ x86-64manylinux: glibc 2.28+ x86-64

clickhouse_connect-1.7.2-cp312-cp312-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl (1.4 MB view details)

Uploaded CPython 3.12manylinux: glibc 2.17+ ARM64manylinux: glibc 2.28+ ARM64

clickhouse_connect-1.7.2-cp312-cp312-macosx_11_0_arm64.whl (393.0 kB view details)

Uploaded CPython 3.12macOS 11.0+ ARM64

clickhouse_connect-1.7.2-cp312-cp312-macosx_10_13_x86_64.whl (404.6 kB view details)

Uploaded CPython 3.12macOS 10.13+ x86-64

clickhouse_connect-1.7.2-cp311-cp311-win_arm64.whl (370.0 kB view details)

Uploaded CPython 3.11Windows ARM64

clickhouse_connect-1.7.2-cp311-cp311-win_amd64.whl (387.2 kB view details)

Uploaded CPython 3.11Windows x86-64

clickhouse_connect-1.7.2-cp311-cp311-win32.whl (367.0 kB view details)

Uploaded CPython 3.11Windows x86

clickhouse_connect-1.7.2-cp311-cp311-musllinux_1_2_x86_64.whl (1.4 MB view details)

Uploaded CPython 3.11musllinux: musl 1.2+ x86-64

clickhouse_connect-1.7.2-cp311-cp311-musllinux_1_2_aarch64.whl (1.3 MB view details)

Uploaded CPython 3.11musllinux: musl 1.2+ ARM64

clickhouse_connect-1.7.2-cp311-cp311-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl (1.4 MB view details)

Uploaded CPython 3.11manylinux: glibc 2.17+ x86-64manylinux: glibc 2.28+ x86-64

clickhouse_connect-1.7.2-cp311-cp311-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl (1.3 MB view details)

Uploaded CPython 3.11manylinux: glibc 2.17+ ARM64manylinux: glibc 2.28+ ARM64

clickhouse_connect-1.7.2-cp311-cp311-macosx_11_0_arm64.whl (395.5 kB view details)

Uploaded CPython 3.11macOS 11.0+ ARM64

clickhouse_connect-1.7.2-cp311-cp311-macosx_10_9_x86_64.whl (406.2 kB view details)

Uploaded CPython 3.11macOS 10.9+ x86-64

clickhouse_connect-1.7.2-cp310-cp310-win_arm64.whl (370.1 kB view details)

Uploaded CPython 3.10Windows ARM64

clickhouse_connect-1.7.2-cp310-cp310-win_amd64.whl (386.8 kB view details)

Uploaded CPython 3.10Windows x86-64

clickhouse_connect-1.7.2-cp310-cp310-win32.whl (367.7 kB view details)

Uploaded CPython 3.10Windows x86

clickhouse_connect-1.7.2-cp310-cp310-musllinux_1_2_x86_64.whl (1.3 MB view details)

Uploaded CPython 3.10musllinux: musl 1.2+ x86-64

clickhouse_connect-1.7.2-cp310-cp310-musllinux_1_2_aarch64.whl (1.3 MB view details)

Uploaded CPython 3.10musllinux: musl 1.2+ ARM64

clickhouse_connect-1.7.2-cp310-cp310-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl (1.3 MB view details)

Uploaded CPython 3.10manylinux: glibc 2.17+ x86-64manylinux: glibc 2.28+ x86-64

clickhouse_connect-1.7.2-cp310-cp310-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl (1.3 MB view details)

Uploaded CPython 3.10manylinux: glibc 2.17+ ARM64manylinux: glibc 2.28+ ARM64

clickhouse_connect-1.7.2-cp310-cp310-macosx_11_0_arm64.whl (397.1 kB view details)

Uploaded CPython 3.10macOS 11.0+ ARM64

clickhouse_connect-1.7.2-cp310-cp310-macosx_10_9_x86_64.whl (408.0 kB view details)

Uploaded CPython 3.10macOS 10.9+ x86-64

File details

Details for the file clickhouse_connect-1.7.2.tar.gz.

File metadata

  • Download URL: clickhouse_connect-1.7.2.tar.gz
  • Upload date:
  • Size: 211.9 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/7.0.0 CPython/3.13.14

File hashes

Hashes for clickhouse_connect-1.7.2.tar.gz
Algorithm Hash digest
SHA256 5455cba40dc1972b3b1f3feb0216099630eb631975ee4ef70bcf1d949944437b
MD5 007ce00dcb3f8fc784682bd037bc28a2
BLAKE2b-256 10d73419b0ad51aa931336621ae9370fd30d1761b79c84902e0f892ffabcf5f0

See more details on using hashes here.

Provenance

The following attestation bundles were made for clickhouse_connect-1.7.2.tar.gz:

Publisher: publish.yml on ClickHouse/clickhouse-connect

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file clickhouse_connect-1.7.2-pp310-pypy310_pp73-win_amd64.whl.

File metadata

File hashes

Hashes for clickhouse_connect-1.7.2-pp310-pypy310_pp73-win_amd64.whl
Algorithm Hash digest
SHA256 41633c848fa62b7b1e8490659aee501df0ad939903fd8a62d150c680776dbb5e
MD5 5b48518602318575806be07176a33fb9
BLAKE2b-256 b20bc6a24407e29f5a6ab03c38118dbce262f32d8d0c518f02c63a74ba118a9e

See more details on using hashes here.

Provenance

The following attestation bundles were made for clickhouse_connect-1.7.2-pp310-pypy310_pp73-win_amd64.whl:

Publisher: publish.yml on ClickHouse/clickhouse-connect

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file clickhouse_connect-1.7.2-pp310-pypy310_pp73-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for clickhouse_connect-1.7.2-pp310-pypy310_pp73-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 2f82a9676908e3bf3cd576a9683407401e5d37b0b8d3b7dca4794daa96397e88
MD5 5985c56f8274d30a19072b98fdd3acff
BLAKE2b-256 f29023513e2afb937943fb44fac11e94d4744a38a94b9b71bb641c404738766d

See more details on using hashes here.

Provenance

The following attestation bundles were made for clickhouse_connect-1.7.2-pp310-pypy310_pp73-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl:

Publisher: publish.yml on ClickHouse/clickhouse-connect

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file clickhouse_connect-1.7.2-pp310-pypy310_pp73-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for clickhouse_connect-1.7.2-pp310-pypy310_pp73-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 1404a80b50214e73588269fcb03286098daa5973f6769722906f830e165ffe46
MD5 28fa8ecd46edc624d3317732506acd15
BLAKE2b-256 0b4a12bd2d3b3149e83f8dcf03da777603ec39c9aa085515e111724d5a15d9ba

See more details on using hashes here.

Provenance

The following attestation bundles were made for clickhouse_connect-1.7.2-pp310-pypy310_pp73-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl:

Publisher: publish.yml on ClickHouse/clickhouse-connect

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file clickhouse_connect-1.7.2-pp310-pypy310_pp73-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for clickhouse_connect-1.7.2-pp310-pypy310_pp73-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 c838dae9e96cc8b27332d3cf1a42702475039f1871929d141641e4e5f1f772e0
MD5 2effaf656d6a320df1c93d61910ddbab
BLAKE2b-256 17f3e880190c260dccffb7990cd9d14e6463cb1e7f1e36e91af6ef1d46984665

See more details on using hashes here.

Provenance

The following attestation bundles were made for clickhouse_connect-1.7.2-pp310-pypy310_pp73-macosx_11_0_arm64.whl:

Publisher: publish.yml on ClickHouse/clickhouse-connect

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file clickhouse_connect-1.7.2-pp310-pypy310_pp73-macosx_10_15_x86_64.whl.

File metadata

File hashes

Hashes for clickhouse_connect-1.7.2-pp310-pypy310_pp73-macosx_10_15_x86_64.whl
Algorithm Hash digest
SHA256 20887c192caad66cc5266453faf3d66f9835801e118f6e3dd4a052608e5a8797
MD5 d0a12fa6235cf8e9204f01cca1af78e7
BLAKE2b-256 2f30aa95c3c84ec6402b7e75cbafab9c5cd49d1114da66994a5e72202c6fb9f6

See more details on using hashes here.

Provenance

The following attestation bundles were made for clickhouse_connect-1.7.2-pp310-pypy310_pp73-macosx_10_15_x86_64.whl:

Publisher: publish.yml on ClickHouse/clickhouse-connect

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file clickhouse_connect-1.7.2-cp314-cp314t-win_arm64.whl.

File metadata

File hashes

Hashes for clickhouse_connect-1.7.2-cp314-cp314t-win_arm64.whl
Algorithm Hash digest
SHA256 8c116d6672e8bd76272250fda204b1d6ecc1a2f430ac1560271493e2af1ddd2b
MD5 5f8d969588af184da3fd331845c04ace
BLAKE2b-256 de85bcccf9dc25fc2b5a95d663f8a5301301573391aacdeb8a8e384c369848db

See more details on using hashes here.

Provenance

The following attestation bundles were made for clickhouse_connect-1.7.2-cp314-cp314t-win_arm64.whl:

Publisher: publish.yml on ClickHouse/clickhouse-connect

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file clickhouse_connect-1.7.2-cp314-cp314t-win_amd64.whl.

File metadata

File hashes

Hashes for clickhouse_connect-1.7.2-cp314-cp314t-win_amd64.whl
Algorithm Hash digest
SHA256 1ba16b26174b3ce85efead262b69b1b0762692d8c8f161a74645b56a4d0dad1a
MD5 a62942b0af2e35dfe2b3f0ec0c418420
BLAKE2b-256 363d0c254e305ceb49311472524b40d93aa33924b8c50d8e2483fe18c137553b

See more details on using hashes here.

Provenance

The following attestation bundles were made for clickhouse_connect-1.7.2-cp314-cp314t-win_amd64.whl:

Publisher: publish.yml on ClickHouse/clickhouse-connect

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file clickhouse_connect-1.7.2-cp314-cp314t-win32.whl.

File metadata

File hashes

Hashes for clickhouse_connect-1.7.2-cp314-cp314t-win32.whl
Algorithm Hash digest
SHA256 cff857370a7060ce0d9e5ec3f28629f2d5fad24e5f5bd0baeb68e50b10dda2fc
MD5 7ff83c7e4586a18504c88c8c4d000971
BLAKE2b-256 75137ca21b1c2220807181d689c2578e62a9dcac8fa03ff8e037a2daa61d8e6e

See more details on using hashes here.

Provenance

The following attestation bundles were made for clickhouse_connect-1.7.2-cp314-cp314t-win32.whl:

Publisher: publish.yml on ClickHouse/clickhouse-connect

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file clickhouse_connect-1.7.2-cp314-cp314t-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for clickhouse_connect-1.7.2-cp314-cp314t-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 eb88dab22c84053650b5c12b2f5d64cf0f0f6393de7cac2df428ecd6973186cd
MD5 7b20d3525a662bd6db51b789b4b85603
BLAKE2b-256 a9baacadd1f94abd36eab3f353755b446b54a3e0a092bf283d6c5f286c0b2e53

See more details on using hashes here.

Provenance

The following attestation bundles were made for clickhouse_connect-1.7.2-cp314-cp314t-musllinux_1_2_x86_64.whl:

Publisher: publish.yml on ClickHouse/clickhouse-connect

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file clickhouse_connect-1.7.2-cp314-cp314t-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for clickhouse_connect-1.7.2-cp314-cp314t-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 a1a1a6b6267157893a2a83ffcf32a45e98f2686404f9db43b6776cf651e122d5
MD5 b0198c7189ee378675394c387a4a4c08
BLAKE2b-256 d12039558f2acd16d18decde6d853f8f1ffcce7740f8b2c359fefe3069888ee1

See more details on using hashes here.

Provenance

The following attestation bundles were made for clickhouse_connect-1.7.2-cp314-cp314t-musllinux_1_2_aarch64.whl:

Publisher: publish.yml on ClickHouse/clickhouse-connect

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file clickhouse_connect-1.7.2-cp314-cp314t-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for clickhouse_connect-1.7.2-cp314-cp314t-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 386351c6c055ef03bb1891112ec9152b141fcba6ad70f5a40f7ac70e399aa77f
MD5 b356c40d208e3b9c0ce32e58a1f79abf
BLAKE2b-256 3726df985b62beb2efc0556c516fb733eb10f7e9db21f0ae6696499a98566816

See more details on using hashes here.

Provenance

The following attestation bundles were made for clickhouse_connect-1.7.2-cp314-cp314t-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl:

Publisher: publish.yml on ClickHouse/clickhouse-connect

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file clickhouse_connect-1.7.2-cp314-cp314t-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for clickhouse_connect-1.7.2-cp314-cp314t-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 726a824e35dacff99862d6f0555d89377d84edf867d016ac8951aea2e031c6e8
MD5 6f59be6d12e35348bfaab810dcaba0e1
BLAKE2b-256 5b716f910cdcb11715ca7a17ce6e86c8e8defc93520b3c11808940a0aef26859

See more details on using hashes here.

Provenance

The following attestation bundles were made for clickhouse_connect-1.7.2-cp314-cp314t-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl:

Publisher: publish.yml on ClickHouse/clickhouse-connect

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file clickhouse_connect-1.7.2-cp314-cp314t-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for clickhouse_connect-1.7.2-cp314-cp314t-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 e6be512e3a9369ca989b3f9a00e5c49977954a9a503e69f0533cf970f96c0e3a
MD5 df920e1ed2267bd2805259dff8f92c2a
BLAKE2b-256 267550cb8ca2ed111c3f1037de1164a3d33e64b0011d6d45aae2871e9be1cacd

See more details on using hashes here.

Provenance

The following attestation bundles were made for clickhouse_connect-1.7.2-cp314-cp314t-macosx_11_0_arm64.whl:

Publisher: publish.yml on ClickHouse/clickhouse-connect

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file clickhouse_connect-1.7.2-cp314-cp314t-macosx_10_15_x86_64.whl.

File metadata

File hashes

Hashes for clickhouse_connect-1.7.2-cp314-cp314t-macosx_10_15_x86_64.whl
Algorithm Hash digest
SHA256 588d23b63fc86f5a7ed746f5c6a0e13ef2e2b263ee4d9dd59e86f24c9c0247f2
MD5 33e415e94acf45e435dff598a2a79417
BLAKE2b-256 0bfe911d5faba0a53150be72bb869441aeef7e311d0bf2dad1d53194614b4419

See more details on using hashes here.

Provenance

The following attestation bundles were made for clickhouse_connect-1.7.2-cp314-cp314t-macosx_10_15_x86_64.whl:

Publisher: publish.yml on ClickHouse/clickhouse-connect

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file clickhouse_connect-1.7.2-cp314-cp314-win_arm64.whl.

File metadata

File hashes

Hashes for clickhouse_connect-1.7.2-cp314-cp314-win_arm64.whl
Algorithm Hash digest
SHA256 c0cd870ec3f5cf44e615af542e6a62e0b4d227c508d89f6423dc3dbcdf6f4a53
MD5 4d5045e8e1b78e4dcdcb5e122db22cbb
BLAKE2b-256 0aacf092ffe5a2c666504f0bb2e97b8190ee488f3d1d8a5bdb532ef322bc1dd2

See more details on using hashes here.

Provenance

The following attestation bundles were made for clickhouse_connect-1.7.2-cp314-cp314-win_arm64.whl:

Publisher: publish.yml on ClickHouse/clickhouse-connect

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file clickhouse_connect-1.7.2-cp314-cp314-win_amd64.whl.

File metadata

File hashes

Hashes for clickhouse_connect-1.7.2-cp314-cp314-win_amd64.whl
Algorithm Hash digest
SHA256 a5093bb882825334704da686c2ad7fb50712eacd76bf080aded4a230ed63635b
MD5 e57ac6b65a6283390006630102c24bab
BLAKE2b-256 0981bbd9191c0ffe668a5dadee4faefe0cdc3d522608e32c9972b7c53c6ad934

See more details on using hashes here.

Provenance

The following attestation bundles were made for clickhouse_connect-1.7.2-cp314-cp314-win_amd64.whl:

Publisher: publish.yml on ClickHouse/clickhouse-connect

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file clickhouse_connect-1.7.2-cp314-cp314-win32.whl.

File metadata

File hashes

Hashes for clickhouse_connect-1.7.2-cp314-cp314-win32.whl
Algorithm Hash digest
SHA256 66a3bda055bf660281dad22e1f7a81866b8bfc84ece01f41a6cb907d6f9e4f49
MD5 d7a86cfcdbb2fb2e5160c0ace453b92e
BLAKE2b-256 8648c689da4969688c496738d0c9cde29895625efd78c761f0c7a1b022524abb

See more details on using hashes here.

Provenance

The following attestation bundles were made for clickhouse_connect-1.7.2-cp314-cp314-win32.whl:

Publisher: publish.yml on ClickHouse/clickhouse-connect

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file clickhouse_connect-1.7.2-cp314-cp314-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for clickhouse_connect-1.7.2-cp314-cp314-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 b5a9559e8182c0b908261d66b5cdcf92108957d15759840222b33067d721664b
MD5 780f7a02f70b89a28620c9eb5be3fbfc
BLAKE2b-256 a422f552cd9c1a2e7121a351eb1fa627cb78cf6498238aa73445256b6a5ae3a1

See more details on using hashes here.

Provenance

The following attestation bundles were made for clickhouse_connect-1.7.2-cp314-cp314-musllinux_1_2_x86_64.whl:

Publisher: publish.yml on ClickHouse/clickhouse-connect

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file clickhouse_connect-1.7.2-cp314-cp314-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for clickhouse_connect-1.7.2-cp314-cp314-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 c784e7b37406398a584895300d2195fd629964276af23f47882f6550479a8bfa
MD5 180344acfc7eb1aa74511386dd7ed4a6
BLAKE2b-256 12627e50b5663f4c4b1f74b4774b82959eae1ff8dfaace3de6e12cdbacaa8052

See more details on using hashes here.

Provenance

The following attestation bundles were made for clickhouse_connect-1.7.2-cp314-cp314-musllinux_1_2_aarch64.whl:

Publisher: publish.yml on ClickHouse/clickhouse-connect

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file clickhouse_connect-1.7.2-cp314-cp314-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for clickhouse_connect-1.7.2-cp314-cp314-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 61506cdb9a36da3b0f6dabb976c7b578056445077789eb367c7e64b464f59ca7
MD5 cffbf1fb087ae68afa1f719d78568fc3
BLAKE2b-256 c9c3c5792579d17a9172ffa866f3f413ed862ba2977539cc41940a557c05187c

See more details on using hashes here.

Provenance

The following attestation bundles were made for clickhouse_connect-1.7.2-cp314-cp314-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl:

Publisher: publish.yml on ClickHouse/clickhouse-connect

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file clickhouse_connect-1.7.2-cp314-cp314-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for clickhouse_connect-1.7.2-cp314-cp314-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 30d2d70f69f0d0aa9e08e245cccc3c4f3b04965119b28ec35652ee18fd243f84
MD5 756137d4234243381adceaad9e6f6812
BLAKE2b-256 0b9710643d8fa05eb90d85da39dda2036df542338faa3b74bcedd2e3659d07f2

See more details on using hashes here.

Provenance

The following attestation bundles were made for clickhouse_connect-1.7.2-cp314-cp314-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl:

Publisher: publish.yml on ClickHouse/clickhouse-connect

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file clickhouse_connect-1.7.2-cp314-cp314-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for clickhouse_connect-1.7.2-cp314-cp314-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 834ff327484e1af3b3ad6cbb5fe876221032c422c1eed16c88418a33cec984ac
MD5 e5f48ee233abc485ad23d65d23d337d2
BLAKE2b-256 2d89d83757c1c0ed6c7a71a5a4eb1f4424a91a8d6893b75efaf0285b305d2c62

See more details on using hashes here.

Provenance

The following attestation bundles were made for clickhouse_connect-1.7.2-cp314-cp314-macosx_11_0_arm64.whl:

Publisher: publish.yml on ClickHouse/clickhouse-connect

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file clickhouse_connect-1.7.2-cp314-cp314-macosx_10_15_x86_64.whl.

File metadata

File hashes

Hashes for clickhouse_connect-1.7.2-cp314-cp314-macosx_10_15_x86_64.whl
Algorithm Hash digest
SHA256 10893d8d9b2c33c3d6babcb5c1df6332d59f4b988499875fd2fe7550719a90db
MD5 08af98cb0accca70dfb8faf55d8d817e
BLAKE2b-256 ffef9b4d4cef7114acbfc5fe37f42c9219815df983b2182264c2b64932502621

See more details on using hashes here.

Provenance

The following attestation bundles were made for clickhouse_connect-1.7.2-cp314-cp314-macosx_10_15_x86_64.whl:

Publisher: publish.yml on ClickHouse/clickhouse-connect

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file clickhouse_connect-1.7.2-cp313-cp313-win_arm64.whl.

File metadata

File hashes

Hashes for clickhouse_connect-1.7.2-cp313-cp313-win_arm64.whl
Algorithm Hash digest
SHA256 e270c55b6fb46e92abce1b0c3c27352b394cba077b8e2db53787b1de97e6ac62
MD5 1fc4bff444b5338578f22ae92cff9c10
BLAKE2b-256 ab566dc6dbc8b7b7206545911b7cb5f8e6371d9051d62a3e8da967766cad21d7

See more details on using hashes here.

Provenance

The following attestation bundles were made for clickhouse_connect-1.7.2-cp313-cp313-win_arm64.whl:

Publisher: publish.yml on ClickHouse/clickhouse-connect

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file clickhouse_connect-1.7.2-cp313-cp313-win_amd64.whl.

File metadata

File hashes

Hashes for clickhouse_connect-1.7.2-cp313-cp313-win_amd64.whl
Algorithm Hash digest
SHA256 09e718e7ad2970b2de978f6da63320276b9a958a9a32f4b878e4dce09df169a9
MD5 bc14f9016e00dd182d0fefde6d837f80
BLAKE2b-256 b89bf54b501b6ea99cd60e65b18608bb07a09a7dcb5e8ec7419dbe0829ba785a

See more details on using hashes here.

Provenance

The following attestation bundles were made for clickhouse_connect-1.7.2-cp313-cp313-win_amd64.whl:

Publisher: publish.yml on ClickHouse/clickhouse-connect

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file clickhouse_connect-1.7.2-cp313-cp313-win32.whl.

File metadata

File hashes

Hashes for clickhouse_connect-1.7.2-cp313-cp313-win32.whl
Algorithm Hash digest
SHA256 fe1aa1e90dcaa3db4f12f0e612746fb93f6edc32377cf2afa12af22dd7c33be8
MD5 9d00d0f3323d090dcb2912df2fb6302a
BLAKE2b-256 55c425cdf7a01d25bc9de4c77ed4728e4162e8f710ec92f9353e38e591475ba8

See more details on using hashes here.

Provenance

The following attestation bundles were made for clickhouse_connect-1.7.2-cp313-cp313-win32.whl:

Publisher: publish.yml on ClickHouse/clickhouse-connect

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file clickhouse_connect-1.7.2-cp313-cp313-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for clickhouse_connect-1.7.2-cp313-cp313-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 a5554004022b368daac2106f651811876dd35acc0ae5dda51fd2f30d9e66ce00
MD5 5f44ea5ad394ef0bcad5d0272683e8e2
BLAKE2b-256 316a6dbcb4643d6f1bf72632cd5675cffcd74c01a8a8ba73f371a1f43970b949

See more details on using hashes here.

Provenance

The following attestation bundles were made for clickhouse_connect-1.7.2-cp313-cp313-musllinux_1_2_x86_64.whl:

Publisher: publish.yml on ClickHouse/clickhouse-connect

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file clickhouse_connect-1.7.2-cp313-cp313-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for clickhouse_connect-1.7.2-cp313-cp313-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 ca5f0a61b83c9e6b82e7fb4ff56dff9e9c11b48e39575d0bce46b388e8791195
MD5 f201d3e31284542f896b513aeb3893bf
BLAKE2b-256 aa0ea02c4f010b81806a2bfaaeaae5abc750e393c7dfd85a83c7481a434e746d

See more details on using hashes here.

Provenance

The following attestation bundles were made for clickhouse_connect-1.7.2-cp313-cp313-musllinux_1_2_aarch64.whl:

Publisher: publish.yml on ClickHouse/clickhouse-connect

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file clickhouse_connect-1.7.2-cp313-cp313-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for clickhouse_connect-1.7.2-cp313-cp313-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 d5bb5748e1dfc2adbd927bafe1305e040b87b668f7b5119482f8ec8bf4190c1d
MD5 f20e580c49542ed165f5259d5f106af2
BLAKE2b-256 0b6e82834d20243dd39be6eee84e87218d43b28e83009fc8e27d563a6c144ea9

See more details on using hashes here.

Provenance

The following attestation bundles were made for clickhouse_connect-1.7.2-cp313-cp313-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl:

Publisher: publish.yml on ClickHouse/clickhouse-connect

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file clickhouse_connect-1.7.2-cp313-cp313-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for clickhouse_connect-1.7.2-cp313-cp313-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 07f35953fb55a816b32bb0e6509996979706fcdc3577837f5741fbb18aa1dd00
MD5 8d02774eaff33466ab3827203ab6ea19
BLAKE2b-256 13b712f58fffaec70d4f6d25cb3faf5ae2bf07e2eea132bca710cd9963da6d3c

See more details on using hashes here.

Provenance

The following attestation bundles were made for clickhouse_connect-1.7.2-cp313-cp313-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl:

Publisher: publish.yml on ClickHouse/clickhouse-connect

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file clickhouse_connect-1.7.2-cp313-cp313-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for clickhouse_connect-1.7.2-cp313-cp313-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 493b4623330235f1da7396715976f81ded8f778ab966c3274cf3e190b393af78
MD5 b7df03b97f7ebbf97ab54c3df8d8b709
BLAKE2b-256 875ce6ea0eefd96ccdc4d005710ee0072ac051eb5bedc8178abc25c7d55daecc

See more details on using hashes here.

Provenance

The following attestation bundles were made for clickhouse_connect-1.7.2-cp313-cp313-macosx_11_0_arm64.whl:

Publisher: publish.yml on ClickHouse/clickhouse-connect

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file clickhouse_connect-1.7.2-cp313-cp313-macosx_10_13_x86_64.whl.

File metadata

File hashes

Hashes for clickhouse_connect-1.7.2-cp313-cp313-macosx_10_13_x86_64.whl
Algorithm Hash digest
SHA256 2235f3f6b84afd494efc85abc77d04b35360395de8683456a99b55fddd2e0c67
MD5 8e85cf208bbb83707380fba17ee15320
BLAKE2b-256 5df99ac9d87461e8eb1cd39aaa2d2439236894d117bf52d64877ed2cff079dec

See more details on using hashes here.

Provenance

The following attestation bundles were made for clickhouse_connect-1.7.2-cp313-cp313-macosx_10_13_x86_64.whl:

Publisher: publish.yml on ClickHouse/clickhouse-connect

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file clickhouse_connect-1.7.2-cp312-cp312-win_arm64.whl.

File metadata

File hashes

Hashes for clickhouse_connect-1.7.2-cp312-cp312-win_arm64.whl
Algorithm Hash digest
SHA256 7004792ef67e8fc6ce385bb42f9e420dd05702eba803d56b8b7557f1b18055de
MD5 e0861870af222a3365668dc7faa0213b
BLAKE2b-256 9c1886591e8be7903617059a8b0b4564a0ee87d899b0636fc3cb8a9a185726ba

See more details on using hashes here.

Provenance

The following attestation bundles were made for clickhouse_connect-1.7.2-cp312-cp312-win_arm64.whl:

Publisher: publish.yml on ClickHouse/clickhouse-connect

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file clickhouse_connect-1.7.2-cp312-cp312-win_amd64.whl.

File metadata

File hashes

Hashes for clickhouse_connect-1.7.2-cp312-cp312-win_amd64.whl
Algorithm Hash digest
SHA256 e4f459ec259681fc958722ba66ccec398cc40d0b8bcbcc24566c3bc4a3ed636b
MD5 254d0915c29c506d342f3fa9e3f169f5
BLAKE2b-256 4dc548ff0ec3010bc6217b81264651ba9633ebcf5e9a27c3e44259a180755cac

See more details on using hashes here.

Provenance

The following attestation bundles were made for clickhouse_connect-1.7.2-cp312-cp312-win_amd64.whl:

Publisher: publish.yml on ClickHouse/clickhouse-connect

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file clickhouse_connect-1.7.2-cp312-cp312-win32.whl.

File metadata

File hashes

Hashes for clickhouse_connect-1.7.2-cp312-cp312-win32.whl
Algorithm Hash digest
SHA256 48a86ee12435452d00cb8339e340f0ca5c55ce76ff7d31a1c98a670e69744801
MD5 9148d44aba38f1f5b7831cb93b62d95f
BLAKE2b-256 f875b83f3c5482c70bc3ec86d6187de5b5fc5a64b8079a89452275c84306290f

See more details on using hashes here.

Provenance

The following attestation bundles were made for clickhouse_connect-1.7.2-cp312-cp312-win32.whl:

Publisher: publish.yml on ClickHouse/clickhouse-connect

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file clickhouse_connect-1.7.2-cp312-cp312-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for clickhouse_connect-1.7.2-cp312-cp312-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 836c2e550d8fbb1f2b4e645e539366932e1ae66a1e32034394ed512326b6e9af
MD5 f794aaf6d4b6ec135d9848c3ff7895f4
BLAKE2b-256 032f5c4165dd6b408598cd17a53a28c1b874cbe3414983d52f548f7dfecb741b

See more details on using hashes here.

Provenance

The following attestation bundles were made for clickhouse_connect-1.7.2-cp312-cp312-musllinux_1_2_x86_64.whl:

Publisher: publish.yml on ClickHouse/clickhouse-connect

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file clickhouse_connect-1.7.2-cp312-cp312-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for clickhouse_connect-1.7.2-cp312-cp312-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 afcec295c8f1649b19dff087970f24f8673aee89382f323319a40085a366611e
MD5 eb002913d52386ba155cb65f68d277e3
BLAKE2b-256 81b869f41bdb8dff3e134c539e2af2396251b10d624f521b26eac8036d97e0e2

See more details on using hashes here.

Provenance

The following attestation bundles were made for clickhouse_connect-1.7.2-cp312-cp312-musllinux_1_2_aarch64.whl:

Publisher: publish.yml on ClickHouse/clickhouse-connect

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file clickhouse_connect-1.7.2-cp312-cp312-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for clickhouse_connect-1.7.2-cp312-cp312-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 26728faddb7f881f064757d449f52b1d8f788b77d149d0dac6e036e6f1a3fcdb
MD5 0efa699625e6947710694e2763436fb7
BLAKE2b-256 1358cb38f16a1db7ce449c4b0b1f1722c011095000dc8e407ec0492d5ae7d9f5

See more details on using hashes here.

Provenance

The following attestation bundles were made for clickhouse_connect-1.7.2-cp312-cp312-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl:

Publisher: publish.yml on ClickHouse/clickhouse-connect

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file clickhouse_connect-1.7.2-cp312-cp312-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for clickhouse_connect-1.7.2-cp312-cp312-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 be598f18e8d2d1565f7c870e053cef3f5b6d0a45f16bf3f5456bac622804bb65
MD5 08aae953b5015f3d0193700900501412
BLAKE2b-256 c96cf95357d6aaf59f54916c8ecf3e2b1b2eccc374df091ac2fe2cefa707f954

See more details on using hashes here.

Provenance

The following attestation bundles were made for clickhouse_connect-1.7.2-cp312-cp312-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl:

Publisher: publish.yml on ClickHouse/clickhouse-connect

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file clickhouse_connect-1.7.2-cp312-cp312-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for clickhouse_connect-1.7.2-cp312-cp312-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 000bae1acbf69be8249112e9213a81a66f04db93b75671fc419115ea879051ac
MD5 7f3af852ac66d1eaedfc5081ac3be1e2
BLAKE2b-256 c1ff0ef93b946e6883db7402e4a5a14fd35d94e4aa08324c7dd13b609fca2b94

See more details on using hashes here.

Provenance

The following attestation bundles were made for clickhouse_connect-1.7.2-cp312-cp312-macosx_11_0_arm64.whl:

Publisher: publish.yml on ClickHouse/clickhouse-connect

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file clickhouse_connect-1.7.2-cp312-cp312-macosx_10_13_x86_64.whl.

File metadata

File hashes

Hashes for clickhouse_connect-1.7.2-cp312-cp312-macosx_10_13_x86_64.whl
Algorithm Hash digest
SHA256 3bad1e4253a64bdfd842f7d096590af6d3791230bd941ed2b329d7d0a30b530e
MD5 672eddbf66124b14d0b6ed269c9e4d57
BLAKE2b-256 74d7e255e9c001366133864f46991e1b76eb606aaaad9a1afdeefe30f64c8836

See more details on using hashes here.

Provenance

The following attestation bundles were made for clickhouse_connect-1.7.2-cp312-cp312-macosx_10_13_x86_64.whl:

Publisher: publish.yml on ClickHouse/clickhouse-connect

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file clickhouse_connect-1.7.2-cp311-cp311-win_arm64.whl.

File metadata

File hashes

Hashes for clickhouse_connect-1.7.2-cp311-cp311-win_arm64.whl
Algorithm Hash digest
SHA256 ef0b77077394d6b12286c0b41506135ca2663ae91e30072114454bea257b59f8
MD5 fe153fd7ab9c4e1cc47f9825d741ec33
BLAKE2b-256 791efa63fa7e5812e582f2888a4c219d7097818c2781fc14af7a4ffbb37de9bd

See more details on using hashes here.

Provenance

The following attestation bundles were made for clickhouse_connect-1.7.2-cp311-cp311-win_arm64.whl:

Publisher: publish.yml on ClickHouse/clickhouse-connect

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file clickhouse_connect-1.7.2-cp311-cp311-win_amd64.whl.

File metadata

File hashes

Hashes for clickhouse_connect-1.7.2-cp311-cp311-win_amd64.whl
Algorithm Hash digest
SHA256 61dec365fc06c87f7b23e35761f4adc151be10d62dd71303533861dcef968a42
MD5 6eefefea57cd327f11b1113ab0f9bdd0
BLAKE2b-256 a7f7d8d49094f3c12b2da0cc43e6aa90ab31e708e139928ecc0bbe23c1fc1788

See more details on using hashes here.

Provenance

The following attestation bundles were made for clickhouse_connect-1.7.2-cp311-cp311-win_amd64.whl:

Publisher: publish.yml on ClickHouse/clickhouse-connect

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file clickhouse_connect-1.7.2-cp311-cp311-win32.whl.

File metadata

File hashes

Hashes for clickhouse_connect-1.7.2-cp311-cp311-win32.whl
Algorithm Hash digest
SHA256 d2700b13c789ddc6b1241148260a0dea395d5444aa2b32f6a686f4956c93a324
MD5 ae8815f544f432d5dc7d1a763da15db6
BLAKE2b-256 4668264ee704fc6b94947421dd972aa9dc0fdf407eb421ab4f43f612071c8cd5

See more details on using hashes here.

Provenance

The following attestation bundles were made for clickhouse_connect-1.7.2-cp311-cp311-win32.whl:

Publisher: publish.yml on ClickHouse/clickhouse-connect

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file clickhouse_connect-1.7.2-cp311-cp311-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for clickhouse_connect-1.7.2-cp311-cp311-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 7321db6e3517e228ecbee19a4bceb6a6220679ab3e0e49fc2af239108b7229ba
MD5 d942eddfb3c7dbf31544dffc1ec6f6ca
BLAKE2b-256 95daa81b8fbad8141215b077565a62af5556c121e80120f401cbb7d8cb1efa1e

See more details on using hashes here.

Provenance

The following attestation bundles were made for clickhouse_connect-1.7.2-cp311-cp311-musllinux_1_2_x86_64.whl:

Publisher: publish.yml on ClickHouse/clickhouse-connect

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file clickhouse_connect-1.7.2-cp311-cp311-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for clickhouse_connect-1.7.2-cp311-cp311-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 fab32e6376fad7cd6c021341b1ceb49d09a8a0c65b8d55aef028cc2faaa298ad
MD5 166f527e194480b5bc2dae19ed579667
BLAKE2b-256 2da6a29356ad7c9378286a66772ccfecef1d2ac5bec35e54c34a8a880ca58aa6

See more details on using hashes here.

Provenance

The following attestation bundles were made for clickhouse_connect-1.7.2-cp311-cp311-musllinux_1_2_aarch64.whl:

Publisher: publish.yml on ClickHouse/clickhouse-connect

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file clickhouse_connect-1.7.2-cp311-cp311-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for clickhouse_connect-1.7.2-cp311-cp311-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 875f689e572710cc24d6cc34be3e0f6e4ceaa337e4d1aaaa556f2e8b923a0ec6
MD5 e8389c6d0cc34026816dcdf3f5ea6086
BLAKE2b-256 a2b11c8728c3c6c93908a39bb8118b2f9c77242ef55598e41c0db747c6ea1b71

See more details on using hashes here.

Provenance

The following attestation bundles were made for clickhouse_connect-1.7.2-cp311-cp311-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl:

Publisher: publish.yml on ClickHouse/clickhouse-connect

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file clickhouse_connect-1.7.2-cp311-cp311-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for clickhouse_connect-1.7.2-cp311-cp311-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 a7fad45ddf3945d06e8ce8062562ce5a4e7f83eec14be26fb704b8c84fa2466f
MD5 3e37294f56807d6a4b47f5eb948db43c
BLAKE2b-256 e8cc6f19532208b22521419cc5241f2c88926620dd343b7c47a19d240d2601f1

See more details on using hashes here.

Provenance

The following attestation bundles were made for clickhouse_connect-1.7.2-cp311-cp311-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl:

Publisher: publish.yml on ClickHouse/clickhouse-connect

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file clickhouse_connect-1.7.2-cp311-cp311-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for clickhouse_connect-1.7.2-cp311-cp311-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 8959f8c9629494ec7e63cd297f24491d602d15e9838514a3e988c038eafca5ac
MD5 3f434a618cd7501c0f5e8bc3678635e4
BLAKE2b-256 89f7240c869fb580cac89b68e1571ae9b9db1da29ba6f9b4fa35c5a2fdf013b5

See more details on using hashes here.

Provenance

The following attestation bundles were made for clickhouse_connect-1.7.2-cp311-cp311-macosx_11_0_arm64.whl:

Publisher: publish.yml on ClickHouse/clickhouse-connect

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file clickhouse_connect-1.7.2-cp311-cp311-macosx_10_9_x86_64.whl.

File metadata

File hashes

Hashes for clickhouse_connect-1.7.2-cp311-cp311-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 256a8352e0dc61deb8737cdaeac057e3474bd4d82c027d1d00325f843408f9cc
MD5 b6979a03ecbfdf8019bc0608adebf39a
BLAKE2b-256 f1eb023fea58e061a7ceb2e464160d2a58b3e5717856dd859c8f684f2c1c3035

See more details on using hashes here.

Provenance

The following attestation bundles were made for clickhouse_connect-1.7.2-cp311-cp311-macosx_10_9_x86_64.whl:

Publisher: publish.yml on ClickHouse/clickhouse-connect

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file clickhouse_connect-1.7.2-cp310-cp310-win_arm64.whl.

File metadata

File hashes

Hashes for clickhouse_connect-1.7.2-cp310-cp310-win_arm64.whl
Algorithm Hash digest
SHA256 4735abd4f3aa8e329c32760dc5b409110a2749b8709b869c2be96d477af7142c
MD5 0a1b17c84db2e5d08d1e756d63a0a2da
BLAKE2b-256 147e45194ebd622714c4f1739d5be4b00177b88ec5e07f9905c5aad528e638ea

See more details on using hashes here.

Provenance

The following attestation bundles were made for clickhouse_connect-1.7.2-cp310-cp310-win_arm64.whl:

Publisher: publish.yml on ClickHouse/clickhouse-connect

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file clickhouse_connect-1.7.2-cp310-cp310-win_amd64.whl.

File metadata

File hashes

Hashes for clickhouse_connect-1.7.2-cp310-cp310-win_amd64.whl
Algorithm Hash digest
SHA256 5fb5b8bd027b112c67393a8700518b5bd1b4a45a072732600444aff166bef6f3
MD5 e912e308d55dd969e7ddfe8732a439f8
BLAKE2b-256 9e36aa95db1a1cac583916a9020b8116a6e50b47321526f43e42b99a9a2c54ca

See more details on using hashes here.

Provenance

The following attestation bundles were made for clickhouse_connect-1.7.2-cp310-cp310-win_amd64.whl:

Publisher: publish.yml on ClickHouse/clickhouse-connect

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file clickhouse_connect-1.7.2-cp310-cp310-win32.whl.

File metadata

File hashes

Hashes for clickhouse_connect-1.7.2-cp310-cp310-win32.whl
Algorithm Hash digest
SHA256 456d8ee1b52d22b57fcda8feeef0b86875e1f39fe1bdeaf380155c601733e927
MD5 f407752c7d0828d2e9f2dc288fd8d9a6
BLAKE2b-256 7843e8376cc2ff3f99f0c65734eac2ed8bda39b1db0ccd0b1b48b724df72ed73

See more details on using hashes here.

Provenance

The following attestation bundles were made for clickhouse_connect-1.7.2-cp310-cp310-win32.whl:

Publisher: publish.yml on ClickHouse/clickhouse-connect

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file clickhouse_connect-1.7.2-cp310-cp310-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for clickhouse_connect-1.7.2-cp310-cp310-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 26cbf60cddbb462babc5e31c9dfea22f9f8b838d8662c2f1ee01b9bc8bd5f743
MD5 b99d8ead1f6462a234f8130f06f42283
BLAKE2b-256 aab02b3cf3f485b1f3cba68a442b94ff187ade708adf03f5c4e056b8fbbeceed

See more details on using hashes here.

Provenance

The following attestation bundles were made for clickhouse_connect-1.7.2-cp310-cp310-musllinux_1_2_x86_64.whl:

Publisher: publish.yml on ClickHouse/clickhouse-connect

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file clickhouse_connect-1.7.2-cp310-cp310-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for clickhouse_connect-1.7.2-cp310-cp310-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 a513627472579f421a29e8be982d8bc38168ae5db9d107c6bd5e575d864019a3
MD5 cea2c5a791c2186124f81893d34bafc3
BLAKE2b-256 93aae09d654a590c016b4e6d423abc6bed93d6eff58994e24c4aed6d09827519

See more details on using hashes here.

Provenance

The following attestation bundles were made for clickhouse_connect-1.7.2-cp310-cp310-musllinux_1_2_aarch64.whl:

Publisher: publish.yml on ClickHouse/clickhouse-connect

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file clickhouse_connect-1.7.2-cp310-cp310-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for clickhouse_connect-1.7.2-cp310-cp310-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 c50418f3b9d2e8ffd431dde28c7aa173dd9ee79aa5b60d8d44a8068ba1e6a33d
MD5 acd93d8ea5e46c002b89bd3847093842
BLAKE2b-256 b8fa52da7021a2697dc726fdf1d387b8ef035c2dc2b76bed3106806d466369e8

See more details on using hashes here.

Provenance

The following attestation bundles were made for clickhouse_connect-1.7.2-cp310-cp310-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl:

Publisher: publish.yml on ClickHouse/clickhouse-connect

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file clickhouse_connect-1.7.2-cp310-cp310-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for clickhouse_connect-1.7.2-cp310-cp310-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 54cca1e7d26c169c2eb46fabb08d5a7c7fe716e9bf3b966a17321953a2acc791
MD5 b26096137e7c61dfd586e5fbda6a9ba8
BLAKE2b-256 09a2716849f2438b093c2ccd691cbe2b8e49476bc82a81854a7a23a21a11b2a4

See more details on using hashes here.

Provenance

The following attestation bundles were made for clickhouse_connect-1.7.2-cp310-cp310-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl:

Publisher: publish.yml on ClickHouse/clickhouse-connect

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file clickhouse_connect-1.7.2-cp310-cp310-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for clickhouse_connect-1.7.2-cp310-cp310-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 02bf1b5ab73bd3150240129dfabbd7020dac8cd7b52397cbc73b5c1d4f2dc6ad
MD5 1ec0933f99e6bbc00d77a35e43befb97
BLAKE2b-256 9166e050964c099d9ab9727a5c8180f689841fd12a504cbf5b11d7bc0acc439b

See more details on using hashes here.

Provenance

The following attestation bundles were made for clickhouse_connect-1.7.2-cp310-cp310-macosx_11_0_arm64.whl:

Publisher: publish.yml on ClickHouse/clickhouse-connect

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file clickhouse_connect-1.7.2-cp310-cp310-macosx_10_9_x86_64.whl.

File metadata

File hashes

Hashes for clickhouse_connect-1.7.2-cp310-cp310-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 956879b365c2a2fbd800a6fccbf56f7b872011d5d6af1e2ef3ccac3268336e31
MD5 0f8a325ee36d86e30a4b013c5ad2fe65
BLAKE2b-256 63888cdc90efecfda8019b2634221d1de6f7821a96a296af09b5cbe44aa762b6

See more details on using hashes here.

Provenance

The following attestation bundles were made for clickhouse_connect-1.7.2-cp310-cp310-macosx_10_9_x86_64.whl:

Publisher: publish.yml on ClickHouse/clickhouse-connect

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

Release history Release notifications | RSS feed

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Sentry Error logging StatusPage Status page