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-python,
               pybuild-plugin-pyproject,
               python3-all,
               python3-setuptools,
               python3-marshmallow,
               python3-marshmallow-enum,
               python3-pytest,
               python3-typing-inspect,
               python3-typeguard,
Standards-Version: 4.6.1
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}
Description: Automatic generation of marshmallow schemas from dataclasses
 Python library to convert dataclasses into marshmallow schemas.
