[ trixie ]
[ sid ]
[ ソース: python-lazy-model ]
パッケージ: python3-lazy-model (0.3.0-2)
python3-lazy-model に関するリンク
Debian の資源:
python-lazy-model ソースパッケージをダウンロード:
- [python-lazy-model_0.3.0-2.dsc]
- [python-lazy-model_0.3.0.orig.tar.gz]
- [python-lazy-model_0.3.0-2.debian.tar.xz]
メンテナ:
外部の資源:
- ホームページ [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
- 対話式の高レベルオブジェクト指向言語 (デフォルト python3 バージョン)
-
- dep: python3-pydantic
- Data validation and settings management using Python type hinting