Skip to main content
Pre-release

This release is a pre-release and may not be stable for production use.

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.8.0rc2.tar.gz (228.6 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.8.0rc2-pp310-pypy310_pp73-win_amd64.whl (391.6 kB view details)

Uploaded PyPyWindows x86-64

clickhouse_connect-1.8.0rc2-pp310-pypy310_pp73-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl (424.6 kB view details)

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

clickhouse_connect-1.8.0rc2-pp310-pypy310_pp73-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl (419.3 kB view details)

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

clickhouse_connect-1.8.0rc2-pp310-pypy310_pp73-macosx_11_0_arm64.whl (387.0 kB view details)

Uploaded PyPymacOS 11.0+ ARM64

clickhouse_connect-1.8.0rc2-pp310-pypy310_pp73-macosx_10_15_x86_64.whl (392.8 kB view details)

Uploaded PyPymacOS 10.15+ x86-64

clickhouse_connect-1.8.0rc2-cp314-cp314t-win_arm64.whl (401.5 kB view details)

Uploaded CPython 3.14tWindows ARM64

clickhouse_connect-1.8.0rc2-cp314-cp314t-win_amd64.whl (423.4 kB view details)

Uploaded CPython 3.14tWindows x86-64

clickhouse_connect-1.8.0rc2-cp314-cp314t-win32.whl (401.9 kB view details)

Uploaded CPython 3.14tWindows x86

clickhouse_connect-1.8.0rc2-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.8.0rc2-cp314-cp314t-musllinux_1_2_aarch64.whl (1.4 MB view details)

Uploaded CPython 3.14tmusllinux: musl 1.2+ ARM64

clickhouse_connect-1.8.0rc2-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.8.0rc2-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.8.0rc2-cp314-cp314t-macosx_11_0_arm64.whl (432.4 kB view details)

Uploaded CPython 3.14tmacOS 11.0+ ARM64

clickhouse_connect-1.8.0rc2-cp314-cp314t-macosx_10_15_x86_64.whl (439.7 kB view details)

Uploaded CPython 3.14tmacOS 10.15+ x86-64

clickhouse_connect-1.8.0rc2-cp314-cp314-win_arm64.whl (391.0 kB view details)

Uploaded CPython 3.14Windows ARM64

clickhouse_connect-1.8.0rc2-cp314-cp314-win_amd64.whl (408.8 kB view details)

Uploaded CPython 3.14Windows x86-64

clickhouse_connect-1.8.0rc2-cp314-cp314-win32.whl (388.7 kB view details)

Uploaded CPython 3.14Windows x86

clickhouse_connect-1.8.0rc2-cp314-cp314-musllinux_1_2_x86_64.whl (1.4 MB view details)

Uploaded CPython 3.14musllinux: musl 1.2+ x86-64

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

Uploaded CPython 3.14musllinux: musl 1.2+ ARM64

clickhouse_connect-1.8.0rc2-cp314-cp314-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl (1.4 MB view details)

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

clickhouse_connect-1.8.0rc2-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.8.0rc2-cp314-cp314-macosx_11_0_arm64.whl (411.2 kB view details)

Uploaded CPython 3.14macOS 11.0+ ARM64

clickhouse_connect-1.8.0rc2-cp314-cp314-macosx_10_15_x86_64.whl (421.9 kB view details)

Uploaded CPython 3.14macOS 10.15+ x86-64

clickhouse_connect-1.8.0rc2-cp313-cp313-win_arm64.whl (386.4 kB view details)

Uploaded CPython 3.13Windows ARM64

clickhouse_connect-1.8.0rc2-cp313-cp313-win_amd64.whl (404.2 kB view details)

Uploaded CPython 3.13Windows x86-64

clickhouse_connect-1.8.0rc2-cp313-cp313-win32.whl (385.9 kB view details)

Uploaded CPython 3.13Windows x86

clickhouse_connect-1.8.0rc2-cp313-cp313-musllinux_1_2_x86_64.whl (1.4 MB view details)

Uploaded CPython 3.13musllinux: musl 1.2+ x86-64

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

Uploaded CPython 3.13musllinux: musl 1.2+ ARM64

clickhouse_connect-1.8.0rc2-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.8.0rc2-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.8.0rc2-cp313-cp313-macosx_11_0_arm64.whl (410.1 kB view details)

Uploaded CPython 3.13macOS 11.0+ ARM64

clickhouse_connect-1.8.0rc2-cp313-cp313-macosx_10_13_x86_64.whl (421.5 kB view details)

Uploaded CPython 3.13macOS 10.13+ x86-64

clickhouse_connect-1.8.0rc2-cp312-cp312-win_arm64.whl (386.9 kB view details)

Uploaded CPython 3.12Windows ARM64

clickhouse_connect-1.8.0rc2-cp312-cp312-win_amd64.whl (405.7 kB view details)

Uploaded CPython 3.12Windows x86-64

clickhouse_connect-1.8.0rc2-cp312-cp312-win32.whl (386.5 kB view details)

Uploaded CPython 3.12Windows x86

clickhouse_connect-1.8.0rc2-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.8.0rc2-cp312-cp312-musllinux_1_2_aarch64.whl (1.3 MB view details)

Uploaded CPython 3.12musllinux: musl 1.2+ ARM64

clickhouse_connect-1.8.0rc2-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.8.0rc2-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.8.0rc2-cp312-cp312-macosx_11_0_arm64.whl (411.7 kB view details)

Uploaded CPython 3.12macOS 11.0+ ARM64

clickhouse_connect-1.8.0rc2-cp312-cp312-macosx_10_13_x86_64.whl (423.3 kB view details)

Uploaded CPython 3.12macOS 10.13+ x86-64

clickhouse_connect-1.8.0rc2-cp311-cp311-win_arm64.whl (388.7 kB view details)

Uploaded CPython 3.11Windows ARM64

clickhouse_connect-1.8.0rc2-cp311-cp311-win_amd64.whl (406.0 kB view details)

Uploaded CPython 3.11Windows x86-64

clickhouse_connect-1.8.0rc2-cp311-cp311-win32.whl (385.7 kB view details)

Uploaded CPython 3.11Windows x86

clickhouse_connect-1.8.0rc2-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.8.0rc2-cp311-cp311-musllinux_1_2_aarch64.whl (1.4 MB view details)

Uploaded CPython 3.11musllinux: musl 1.2+ ARM64

clickhouse_connect-1.8.0rc2-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.8.0rc2-cp311-cp311-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl (1.4 MB view details)

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

clickhouse_connect-1.8.0rc2-cp311-cp311-macosx_11_0_arm64.whl (414.1 kB view details)

Uploaded CPython 3.11macOS 11.0+ ARM64

clickhouse_connect-1.8.0rc2-cp311-cp311-macosx_10_9_x86_64.whl (424.9 kB view details)

Uploaded CPython 3.11macOS 10.9+ x86-64

clickhouse_connect-1.8.0rc2-cp310-cp310-win_arm64.whl (388.9 kB view details)

Uploaded CPython 3.10Windows ARM64

clickhouse_connect-1.8.0rc2-cp310-cp310-win_amd64.whl (405.7 kB view details)

Uploaded CPython 3.10Windows x86-64

clickhouse_connect-1.8.0rc2-cp310-cp310-win32.whl (386.5 kB view details)

Uploaded CPython 3.10Windows x86

clickhouse_connect-1.8.0rc2-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.8.0rc2-cp310-cp310-musllinux_1_2_aarch64.whl (1.3 MB view details)

Uploaded CPython 3.10musllinux: musl 1.2+ ARM64

clickhouse_connect-1.8.0rc2-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.8.0rc2-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.8.0rc2-cp310-cp310-macosx_11_0_arm64.whl (415.8 kB view details)

Uploaded CPython 3.10macOS 11.0+ ARM64

clickhouse_connect-1.8.0rc2-cp310-cp310-macosx_10_9_x86_64.whl (426.7 kB view details)

Uploaded CPython 3.10macOS 10.9+ x86-64

File details

Details for the file clickhouse_connect-1.8.0rc2.tar.gz.

File metadata

  • Download URL: clickhouse_connect-1.8.0rc2.tar.gz
  • Upload date:
  • Size: 228.6 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.8.0rc2.tar.gz
Algorithm Hash digest
SHA256 6485cf6bc1dae8b6dfbdf9ada9d9f1f9e86056bfca85b2b611f56d18b7cea3e9
MD5 04700f837c912e6c74f7c4ac65ecca1c
BLAKE2b-256 005016697eb546a1cdfbc28f9688540c552a68345a2e63c7d99c78a708e4ed15

See more details on using hashes here.

Provenance

The following attestation bundles were made for clickhouse_connect-1.8.0rc2.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.8.0rc2-pp310-pypy310_pp73-win_amd64.whl.

File metadata

File hashes

Hashes for clickhouse_connect-1.8.0rc2-pp310-pypy310_pp73-win_amd64.whl
Algorithm Hash digest
SHA256 b73f795f25701edeae2344a7c022c462ec0c01004200e4f5ac95c47092210064
MD5 4bd25138f3012dd72a8f56f6b0d56ffe
BLAKE2b-256 f7daa216241efd2fb848833326594389d6d04423cf5bc46cb041eb6d13ba7a87

See more details on using hashes here.

Provenance

The following attestation bundles were made for clickhouse_connect-1.8.0rc2-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.8.0rc2-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.8.0rc2-pp310-pypy310_pp73-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 cd5176ea97e47d7f109bf8fbc7171fc89e6d471f39d6fce3d5a0af74c9efefcd
MD5 7ea239fc038d62d06c689a05a532dead
BLAKE2b-256 b68edc6235a3da31ef28d3eee7bc9b718b8d6c52d8ee867603508a8925382e5e

See more details on using hashes here.

Provenance

The following attestation bundles were made for clickhouse_connect-1.8.0rc2-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.8.0rc2-pp310-pypy310_pp73-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for clickhouse_connect-1.8.0rc2-pp310-pypy310_pp73-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 4363a70c211bfc05092200fcf0e38949ada9e24d2a48b42bc09150b7b8796e11
MD5 6dde7bff7005212a888b61facea4bade
BLAKE2b-256 8aaadaf68754d6a1ce87d717d8ef363ba7abf8a2f8fed0d8b30b3bebd2355f60

See more details on using hashes here.

Provenance

The following attestation bundles were made for clickhouse_connect-1.8.0rc2-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.8.0rc2-pp310-pypy310_pp73-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for clickhouse_connect-1.8.0rc2-pp310-pypy310_pp73-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 fa403019605cf992ca06e584b2fc0f32430543fd36216104b63d79a40f2ba065
MD5 f0da5f50b04c7191dba28ce50af144ee
BLAKE2b-256 d1969f235d83a5fcded4a22d6fed097a75ac2bc8b29bb9b3a3ff3c3fb95bb48a

See more details on using hashes here.

Provenance

The following attestation bundles were made for clickhouse_connect-1.8.0rc2-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.8.0rc2-pp310-pypy310_pp73-macosx_10_15_x86_64.whl.

File metadata

File hashes

Hashes for clickhouse_connect-1.8.0rc2-pp310-pypy310_pp73-macosx_10_15_x86_64.whl
Algorithm Hash digest
SHA256 d79acdbf6137be13e4c89f7d6a1b14575c44b44dc02136f913d16301fca405b8
MD5 6c6cbf279c2de0c87bae6fac57d19834
BLAKE2b-256 158ce11c6657af67fc0b56b84e6ab8d822b648fbbad89894fd88888b6cce032d

See more details on using hashes here.

Provenance

The following attestation bundles were made for clickhouse_connect-1.8.0rc2-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.8.0rc2-cp314-cp314t-win_arm64.whl.

File metadata

File hashes

Hashes for clickhouse_connect-1.8.0rc2-cp314-cp314t-win_arm64.whl
Algorithm Hash digest
SHA256 b0b0408391ca768fde92aa2d7777d106a5b3ebda4797fe368727ef9372ee23b8
MD5 79da63f4dff3872e71c85bfa680095c4
BLAKE2b-256 4a56630ea0958c37fe962f56e46f2a13016cb251ba1ebb5ecb2a822d70085f5f

See more details on using hashes here.

Provenance

The following attestation bundles were made for clickhouse_connect-1.8.0rc2-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.8.0rc2-cp314-cp314t-win_amd64.whl.

File metadata

File hashes

Hashes for clickhouse_connect-1.8.0rc2-cp314-cp314t-win_amd64.whl
Algorithm Hash digest
SHA256 19abbe5e8c2e3d335435861603755f938e2f066390663090f5451adb2b76175d
MD5 f428f6007eb7e5a6d9318d0da9194d21
BLAKE2b-256 d0b65c0166ab99386c07faf47a78158c3bfa79ffa76e4397ea0fbfda1555fa00

See more details on using hashes here.

Provenance

The following attestation bundles were made for clickhouse_connect-1.8.0rc2-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.8.0rc2-cp314-cp314t-win32.whl.

File metadata

File hashes

Hashes for clickhouse_connect-1.8.0rc2-cp314-cp314t-win32.whl
Algorithm Hash digest
SHA256 eacdebf27d65109b18d73233c78b80efaf997d677671d53360654b9e434229d1
MD5 0b692df06b96f3339d7c6382b5d9339b
BLAKE2b-256 e64c09792decb90d805d2962e0f0aae27d2a627ad8aa64fbc818d9b329bf4bc7

See more details on using hashes here.

Provenance

The following attestation bundles were made for clickhouse_connect-1.8.0rc2-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.8.0rc2-cp314-cp314t-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for clickhouse_connect-1.8.0rc2-cp314-cp314t-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 c6b6fb510b0d5518fb96b3ec58b08a8c5c4c9f1d2cfac26c126cdc931a2af307
MD5 63f17c2245f96148eb7398360c322c92
BLAKE2b-256 d154dbb0a2328b10ecdb6bc1a300f6a2cefb16245673e2f78e540e6ad28a997d

See more details on using hashes here.

Provenance

The following attestation bundles were made for clickhouse_connect-1.8.0rc2-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.8.0rc2-cp314-cp314t-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for clickhouse_connect-1.8.0rc2-cp314-cp314t-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 7b767fc2873beb236242bffda087cc9431d933867381430f6eb6eecac8d2a9c8
MD5 2647bfb3554570ac17a6b0e1409cd950
BLAKE2b-256 3e8953556267208373e33625fecbf0cb46992dce7e33a5587e75f21ef6d0cb32

See more details on using hashes here.

Provenance

The following attestation bundles were made for clickhouse_connect-1.8.0rc2-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.8.0rc2-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.8.0rc2-cp314-cp314t-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 4438ab5041444d02258a74ac22e7bd3007fb547c5b0db6c8d83496a0c833a938
MD5 ecf8385220c409127bd6d702d1f45b76
BLAKE2b-256 cace546437c6fb07877fe223377d61fd89a1a9fe6c977a49e3b1075162d9c690

See more details on using hashes here.

Provenance

The following attestation bundles were made for clickhouse_connect-1.8.0rc2-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.8.0rc2-cp314-cp314t-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for clickhouse_connect-1.8.0rc2-cp314-cp314t-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 f8f14ea3498b9cf91f8367d4e42d574ecf08184ad4f15d4082c55a945721d7fe
MD5 ae84575750f4d21df84dada6c1db0a10
BLAKE2b-256 f9893202413155caf7709875772864947636fda58b8765afe06470dc6455d819

See more details on using hashes here.

Provenance

The following attestation bundles were made for clickhouse_connect-1.8.0rc2-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.8.0rc2-cp314-cp314t-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for clickhouse_connect-1.8.0rc2-cp314-cp314t-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 d9e74009f8c2c5cd136138c885fc1157ba30c11c09283fb249c5a10803a483e9
MD5 9e8b08b6a8109fbc6fb9f1403de10d7c
BLAKE2b-256 d4b7e22c723360f33955585c090152817f14aa80590b471d4e0e4e2a11ac02ba

See more details on using hashes here.

Provenance

The following attestation bundles were made for clickhouse_connect-1.8.0rc2-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.8.0rc2-cp314-cp314t-macosx_10_15_x86_64.whl.

File metadata

File hashes

Hashes for clickhouse_connect-1.8.0rc2-cp314-cp314t-macosx_10_15_x86_64.whl
Algorithm Hash digest
SHA256 c11f55fd263a4f8fab9d91d4a2180643414d3705f842a03221bb24032940dce6
MD5 9ed4d192b1119b92091621cb084cb9f8
BLAKE2b-256 36da960d121590f75740d5cb5cd7f4a3040b766ab65e6451d21b119d6075cd67

See more details on using hashes here.

Provenance

The following attestation bundles were made for clickhouse_connect-1.8.0rc2-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.8.0rc2-cp314-cp314-win_arm64.whl.

File metadata

File hashes

Hashes for clickhouse_connect-1.8.0rc2-cp314-cp314-win_arm64.whl
Algorithm Hash digest
SHA256 092d4145fa377c6b30662a97b3add0c2fd7018a57a2e86201955659b3994d2d7
MD5 5207789e45da3273ec5dd414bc17be66
BLAKE2b-256 012bb6c5832af30340d411eba24f54e052c168dd49c51bf840a7f6714ad8e70d

See more details on using hashes here.

Provenance

The following attestation bundles were made for clickhouse_connect-1.8.0rc2-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.8.0rc2-cp314-cp314-win_amd64.whl.

File metadata

File hashes

Hashes for clickhouse_connect-1.8.0rc2-cp314-cp314-win_amd64.whl
Algorithm Hash digest
SHA256 2287c2c494b0bf91d5a1c1c3550aea8593cd929358ab6116726bbed85a3d0796
MD5 73a3137fd4cdcaf50c53566312510335
BLAKE2b-256 fcded180015768936d9d30f8dabbae9149d2f90ad08b47e62790214a096af7a9

See more details on using hashes here.

Provenance

The following attestation bundles were made for clickhouse_connect-1.8.0rc2-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.8.0rc2-cp314-cp314-win32.whl.

File metadata

File hashes

Hashes for clickhouse_connect-1.8.0rc2-cp314-cp314-win32.whl
Algorithm Hash digest
SHA256 c0271265318f416e0508add3358abf44a7f7c8a8bdef951534b2b33499e70ed2
MD5 e9bb7bdf68691af28ef1fbc7b1b01d27
BLAKE2b-256 eff05f176b5ff6b4ac178863d0d0eb91d83829572e2070e80956814a360cd437

See more details on using hashes here.

Provenance

The following attestation bundles were made for clickhouse_connect-1.8.0rc2-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.8.0rc2-cp314-cp314-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for clickhouse_connect-1.8.0rc2-cp314-cp314-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 9c46918b33147a0d6253a81b5a60d91a3dbd2d4254e7d4d37b638269768137df
MD5 5f4152784843df3ced1ac1cf6354cbbe
BLAKE2b-256 4574ec35df5627530d11ce5cca9956610add8799ffbd9e63e4cfb6b613e6bb8f

See more details on using hashes here.

Provenance

The following attestation bundles were made for clickhouse_connect-1.8.0rc2-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.8.0rc2-cp314-cp314-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for clickhouse_connect-1.8.0rc2-cp314-cp314-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 f25fd770b5918aa495b01316dceff1a51855bcad32a9ecab9e90773c7d3eed3b
MD5 845c6a0ce6b54c19235be146e3caa840
BLAKE2b-256 5cd174f243e94492c452320d9cb2c30128b29145e9959a877ce2adb3b903eba5

See more details on using hashes here.

Provenance

The following attestation bundles were made for clickhouse_connect-1.8.0rc2-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.8.0rc2-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.8.0rc2-cp314-cp314-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 952f2da6b22cef8479cefd2d150b3193a73ecd3611d94d9268b861c952df64fd
MD5 1a2e883b0e225144a4d33d17906487bc
BLAKE2b-256 dbefd47e5e8d3f663e42e1ca249fb68f5e36894b3d16294c1ef979972698fe49

See more details on using hashes here.

Provenance

The following attestation bundles were made for clickhouse_connect-1.8.0rc2-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.8.0rc2-cp314-cp314-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for clickhouse_connect-1.8.0rc2-cp314-cp314-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 da395d8695bae00ee39a5d29062d26c1a6b3a0dfe17c898dd61e83143a13edfc
MD5 9bc246808d22bfc63b13889c9e638425
BLAKE2b-256 f26553fb38965e32d1360e15c693d9a2c3b262e5a42a0734e79b96389ee309a6

See more details on using hashes here.

Provenance

The following attestation bundles were made for clickhouse_connect-1.8.0rc2-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.8.0rc2-cp314-cp314-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for clickhouse_connect-1.8.0rc2-cp314-cp314-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 515a847540d6da9d1f238fe8928dd8fc48441f1b3bb4b0d8cae6e01d28f81b8d
MD5 85d2b94427357831fc7a6ab9707c72cb
BLAKE2b-256 da1b20f1814351b0e3bc8ece330d5d52851412690938e3be760e209c9b46e78c

See more details on using hashes here.

Provenance

The following attestation bundles were made for clickhouse_connect-1.8.0rc2-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.8.0rc2-cp314-cp314-macosx_10_15_x86_64.whl.

File metadata

File hashes

Hashes for clickhouse_connect-1.8.0rc2-cp314-cp314-macosx_10_15_x86_64.whl
Algorithm Hash digest
SHA256 3899a73f517317a9aa8b911b6f84fc573edec1b96e9f2fdda59301299c59b1b4
MD5 5f9bad3ba96053ab5cdc4c61e11bd682
BLAKE2b-256 de0711613d65decd3798a95048cec4034528aa3d21d55d4b24d61feb58cbd956

See more details on using hashes here.

Provenance

The following attestation bundles were made for clickhouse_connect-1.8.0rc2-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.8.0rc2-cp313-cp313-win_arm64.whl.

File metadata

File hashes

Hashes for clickhouse_connect-1.8.0rc2-cp313-cp313-win_arm64.whl
Algorithm Hash digest
SHA256 e51c2a6a07f7e28de8b42c09ddee34ea759385bb14ec64ad3a8461a9922c9429
MD5 d9e7af3cd9a7e333661640c2d8f165da
BLAKE2b-256 4a0a24c6b566a02e48bc7f540ccd7682d11655c4ec09891fa83bc9eebb84049d

See more details on using hashes here.

Provenance

The following attestation bundles were made for clickhouse_connect-1.8.0rc2-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.8.0rc2-cp313-cp313-win_amd64.whl.

File metadata

File hashes

Hashes for clickhouse_connect-1.8.0rc2-cp313-cp313-win_amd64.whl
Algorithm Hash digest
SHA256 38a1b15bfb0b42f6ca537ae2ca53b91aae19a1dab7b649bc3e1661a79fe0d4f2
MD5 8676f3c20dd590a7831fa2a0f32ddf55
BLAKE2b-256 013660e132cd261e2e7436267f9187829bd9e60e9b36694e38ca8f6819b8754c

See more details on using hashes here.

Provenance

The following attestation bundles were made for clickhouse_connect-1.8.0rc2-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.8.0rc2-cp313-cp313-win32.whl.

File metadata

File hashes

Hashes for clickhouse_connect-1.8.0rc2-cp313-cp313-win32.whl
Algorithm Hash digest
SHA256 c8866b951a86fcb820ac71ae1aa1ba82a78b841adefbd74a4871be3fbbb26af2
MD5 c97c2175bcaee8fe22200da9737f51b6
BLAKE2b-256 658d2474b1afe8848c30ef80ce9ba225c30a4fe3410a1f7df61e945ceed3f48d

See more details on using hashes here.

Provenance

The following attestation bundles were made for clickhouse_connect-1.8.0rc2-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.8.0rc2-cp313-cp313-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for clickhouse_connect-1.8.0rc2-cp313-cp313-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 edc5eef5c9d915d2aeb53dbf7acb533a02601b1affceb6992054d9e42cc754f1
MD5 55f245e05dd442698e1f79e3782c03e2
BLAKE2b-256 22b091e56959f5d4b24ab69b2b519158cc1427ea022a7b1bffe2dd7357f2300b

See more details on using hashes here.

Provenance

The following attestation bundles were made for clickhouse_connect-1.8.0rc2-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.8.0rc2-cp313-cp313-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for clickhouse_connect-1.8.0rc2-cp313-cp313-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 74180add52d9e46b492da0f30a0bbce10b63d03dfc53e6f764304404733425af
MD5 262434b861fd84e49dc8c931d48706b1
BLAKE2b-256 5859ab9071f809f036b8eabb9d049d29213b6a7b12190234bec5af1810e29bd3

See more details on using hashes here.

Provenance

The following attestation bundles were made for clickhouse_connect-1.8.0rc2-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.8.0rc2-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.8.0rc2-cp313-cp313-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 08c5aeb94e9cb74072d1c8f1268f27022c7efad2010e4bb402ee3989fd48318d
MD5 bb4784a1df3a6d80240257c027608c71
BLAKE2b-256 1048c1a913d94c61caa4d3009832857c6ac8de9e00eda3bda8c92a2278fa40e5

See more details on using hashes here.

Provenance

The following attestation bundles were made for clickhouse_connect-1.8.0rc2-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.8.0rc2-cp313-cp313-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for clickhouse_connect-1.8.0rc2-cp313-cp313-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 1d8896447ea4a8807fe28e4927d7f8ddcadbe910d009a76aa687121debdcc62d
MD5 7ff8e1402b434d74f3ad4d1fd3f799bb
BLAKE2b-256 16047b02cc6c1976f54680b06efc72b3a7186dc0375fa4eb5f74ac4bc60e86bd

See more details on using hashes here.

Provenance

The following attestation bundles were made for clickhouse_connect-1.8.0rc2-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.8.0rc2-cp313-cp313-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for clickhouse_connect-1.8.0rc2-cp313-cp313-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 355b80f7e8cc5eed4e3bdeb4887309ed59e10801acff443710b15c004c9fce4f
MD5 794ae2367c4c457141f4ea6a4942c1d4
BLAKE2b-256 edd3cd64aa5aab2d8184782c63f51278f15c0d80dcf227145b41f448288b17d5

See more details on using hashes here.

Provenance

The following attestation bundles were made for clickhouse_connect-1.8.0rc2-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.8.0rc2-cp313-cp313-macosx_10_13_x86_64.whl.

File metadata

File hashes

Hashes for clickhouse_connect-1.8.0rc2-cp313-cp313-macosx_10_13_x86_64.whl
Algorithm Hash digest
SHA256 5c6a97de464b2c5fe34e27b8f33c425c178de8cf4899ccaa6c983d90bb6dc68f
MD5 9782c6159f19c258cd262c39ae3b984d
BLAKE2b-256 caacd76a6e06b4b2c42c3c49f83237522b055a012af3b6e98aa36337ec115e64

See more details on using hashes here.

Provenance

The following attestation bundles were made for clickhouse_connect-1.8.0rc2-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.8.0rc2-cp312-cp312-win_arm64.whl.

File metadata

File hashes

Hashes for clickhouse_connect-1.8.0rc2-cp312-cp312-win_arm64.whl
Algorithm Hash digest
SHA256 729063d6afc73185ddeea1656ad2daf8204ed5ba3eb23f2abe3f5749f18c1c26
MD5 0fb7445d738eb2f6f19849cfffbf7404
BLAKE2b-256 be9e07dbd2e8125a42823d5d34a96ab7a5e7146bc5e1cfe3814a76e7f5172da1

See more details on using hashes here.

Provenance

The following attestation bundles were made for clickhouse_connect-1.8.0rc2-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.8.0rc2-cp312-cp312-win_amd64.whl.

File metadata

File hashes

Hashes for clickhouse_connect-1.8.0rc2-cp312-cp312-win_amd64.whl
Algorithm Hash digest
SHA256 d3009dce68e41cf2251a22f1ffccbb96e4fcbf86e497c3f2fce944e3f9e904fe
MD5 773c38f8abbb0acc731ebf2dad59cd7c
BLAKE2b-256 8376425b3331d02d7256ec2619a15c2348a079455d2f0d633772657bd93a1b27

See more details on using hashes here.

Provenance

The following attestation bundles were made for clickhouse_connect-1.8.0rc2-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.8.0rc2-cp312-cp312-win32.whl.

File metadata

File hashes

Hashes for clickhouse_connect-1.8.0rc2-cp312-cp312-win32.whl
Algorithm Hash digest
SHA256 cb9ff0cac8321a11f9a22a7ec54b741170c75892c600d638353aac388aa333f1
MD5 52d05b9a980917a4d6a59dd2fbd89769
BLAKE2b-256 52a49068f8cd9829f4df6f045202bc1a7def1836a71cfd890178ec9b0591c6a5

See more details on using hashes here.

Provenance

The following attestation bundles were made for clickhouse_connect-1.8.0rc2-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.8.0rc2-cp312-cp312-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for clickhouse_connect-1.8.0rc2-cp312-cp312-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 124143610aadef387fde2ede12d9f4ffbce95f9b6cd36b0cb86fa7e39382dbe6
MD5 404e2e05fa4527ea4899a10c57e3be7e
BLAKE2b-256 299c4e523f7f0f44256b95211ef5106bb89db19aacc230136dd8827bef7621c5

See more details on using hashes here.

Provenance

The following attestation bundles were made for clickhouse_connect-1.8.0rc2-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.8.0rc2-cp312-cp312-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for clickhouse_connect-1.8.0rc2-cp312-cp312-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 2d56273e242049cd563634f26cac54fe687bdfe9fafd7a7e593865506e072703
MD5 7274bec30a8d4aa3ddb18af1e4dac9af
BLAKE2b-256 a95f972e4bfba4f460f3ca45bf155899ccaa26493bb06d3b274e739166f1cc41

See more details on using hashes here.

Provenance

The following attestation bundles were made for clickhouse_connect-1.8.0rc2-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.8.0rc2-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.8.0rc2-cp312-cp312-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 0cdaab25d2c9f9298236f399406a89499c3bb03bce2b717301f9c2740be5cb0b
MD5 a67f039b277b67391f6eec68bb1e4fb6
BLAKE2b-256 65f4c2b4e7f988c26f0ec5ce2cd59a2637628acdca8740e422f2f7da7da125f0

See more details on using hashes here.

Provenance

The following attestation bundles were made for clickhouse_connect-1.8.0rc2-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.8.0rc2-cp312-cp312-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for clickhouse_connect-1.8.0rc2-cp312-cp312-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 76d0351fd81387720d8f0b2881ea7308bc95b02ec837000aacd84387b98acc47
MD5 6e10c16b8cf68bff336f236ebaff8554
BLAKE2b-256 8ea06ff07cb77e3a96a320cfc8c451410e053e47f3f11184b691bdb169a7a7b6

See more details on using hashes here.

Provenance

The following attestation bundles were made for clickhouse_connect-1.8.0rc2-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.8.0rc2-cp312-cp312-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for clickhouse_connect-1.8.0rc2-cp312-cp312-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 28f090de7572330cbb2bcaff0705f965f66fc989e0944b2cf730840f1c1bfbf2
MD5 a7054780cbfe311ddad2108c1b8037a5
BLAKE2b-256 7afd1b0774c6745d6799df655d40cdeabfb1284d07baccd4dc9a902504fadbc5

See more details on using hashes here.

Provenance

The following attestation bundles were made for clickhouse_connect-1.8.0rc2-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.8.0rc2-cp312-cp312-macosx_10_13_x86_64.whl.

File metadata

File hashes

Hashes for clickhouse_connect-1.8.0rc2-cp312-cp312-macosx_10_13_x86_64.whl
Algorithm Hash digest
SHA256 0a8620d04343526f8268b5c1fb9ecb66a03a0c7da63007c6d7f8e8641b19608f
MD5 7d69c1f3aa0ae393403fff02fce53345
BLAKE2b-256 9f936b3d6f7043fc0dcbf7fe27c63503a1ba66833a40714d1e9b6e6caedfc960

See more details on using hashes here.

Provenance

The following attestation bundles were made for clickhouse_connect-1.8.0rc2-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.8.0rc2-cp311-cp311-win_arm64.whl.

File metadata

File hashes

Hashes for clickhouse_connect-1.8.0rc2-cp311-cp311-win_arm64.whl
Algorithm Hash digest
SHA256 d6848d574c12b5ac23b3f22b8b20256b50ecd9999481e54b39fdbef71d947a01
MD5 c35f60e760abb4a38682d2dbe76d29cb
BLAKE2b-256 4cf71eb23a566db1faff63bf503ef95dc1c1d0466d12162d15b1e2bbe391e60b

See more details on using hashes here.

Provenance

The following attestation bundles were made for clickhouse_connect-1.8.0rc2-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.8.0rc2-cp311-cp311-win_amd64.whl.

File metadata

File hashes

Hashes for clickhouse_connect-1.8.0rc2-cp311-cp311-win_amd64.whl
Algorithm Hash digest
SHA256 2a78b5a7c8c2df7ac257c2936db5a3dfa16bab5106b4a35c1885e0a2e5572fbe
MD5 76071afa0f281095814d806c26ae14c0
BLAKE2b-256 95afafe6f709be8f5cb1cad6ff36e4eb070d5b3e66a6ccdc5f67f5f1b97f4434

See more details on using hashes here.

Provenance

The following attestation bundles were made for clickhouse_connect-1.8.0rc2-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.8.0rc2-cp311-cp311-win32.whl.

File metadata

File hashes

Hashes for clickhouse_connect-1.8.0rc2-cp311-cp311-win32.whl
Algorithm Hash digest
SHA256 cfbc5ee0b03c32a8fe93d5d1cb316da8909c6985530c2d123ebb4a7ac78b4fae
MD5 bdde4c528577d05bd44a4c90e6570542
BLAKE2b-256 9da2507d919520775c9f467c55b666042d2f035205f52a1a8a59da8dce6a73db

See more details on using hashes here.

Provenance

The following attestation bundles were made for clickhouse_connect-1.8.0rc2-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.8.0rc2-cp311-cp311-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for clickhouse_connect-1.8.0rc2-cp311-cp311-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 32c67032a4f62fb121925debd02ef13efec5a7d8e75617f43500c145946094b4
MD5 2507bdfd3dfaca56e26ddd7e0e92ad8d
BLAKE2b-256 fe7b4fdeac3230b25cedf699a02b50d6a5186453be730e0e3e7546b9f900d4f1

See more details on using hashes here.

Provenance

The following attestation bundles were made for clickhouse_connect-1.8.0rc2-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.8.0rc2-cp311-cp311-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for clickhouse_connect-1.8.0rc2-cp311-cp311-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 05d3f78ace622c0288133f01943af7e696f0bc6a799145dcd9e89a94e43c3d64
MD5 7fbee13a24a69a987555e80611c9fe3d
BLAKE2b-256 2f02dec44a8983e331bfd32016cd35c0851b5f22c60b0bdb96dd9f288ab59d2a

See more details on using hashes here.

Provenance

The following attestation bundles were made for clickhouse_connect-1.8.0rc2-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.8.0rc2-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.8.0rc2-cp311-cp311-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 dc1a3942226244940d6670a85228617850cb2b47cdf81ea1c05d345786619369
MD5 d5ac8afbfe5e5e7851f5fd64111e6edb
BLAKE2b-256 ccb872531c65203f9225aa50e77eb376758c5811ed435343d85bd8fac743737d

See more details on using hashes here.

Provenance

The following attestation bundles were made for clickhouse_connect-1.8.0rc2-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.8.0rc2-cp311-cp311-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for clickhouse_connect-1.8.0rc2-cp311-cp311-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 2a8ea1aab9e06ae1cd973c9893e945727089980070908d1d0855cfa0a5c25b01
MD5 409a2a4fd0a44bdf38964fc784811ebb
BLAKE2b-256 3603ea1a35d44af9f3ea0a943aeb78d10b6e6dd1460ef7201e526c9291e4fa6c

See more details on using hashes here.

Provenance

The following attestation bundles were made for clickhouse_connect-1.8.0rc2-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.8.0rc2-cp311-cp311-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for clickhouse_connect-1.8.0rc2-cp311-cp311-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 5e202f880766de555443ebc3608dcbb2a5ea2b11840c6660d746bcb255bdcc69
MD5 1ad9b843694649ffd6ef61877c94353e
BLAKE2b-256 64a4200826c1f752c6a19175a9e1b2ce8a456539fd1dab0965b214db7f187089

See more details on using hashes here.

Provenance

The following attestation bundles were made for clickhouse_connect-1.8.0rc2-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.8.0rc2-cp311-cp311-macosx_10_9_x86_64.whl.

File metadata

File hashes

Hashes for clickhouse_connect-1.8.0rc2-cp311-cp311-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 65e9d43b894d50a1cebd0665bc8dd8c0150e988d85a15defa85a43e35fe171e0
MD5 0b746a113ad7b0e33ec5f222d687aa54
BLAKE2b-256 aeecada5a1a72d2ec06fa6ebb4cd8798cd73832da0889cd02a8404525e6d4cc2

See more details on using hashes here.

Provenance

The following attestation bundles were made for clickhouse_connect-1.8.0rc2-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.8.0rc2-cp310-cp310-win_arm64.whl.

File metadata

File hashes

Hashes for clickhouse_connect-1.8.0rc2-cp310-cp310-win_arm64.whl
Algorithm Hash digest
SHA256 b8798da0619a698f3a2fb891a47ff21c21c8dd445a784a272b972cab1f24995f
MD5 1b445b935a5195e50c4cb599c294574a
BLAKE2b-256 77e09c19620b7865aaf38e690fac1eac817e301e7d2309560a8ffc1ba61e571d

See more details on using hashes here.

Provenance

The following attestation bundles were made for clickhouse_connect-1.8.0rc2-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.8.0rc2-cp310-cp310-win_amd64.whl.

File metadata

File hashes

Hashes for clickhouse_connect-1.8.0rc2-cp310-cp310-win_amd64.whl
Algorithm Hash digest
SHA256 a3740826a49a5c099f65325b3441e9ea22c5c98e31c24483236f2380c2182af2
MD5 63745c7a18d42a2a69238ecbc4eb2f22
BLAKE2b-256 e3470c0d58981f670da23fbc96d7f169ba4620c3368b5bde5878433717e09854

See more details on using hashes here.

Provenance

The following attestation bundles were made for clickhouse_connect-1.8.0rc2-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.8.0rc2-cp310-cp310-win32.whl.

File metadata

File hashes

Hashes for clickhouse_connect-1.8.0rc2-cp310-cp310-win32.whl
Algorithm Hash digest
SHA256 ed1eea575304e0a0f58881afa55d5fa7c20d5ed5dd2554999eee7cf43446a49f
MD5 a08c63dadc09ced8fb865c7c92a13d70
BLAKE2b-256 e8f70b9a0fe9d61ac112794d5be1ebbaaf7f5d52814e527a813c68cc27e230e1

See more details on using hashes here.

Provenance

The following attestation bundles were made for clickhouse_connect-1.8.0rc2-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.8.0rc2-cp310-cp310-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for clickhouse_connect-1.8.0rc2-cp310-cp310-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 bf3be40b89ec973e4f8af003b1561e0916d548d520fb5d414582b8983e4d90f2
MD5 1af13ad9795088cbe5376cf6220c0e19
BLAKE2b-256 91beef1ccfef34758ba07e3af2d73103b7d36f5f11a862fdc092734a93d29550

See more details on using hashes here.

Provenance

The following attestation bundles were made for clickhouse_connect-1.8.0rc2-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.8.0rc2-cp310-cp310-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for clickhouse_connect-1.8.0rc2-cp310-cp310-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 7844376f4c558c6ef682434f92366d7f236c698b1597b607be9dea2939425fbf
MD5 f4535779aa290e102918044dc452bb92
BLAKE2b-256 2e6a07ce5342ebafd6b6d277c4f20f26a8345227cb598414bfa48d1ad6aef8c6

See more details on using hashes here.

Provenance

The following attestation bundles were made for clickhouse_connect-1.8.0rc2-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.8.0rc2-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.8.0rc2-cp310-cp310-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 8cbaff38a4ac44f0d6637d3901d5a7052bc827775ba922efe706201497d7ceef
MD5 0305c1da7d9b436f8aff18904c50e40f
BLAKE2b-256 35a7e35feeee032a8b8ee512894278eb443326563bd892258494a8357f33558f

See more details on using hashes here.

Provenance

The following attestation bundles were made for clickhouse_connect-1.8.0rc2-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.8.0rc2-cp310-cp310-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for clickhouse_connect-1.8.0rc2-cp310-cp310-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 f3c88c8e78a796b0991b98991da0e3fa502b7e3c17ee75fa7f74a9c885909803
MD5 3b395b6a2b65b4cebfc0871173625d04
BLAKE2b-256 7b6d6262e190e1ac791a46933046175dea79909e975da63bdd75bac680a3bdc6

See more details on using hashes here.

Provenance

The following attestation bundles were made for clickhouse_connect-1.8.0rc2-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.8.0rc2-cp310-cp310-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for clickhouse_connect-1.8.0rc2-cp310-cp310-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 cbcb43508807a22c3d6917a059ad883448dde20666fca4e50e2743c421425181
MD5 fc61f2e7fd1f537c126ea2ef22c82b82
BLAKE2b-256 232fd6fc889cdb17ced2941f1126537f85e3a496af9adc01ea452dfa904ebb37

See more details on using hashes here.

Provenance

The following attestation bundles were made for clickhouse_connect-1.8.0rc2-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.8.0rc2-cp310-cp310-macosx_10_9_x86_64.whl.

File metadata

File hashes

Hashes for clickhouse_connect-1.8.0rc2-cp310-cp310-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 e933b122e6ae32c65149a01bf10f16218364f1d16f0b2a26b0e477275135b157
MD5 a7f3f2664d678ebc18b040c53cdbcb79
BLAKE2b-256 d32fdede52c92bff95a0edfb90cc2ddb6be40eed4346877e1bac032840c0e2f9

See more details on using hashes here.

Provenance

The following attestation bundles were made for clickhouse_connect-1.8.0rc2-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