abatilo/typed-json-dataclass
A python3.7 dataclass supplemental library. Enhances dataclasses to perform basic type checking and makes the dataclass JSON serializable.
PythonMIT
Issues
- 1
pydantic comparison
#229 opened by bugzpodder - 1
TypeError: Params.my_params is expected to be <class 'params.MyParams'>, but value {'host': 'txt', 'project': 'txt', 'roi_term_id': 123} is a dict with unexpected keys
#230 opened by danielbellsa - 0
- 0
Dependabot couldn't authenticate with https://pypi.python.org/simple/
#202 opened by dependabot-preview - 0
- 0
- 0
- 0
Can't import from json string when using Optional
#170 opened by hector-sab - 0
Can't use from __future__ import annotations
#162 opened by hector-sab - 0
Typesafe getter and setter
#119 opened by jruebsam - 0
- 0
Wrong pypi link to github repository
#112 opened by jruebsam - 1
- 0
- 0
- 1
Doesn't work with InitVars
#8 opened by ROpdebee - 0
Nested dataclass in Optional not instantiated
#10 opened by ROpdebee - 0
- 1
Fails when using `Optional` annotation for a
#4 opened by ivergara