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 33
|
Source: python-marshmallow-dataclass
Section: python
Priority: optional
Maintainer: Debian Python Team <team+python@tracker.debian.org>
Uploaders:
Jérôme Charaoui <jerome@riseup.net>,
Build-Depends:
debhelper-compat (= 13),
dh-sequence-python3,
pybuild-plugin-pyproject,
python3-all,
python3-marshmallow (>= 3.18.0),
python3-pytest <!nocheck>,
python3-setuptools,
python3-typeguard <!nocheck>,
python3-typing-inspect <!nocheck>,
Standards-Version: 4.7.2
Rules-Requires-Root: no
Homepage: https://github.com/lovasoa/marshmallow_dataclass
Vcs-Git: https://salsa.debian.org/python-team/packages/python-marshmallow-dataclass.git
Vcs-Browser: https://salsa.debian.org/python-team/packages/python-marshmallow-dataclass
Package: python3-marshmallow-dataclass
Architecture: all
Depends:
${misc:Depends},
${python3:Depends},
Recommends:
python3-typing-inspect,
Breaks: python3-typing-inspect (<< 0.8.0)
Description: Automatic generation of marshmallow schemas from dataclasses
Python library to convert dataclasses into marshmallow schemas. It provides
automatic generation of marshmallow schemas from dataclasses.
|