Metadata-Version: 2.4
Name: ob-driver-core
Version: 2.1.0
Summary: Shared foundation for OrionBelt DB-API 2.0 drivers (PEP 249 types, OBML detection, compilation bridge)
Author-email: Ralf Becher <info@orionbelt.ai>
License: BSL-1.1
License-File: LICENSE
Keywords: db-api,obml,orionbelt,pep249,semantic-layer
Requires-Python: >=3.12
Requires-Dist: httpx>=0.27
Requires-Dist: pyyaml>=6.0
Provides-Extra: dev
Requires-Dist: mypy>=1.10; extra == 'dev'
Requires-Dist: pytest>=8.0; extra == 'dev'
Requires-Dist: respx>=0.21; extra == 'dev'
Requires-Dist: ruff>=0.4; extra == 'dev'
Description-Content-Type: text/markdown

# ob-driver-core

Shared foundation for OrionBelt DB-API 2.0 drivers (PEP 249 types, OBML detection, compilation bridge)

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

## Installation

```bash
pip install ob-driver-core
```

## License

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