Metadata-Version: 2.4
Name: laco-pydantic
Version: 1.0.0
Summary: Pydantic v2 bridge for laco structured configs.
Author-email: Kurt Stolle <kurt@khws.io>
Requires-Python: >=3.13
Description-Content-Type: text/markdown
Requires-Dist: laco>=1.0.0
Requires-Dist: pydantic>=2.0

# Laco-Pydantic

Pydantic v2 bridge for laco structured configs.

Part of the [laco](https://github.com/khwstolle/laco) project — see the [root README](../../README.md) for an overview.

## Installation

```bash
pip install laco-pydantic
```

## Features

`validate()`, `to_config()`, `json_schema()`, `model_from_params()`

## Usage

See [`docs/index.md`](docs/index.md) for the full guide.
