Metadata-Version: 2.4
Name: valbridge-pydantic-bridge
Version: 0.4.0
Summary: Workspace-local Pydantic bridge helpers for valbridge
Project-URL: Homepage, https://github.com/vectorfy-co/valbridge
Project-URL: Documentation, https://github.com/vectorfy-co/valbridge
Project-URL: Repository, https://github.com/vectorfy-co/valbridge
Project-URL: Issues, https://github.com/vectorfy-co/valbridge/issues
Project-URL: Changelog, https://github.com/vectorfy-co/valbridge/blob/main/CHANGELOG.md
Author: vectorfyco
Maintainer: vectorfyco
License: MIT
Keywords: bridge,code-generation,helpers,pydantic,schema,valbridge
Classifier: Development Status :: 4 - Beta
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Programming Language :: Python :: 3.13
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Requires-Python: >=3.10
Description-Content-Type: text/markdown

# valbridge-pydantic-bridge

Shared bridge helpers for `valbridge` packages and generated output that integrate with the Pydantic pipeline.

## Installation

```bash
pip install valbridge-pydantic-bridge
```

## Purpose

This package is intentionally lightweight. It exists as a stable place for small bridge-level helpers that should be shared across Pydantic-facing `valbridge` components without forcing consumers to depend on larger adapter packages.
