Metadata-Version: 2.5
Name: vf-hive-prep
Version: 0.8.0
Summary: OKF doc-prep: atomic markdown generation from diverse corpus formats
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-prep.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 :: Software Development :: Documentation
Classifier: Topic :: Text Processing :: Markup :: Markdown
Requires-Python: >=3.12
Requires-Dist: click>=8.1
Requires-Dist: httpx>=0.27
Requires-Dist: pydantic-settings>=2.5
Requires-Dist: pymupdf4llm>=0.0.17
Requires-Dist: pymupdf>=1.24
Requires-Dist: python-docx>=1.1
Requires-Dist: pyyaml>=6.0
Requires-Dist: rich>=13.0
Provides-Extra: dev
Requires-Dist: pytest>=8.3; extra == 'dev'
Requires-Dist: respx>=0.21; extra == 'dev'
Requires-Dist: ruff>=0.7; extra == 'dev'
Description-Content-Type: text/markdown

# hive-prep

Raw documents to atomic markdown. Stage 1 of the pipeline.

[![PyPI](https://img.shields.io/pypi/v/vf-hive-prep.svg)](https://pypi.org/project/vf-hive-prep/)
[![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-prep.md](https://github.com/voyagerforge-dev/hive-intelligence/blob/main/docs/reference/hive-prep.md)**, which covers the command
surface, configuration, behaviour and the things that catch people out.

## Install

```bash
pip install vf-hive-prep
hiveprep --help
```

## From source

```bash
cd tooling/hive-prep
uv sync --extra dev     # install
uv run pytest -q        # test
uv run hiveprep --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.
