ppc64le/linux/: clickhouse-connect-0.7.19 metadata and description

Homepage Simple index

ClickHouse Database Core Driver for Python, Pandas, and Superset

author ClickHouse Inc.
author_email [email protected]
classifiers
  • Development Status :: 4 - Beta
  • Intended Audience :: Developers
  • License :: OSI Approved :: Apache Software License
  • Programming Language :: Python :: 3.8
  • Programming Language :: Python :: 3.9
  • Programming Language :: Python :: 3.10
  • Programming Language :: Python :: 3.11
  • Programming Language :: Python :: 3.12
  • Environment :: MetaData :: IBM Python Ecosystem
description_content_type text/markdown
dynamic
  • author
  • author-email
  • classifier
  • description
  • description-content-type
  • home-page
  • keywords
  • license
  • license-file
  • provides-extra
  • requires-dist
  • requires-python
  • summary
keywords clickhouse,superset,sqlalchemy,http,driver
license Apache License 2.0
license_file
  • LICENSE
provides_extras
  • sqlalchemy
  • numpy
  • pandas
  • arrow
  • orjson
  • tzlocal
requires_dist
  • certifi
  • urllib3>=1.26
  • pytz
  • zstandard
  • lz4
  • sqlalchemy<2.0,>1.3.21; extra == "sqlalchemy"
  • numpy; extra == "numpy"
  • pandas; extra == "pandas"
  • pyarrow; extra == "arrow"
  • orjson; extra == "orjson"
  • tzlocal>=4.0; extra == "tzlocal"
requires_python ~=3.8
File Tox results History
clickhouse_connect-0.7.19-cp310-cp310-manylinux2014_ppc64le.manylinux_2_17_ppc64le.whl
Size
284 KB
Type
Python Wheel
Python
3.10
  • Replaced 4 time(s)
  • Uploaded to ppc64le/linux by ppc64le 2026-08-20 10:34:01
clickhouse_connect-0.7.19-cp311-cp311-manylinux2014_ppc64le.manylinux_2_17_ppc64le.whl
Size
282 KB
Type
Python Wheel
Python
3.11
  • Replaced 4 time(s)
  • Uploaded to ppc64le/linux by ppc64le 2026-08-20 10:34:02
clickhouse_connect-0.7.19-cp312-cp312-manylinux2014_ppc64le.manylinux_2_17_ppc64le.whl
Size
299 KB
Type
Python Wheel
Python
3.12
  • Replaced 4 time(s)
  • Uploaded to ppc64le/linux by ppc64le 2026-08-20 10:34:03
clickhouse_connect-0.7.19-cp313-cp313-manylinux2014_ppc64le.manylinux_2_17_ppc64le.whl
Size
298 KB
Type
Python Wheel
Python
3.13
  • Replaced 4 time(s)
  • Uploaded to ppc64le/linux by ppc64le 2026-08-20 10:34:04
clickhouse_connect-0.7.19-cp314-cp314-manylinux2014_ppc64le.manylinux_2_17_ppc64le.whl
Size
297 KB
Type
Python Wheel
Python
3.14
  • Replaced 4 time(s)
  • Uploaded to ppc64le/linux by ppc64le 2026-08-20 10:34:05

ClickHouse Connect

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

ClickHouse Connect currently uses the ClickHouse HTTP interface for maximum compatibility.

Installation

pip install clickhouse-connect

ClickHouse Connect requires Python 3.8 or higher.

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 incorporates a minimal SQLAlchemy implementation (without any ORM features) for compatibility with Superset. It has only been tested against SQLAlchemy versions 1.3.x and 1.4.x, and is unlikely to work with more complex SQLAlchemy applications.

Asyncio Support

ClickHouse Connect provides an async wrapper, so that it is possible to use the client in an asyncio environment. See the run_async example for more details.

Complete Documentation

The documentation for ClickHouse Connect has moved to ClickHouse Docs

Export Classification Notice

The software hosted on this website consists of publicly available open‑source packages. To the extent U.S. export regulations apply, software that is publicly available as described in 15 C.F.R. §§ 734.7 (for non-encryption software) or 742.15(b) (for encryption software) is not subject to the Export Administration Regulations (EAR). Users are responsible for complying with all applicable export laws and regulations.