Metadata-Version: 2.1
Name: typedmodel
Version: 0.1.0
Summary: provide strict type checking for dataclass and pydantic model
Home-page: https://github.com/qiujiangkun/typedmodel
Author: Jiangkun QIU
Author-email: qjk2001@gmail.com
License: MIT
Platform: UNKNOWN
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.7
Description-Content-Type: text/markdown
Requires-Dist: beartype

# TypedModel


TypedModel aims to provide strict type checking for dataclass and pydantic model.

dataclass is useful, but provides no type checking

pydantic is useful, but sometimes it bugs out

https://github.com/samuelcolvin/pydantic/issues/3189

https://github.com/samuelcolvin/pydantic/issues/3569



