Source: python-marshmallow-sqlalchemy
Section: python
Priority: optional
Maintainer: Debian Python Modules Team <python-modules-team@lists.alioth.debian.org>
Uploaders: Utkarsh Gupta <guptautkarsh2102@gmail.com>
Build-Depends: debhelper-compat (= 12),
               dh-python,
               python3-all,
               python3-marshmallow,
               python3-pytest,
               python3-setuptools,
               python3-sqlalchemy
Standards-Version: 4.4.1
Vcs-Browser: https://salsa.debian.org/python-team/modules/python-marshmallow-sqlalchemy
Vcs-Git: https://salsa.debian.org/python-team/modules/python-marshmallow-sqlalchemy.git
Homepage: https://marshmallow-sqlalchemy.readthedocs.io/en/latest/
Testsuite: autopkgtest-pkg-python
Rules-Requires-Root: no

Package: python3-marshmallow-sqlalchemy
Architecture: all
Depends: ${misc:Depends},
         ${python3:Depends},
Description: SQLAlchemy integration with marshmallow
 SQLAlchemy integration with the marshmallow (de)serialization library.
 .
 It allows one to declare your models, generate marshmallow schemas, and
 (de)serialize your data.
