[ 源代码: typedload ]
软件包:python3-typedload-doc(2.35-1)
python3-typedload-doc 的相关链接
Debian 的资源:
下载源码包 typedload:
- [typedload_2.35-1.dsc]
- [typedload_2.35.orig.tar.gz]
- [typedload_2.35.orig.tar.gz.asc]
- [typedload_2.35-1.debian.tar.xz]
维护者:
外部的资源:
- 主页 [ltworf.codeberg.page]
相似软件包:
Documentation and examples for python3-typedload
This module provides an API to load dictionaries and lists (usually loaded from json) into Python's NamedTuples, dataclass, sets, enums, and various other typed data structures; respecting all the type-hints and performing type checks or casts when needed.
It can also dump from typed data structures to json-like dictionaries and lists.
It is very useful for projects that use Mypy and deal with untyped data like json, because it guarantees that the data will follow the desired schema.
This is the documentation for the module.
其他与 python3-typedload-doc 有关的软件包
|
|
|
|
-
- rec: python3-typedload
- Load and dump json-like data into typed data structures in Python3