Metadata-Version: 2.4
Name: clickframes
Version: 0.1.0a1
Summary: ClickFrames is an innovative library designed to provide a pandas-compatible interface for working with ClickHouse. Unlike traditional pandas operations that load data into memory, ClickFrame generates optimized SQL queries that execute directly within ClickHouse, leveraging its superior performance characteristics for large-scale data operations.
Author-email: Badr Ouali <badr@clickhouse.com>
License: Apache-2.0
Project-URL: Homepage, https://github.com/ClickHouse/ClickFrames
Project-URL: Repository, https://github.com/ClickHouse/ClickFrames
Classifier: Development Status :: 2 - Pre-Alpha
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Programming Language :: Python :: 3.13
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: requests>=2.25.0
Provides-Extra: dev
Requires-Dist: pytest>=6.0; extra == "dev"
Requires-Dist: pytest-cov>=3.0; extra == "dev"
Requires-Dist: flake8>=6.0; extra == "dev"
Requires-Dist: black; extra == "dev"
Requires-Dist: isort; extra == "dev"
Dynamic: license-file

# ClickFrames
ClickFrames is an innovative library designed to provide a pandas-compatible interface for working with ClickHouse. Unlike traditional pandas operations that load data into memory, ClickFrames generates optimized SQL queries that execute directly within ClickHouse,  leveraging its superior performance characteristics for large-scale data operations.
