Metadata-Version: 2.1
Name: pydantic-duality
Version: 0.2.0
Summary: Automatically generate two versions of your pydantic models: one with Extra.forbid and one with Extra.ignore
Home-page: https://github.com/Ovsyanka83/autograder
License: MIT
Author: Stanislav Zmiev
Author-email: szmiev2000@gmail.com
Requires-Python: >=3.10,<4.0
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Requires-Dist: pydantic (>=1.9.2)
Requires-Dist: typing-extensions (>=4.4.0)
Project-URL: Repository, https://github.com/Ovsyanka83/autograder
