{"library":"typedload","type":"library","category":null,"description":"typedload is a Python library designed to load and dump data from JSON-like formats into statically typed data structures. It supports standard Python types such as NamedTuples, dataclasses, sets, and enums, enforcing a schema by performing type checks and casts as needed. It also facilitates dumping typed data structures back to JSON-like dictionaries and lists. This library is particularly useful for projects leveraging Mypy, as it guarantees data conformity to specified schemas at runtime. It is actively maintained, with frequent releases; the current version is 2.40.","language":"python","status":"active","version":"2.40","tags":["typing","json","schema validation","dataclass","namedtuple","type hints","data loading"],"last_verified":"Tue Jun 09","install":[{"cmd":"pip install typedload","imports":["from typedload import load","from typedload import dump"]}],"homepage":"https://ltworf.codeberg.page/typedload/","github":null,"docs":null,"changelog":null,"pypi":"https://pypi.org/project/typedload/","npm":null,"openapi_spec":null,"status_page":null,"smithery":null,"compatibility":{"summary":{"python_range":"3.10–3.9","success_rate":100,"avg_install_s":1.6,"avg_import_s":0.01,"wheel_type":"wheel"},"url":"https://checklist.day/v1/registry/typedload/compatibility"}}