[ 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
- interactive high-level object-oriented language (default python3 version)
-
- dep: python3-pydantic
- Data validation and settings management using Python type hinting