Metadata-Version: 2.4
Name: ontologiq
Version: 0.0.1
Summary: The open source operational ontology: define business objects in YAML, compile to SQL views, MCP servers, and a live workbench.
Project-URL: Repository, https://github.com/ontologiq/ontologiq
Author: Fernando De Nitto
License-Expression: Apache-2.0
Keywords: data,mcp,ontology,semantic-layer,yaml
Classifier: Development Status :: 3 - Alpha
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Requires-Python: >=3.11
Requires-Dist: pydantic>=2.9
Requires-Dist: pyyaml>=6.0
Requires-Dist: sqlglot>=25.0
Requires-Dist: typer>=0.15
Description-Content-Type: text/markdown

# ontologiq

The core package: YAML schema (pydantic), project parser, compiler and CLI. Platform-agnostic — adapters are separate packages discovered via the `ontologiq.adapters` entry point group.

```bash
pip install ontologiq ontologiq-duckdb
ontologiq init
```
