Metadata-Version: 2.4
Name: doclang
Version: 0.4.0
Summary: DocLang specification and reference validator (XSD, Schematron, CLI)
Requires-Python: >=3.10
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: lxml>=6.0.2
Requires-Dist: saxonche>=12.9.0
Requires-Dist: typer>=0.15.1
Dynamic: license-file

# DocLang

Specification and reference validator for the [DocLang](https://www.doclang.ai/) document format.

This repository contains:

- **[spec.md](./spec.md)** — normative specification
- **`doclang/`** — reference validator (XSD + Schematron, `doclang` CLI on PyPI)

For validator usage (install, CLI, XSD/Schematron), see [doclang/README.md](./doclang/README.md).

To work on this repository — setup, tests, reference generation, releases — see [CONTRIBUTING.md](./CONTRIBUTING.md).
