[ 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