Metadata-Version: 2.1
Name: pydantic-partial
Version: 0.2.0
Summary: Create partial models from your pydantic models. Partial models may allow None for certain or all fields.
Home-page: https://github.com/team23/pydantic-partial
License: MIT
Author: TEAM23 GmbH
Author-email: info@team23.de
Requires-Python: >=3.7,<4.0
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Requires-Dist: pydantic (>=1.9.0,<2.0.0)
Project-URL: Repository, https://github.com/team23/pydantic-partial
