Generate JSON Schema from Python dataclasses. Version 0.0.10, requires Python >=3.9. Lightweight library with no runtime dependencies beyond Python standard library.
pip install warchant-dc-schemaVerified import paths — ran on the pinned version, not inferred.
Define a dataclass and call schema() to get its JSON Schema.
Manually annotate with typing.Annotated or use workarounds described in issue #2.
Use `from __future__ import annotations` if you need string annotations, but ensure all types are importable.
No dependency data recorded yet.