Metadata-Version: 2.1
Name: pydanticutils
Version: 0.0.1
Summary: Pydantic utility helpers
Author-email: Alex Kwiatkowski <alex+pypi@fremantle.io>
Project-URL: Homepage, https://github.com/rupurt/pydanticutils
Project-URL: Issues, https://github.com/rupurt/pydanticutils/issues
Classifier: Programming Language :: Python :: 3
Classifier: Operating System :: OS Independent
Requires-Python: >=3.11
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: pydantic>=2.5.0
Requires-Dist: pydantic-settings>=2.2.1
Requires-Dist: PyYAML~=6.0.1
Provides-Extra: test
Requires-Dist: build>=1.2.1; extra == "test"
Requires-Dist: twine>=5.0.0; extra == "test"
Requires-Dist: ruff>=0.3.4; extra == "test"
Requires-Dist: pip-tools>=7.4.1; extra == "test"
Requires-Dist: pygments>=2.17.0; extra == "test"
Requires-Dist: pyhamcrest>=2.1.0; extra == "test"
Requires-Dist: pyright>=1.1.0; extra == "test"
Requires-Dist: pytest>=8.1.0; extra == "test"
Requires-Dist: pytest-cov>=5.0.0; extra == "test"
Requires-Dist: pytest-recording>=0.13.1; extra == "test"
Requires-Dist: pytest-unordered>=0.6.0; extra == "test"
Requires-Dist: pytest-watcher>=0.4.0; extra == "test"

# pydanticutils

Pydantic utility helpers
