Source: python-marshmallow-sqlalchemy Section: python Priority: optional Maintainer: Debian Python Team Uploaders: Utkarsh Gupta , Emmanuel Arias , Build-Depends: debhelper-compat (= 13), dh-python, python3-all, python3-marshmallow, python3-pytest , python3-pytest-lazy-fixture (>= 0.6.2) , python3-setuptools, python3-sqlalchemy, Standards-Version: 4.6.1 Vcs-Browser: https://salsa.debian.org/python-team/packages/python-marshmallow-sqlalchemy Vcs-Git: https://salsa.debian.org/python-team/packages/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.