Metadata-Version: 2.1
Name: clickhouse-driver
Version: 0.1.3
Summary: Python driver with native interface for ClickHouse
Home-page: https://github.com/mymarilyn/clickhouse-driver
Author: Konstantin Lebedev
Author-email: kostyan.lebedev@gmail.com
License: MIT
Requires-Dist: pytz
Requires-Dist: tzlocal
Requires-Dist: enum34 ; python_version < "3.4"
Requires-Dist: ipaddress ; python_version < "3.4"
Provides-Extra: lz4
Requires-Dist: lz4 (<=3.0.1) ; extra == 'lz4'
Requires-Dist: clickhouse-cityhash (>=1.0.2.1) ; extra == 'lz4'
Provides-Extra: zstd
Requires-Dist: zstd ; extra == 'zstd'
Requires-Dist: clickhouse-cityhash (>=1.0.2.1) ; extra == 'zstd'

ClickHouse Python Driver


