Metadata-Version: 2.5
Name: vf-hive-dbparse
Version: 0.7.0
Summary: Deterministic parser: Oracle and DB2 DDL to OKF database-object cards
Project-URL: Homepage, https://github.com/voyagerforge-dev/hive-intelligence
Project-URL: Documentation, https://github.com/voyagerforge-dev/hive-intelligence/blob/main/docs/reference/hive-dbparse.md
Project-URL: Source, https://github.com/voyagerforge-dev/hive-intelligence
Project-URL: Issues, https://github.com/voyagerforge-dev/hive-intelligence/issues
Project-URL: Release notes, https://github.com/voyagerforge-dev/hive-intelligence/releases
License-Expression: Apache-2.0
License-File: LICENSE
License-File: NOTICE
Classifier: Development Status :: 4 - Beta
Classifier: Intended Audience :: Developers
Classifier: Intended Audience :: Information Technology
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.12
Classifier: Programming Language :: Python :: 3.13
Classifier: Topic :: Database
Classifier: Topic :: Software Development :: Documentation
Requires-Python: >=3.12
Requires-Dist: pyyaml>=6.0
Requires-Dist: sqlglot>=25
Provides-Extra: dev
Requires-Dist: pytest>=8.3; extra == 'dev'
Requires-Dist: ruff>=0.7; extra == 'dev'
Description-Content-Type: text/markdown

# hive-dbparse

Database schema DDL to cards. Deterministic, with no model involved.

[![PyPI](https://img.shields.io/pypi/v/vf-hive-dbparse.svg)](https://pypi.org/project/vf-hive-dbparse/)
[![Licence: Apache 2.0](https://img.shields.io/badge/licence-Apache--2.0-blue.svg)](https://github.com/voyagerforge-dev/hive-intelligence/blob/main/LICENSE)

Part of [Hive Intelligence](https://github.com/voyagerforge-dev/hive-intelligence), which turns a body of documentation into
reviewed, git-versioned concept cards and serves them to any MCP or REST client - no vector
index, no embeddings, and no model call at serving time.

**Full documentation: [docs/reference/hive-dbparse.md](https://github.com/voyagerforge-dev/hive-intelligence/blob/main/docs/reference/hive-dbparse.md)**, which covers the command
surface, configuration, behaviour and the things that catch people out.

## Install

```bash
pip install vf-hive-dbparse
hivedbparse --help
```

## From source

```bash
cd tooling/hive-dbparse
uv sync --extra dev     # install
uv run pytest -q        # test
uv run hivedbparse --help
```

This file is deliberately short. Everything else lives in the reference doc, so there is one
place to keep current rather than two that drift apart.
