Metadata-Version: 2.4
Name: chdb-core-lite
Version: 0.0.0.dev0
Summary: Lightweight build of chdb-core (in-process OLAP SQL engine powered by ClickHouse), trimmed for size-sensitive deployments such as serverless, containers and edge
Author-email: chDB Team <auxten@clickhouse.com>
License: Apache-2.0
Project-URL: Homepage, https://clickhouse.com/chdb
Project-URL: Documentation, https://chdb.readthedocs.io/en/latest/index.html
Project-URL: Repository, https://github.com/chdb-io/chdb-core
Project-URL: Changelog, https://github.com/chdb-io/chdb-core/releases
Project-URL: Issues, https://github.com/chdb-io/chdb-core/issues
Keywords: chdb,chdb-core,chdb-core-lite,lite,clickhouse,olap,analytics,database,sql,serverless,edge
Classifier: Development Status :: 1 - Planning
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Operating System :: MacOS :: MacOS X
Classifier: Operating System :: POSIX :: Linux
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Programming Language :: Python :: 3.13
Classifier: Programming Language :: Python :: 3.14
Classifier: Topic :: Database
Classifier: Topic :: Software Development :: Libraries
Requires-Python: >=3.9
Description-Content-Type: text/markdown

# chdb-core-lite (placeholder)

This package name is reserved for an upcoming slim build of
[chdb-core](https://pypi.org/project/chdb-core/) — the in-process OLAP SQL
engine powered by ClickHouse — trimmed for size-sensitive deployments
(serverless functions, container images, edge / IoT).

**This release is a placeholder and contains no functional code.** Installing
and importing it will raise an `ImportError` pointing back to `chdb-core`.

For the working package today, install `chdb-core` instead:

```bash
pip install chdb-core
```

Track progress: <https://github.com/chdb-io/chdb-core>
