[ bianca ]
[ ソース: python-lazy-model ]
パッケージ: python3-lazy-model (0.3.0-2)
python3-lazy-model に関するリンク
python-lazy-model ソースパッケージをダウンロード:
- [python-lazy-model_0.3.0-2.debian.tar.xz]
- [python-lazy-model_0.3.0-2.dsc]
- [python-lazy-model_0.3.0.orig.tar.gz]
メンテナ:
外部の資源:
- ホームページ [github.com]
類似のパッケージ:
Lazy parsing for Pydantic models (Python 3)
This library provides a lazy interface for parsing objects from dictionaries. During the parsing, it saves the raw data inside the object and parses each field on demand.
This package installs the library for Python 3.
その他の python3-lazy-model 関連パッケージ
|
|
|
|
-
- dep: python3
- interactive high-level object-oriented language (default python3 version)
-
- dep: python3-pydantic
- Data validation and settings management using Python type hinting