1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32
|
Source: python-lazy-model
Section: python
Priority: optional
Maintainer: Debian Python Team <team+python@tracker.debian.org>
Uploaders:
Kathara Sasikumar <katharasasikumar007@gmail.com>,
Build-Depends:
debhelper-compat (= 13),
dh-sequence-python3,
python3-poetry-core,
pybuild-plugin-pyproject,
python3-all,
python3-pydantic <!nocheck>,
python3-pytest <!nocheck>,
Standards-Version: 4.7.2
Homepage: https://github.com/roman-right/lazy_model
Vcs-Browser: https://salsa.debian.org/python-team/packages/python-lazy-model
Vcs-Git: https://salsa.debian.org/python-team/packages/python-lazy-model.git
Testsuite: autopkgtest-pkg-pybuild
Rules-Requires-Root: no
Package: python3-lazy-model
Architecture: all
Depends:
${misc:Depends},
${python3:Depends},
Description: 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.
|