Source: python-marshmallow-sqlalchemy Section: python Priority: optional Maintainer: Debian Python Team Uploaders: Utkarsh Gupta , Emmanuel Arias , Build-Depends: debhelper-compat (= 13), dh-sequence-python3, dh-sequence-sphinxdoc, flit, pybuild-plugin-pyproject, python-sqlalchemy-doc , python3-all, python3-doc , python3-marshmallow , python3-marshmallow-doc , python3-packaging, python3-pytest , python3-pytest-lazy-fixture , python3-sphinx , python3-sphinx-issues , python3-sqlalchemy , Standards-Version: 4.6.2 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://github.com/marshmallow-code/marshmallow-sqlalchemy Rules-Requires-Root: no Package: python-marshmallow-sqlalchemy-doc Architecture: all Section: doc Depends: ${misc:Depends}, ${sphinxdoc:Depends}, Suggests: python-sqlalchemy-doc, python3-doc, python3-marshmallow-doc, Multi-Arch: foreign Description: SQLAlchemy integration with marshmallow (Documentation) SQLAlchemy integration with the marshmallow (de)serialization library. . It allows one to declare your models, generate marshmallow schemas, and (de)serialize your data. . This package installs the documentation for the library. Package: python3-marshmallow-sqlalchemy Architecture: all Depends: ${misc:Depends}, ${python3:Depends}, Suggests: python-marshmallow-sqlalchemy-doc, Description: SQLAlchemy integration with marshmallow (Python3) SQLAlchemy integration with the marshmallow (de)serialization library. . It allows one to declare your models, generate marshmallow schemas, and (de)serialize your data.