Metadata-Version: 2.3
Name: auto-pydantic-cache
Version: 1.1.1
Summary: A caching utility for functions returning Pydantic models, optimized for deterministic and generative AI workflows.
Author: Andrew P. Sansom
Author-email: Andrew P. Sansom <andrew@euleriancircuit.com>
Requires-Dist: platformdirs>=4.3.8,<4.4.0
Requires-Dist: pydantic>=2.10.0,<2.12.0
Requires-Dist: uv==0.8.14 ; extra == 'build'
Requires-Python: >=3.10
Provides-Extra: build
Description-Content-Type: text/markdown

# pydantic_cache
Cache pydantic objects to disk in a human-readable way to prevent calling expensive functions repeatedly.
