Metadata-Version: 2.4
Name: ob-duckdb
Version: 0.1.0
Summary: OrionBelt Semantic Layer driver for DuckDB (DB-API 2.0)
Author-email: Ralf Becher <info@orionbelt.ai>
License: BSL-1.1
License-File: LICENSE
Keywords: db-api,duckdb,obml,orionbelt,semantic-layer
Requires-Python: >=3.12
Requires-Dist: duckdb>=1.0
Requires-Dist: ob-driver-core>=0.1
Provides-Extra: dev
Requires-Dist: mypy>=1.10; extra == 'dev'
Requires-Dist: pytest-asyncio>=0.23; extra == 'dev'
Requires-Dist: pytest>=8.0; extra == 'dev'
Requires-Dist: ruff>=0.4; extra == 'dev'
Provides-Extra: sqlalchemy
Requires-Dist: sqlalchemy>=2.0; extra == 'sqlalchemy'
Description-Content-Type: text/markdown

# ob-duckdb

OrionBelt Semantic Layer driver for DuckDB (DB-API 2.0)

Part of the [OrionBelt Semantic Layer](https://github.com/ralfbecher/orionbelt-semantic-layer) project.

## Installation

```bash
pip install ob-duckdb
```

## License

BSL-1.1 — see [LICENSE](LICENSE) for details.
