[ 原始碼: typedload ]
套件:python3-typedload(2.35-1)
python3-typedload 的相關連結
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]
相似套件:
Load and dump json-like data into typed data structures in Python3
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.
其他與 python3-typedload 有關的套件
|
|
|
|
-
- dep: python3
- interactive high-level object-oriented language (default python3 version)
-
- sug: python3-typedload-doc
- Documentation and examples for python3-typedload