[ 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