Metadata-Version: 2.4
Name: ontologiq-duckdb
Version: 0.2.0
Summary: DuckDB adapter for Ontologiq
Project-URL: Repository, https://github.com/ontologiq/ontologiq
License-Expression: Apache-2.0
Requires-Python: >=3.11
Requires-Dist: duckdb>=1.0
Requires-Dist: ontologiq>=0.2.0
Requires-Dist: pytz>=2024.1
Description-Content-Type: text/markdown

# ontologiq-duckdb

DuckDB adapter for [Ontologiq](https://github.com/ontologiq/ontologiq). Powers the default `ontologiq init` example project — zero credentials, zero setup.

```bash
pip install "ontologiq[serve]" ontologiq-duckdb
ontologiq init shop && cd shop && ontologiq build
```
