[ ソース: typedload ]
パッケージ: python3-typedload (2.8-1)
python3-typedload に関するリンク
Debian の資源:
typedload ソースパッケージをダウンロード:
- [typedload_2.8-1.dsc]
- [typedload_2.8.orig.tar.gz]
- [typedload_2.8.orig.tar.gz.asc]
- [typedload_2.8-1.debian.tar.xz]
メンテナ:
外部の資源:
- ホームページ [ltworf.github.io]
類似のパッケージ:
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
- 対話式の高レベルオブジェクト指向言語 (デフォルト python3 バージョン)