Metadata-Version: 2.1
Name: pydantic-init
Version: 0.1.0
Summary: Through-Pydantic: Initialize Python Objects from JSON, YAML, and More
License: MIT
Author: wangyuxin
Author-email: wangyuxin@mokahr.com
Requires-Python: >=3.8,<4.0
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Requires-Dist: docstring-parser (>=0.16,<0.17)
Requires-Dist: pydantic (>=2.7.1,<3.0.0)
Description-Content-Type: text/markdown

# pydantic-init
Through-Pydantic: Initialize Python Objects from JSON, YAML, and More

