Source: python-sqlsoup
Maintainer: Debian Med Packaging Team <debian-med-packaging@lists.alioth.debian.org>
Uploaders: Thorsten Alteholz <debian@alteholz.de>,
           Andreas Tille <tille@debian.org>
Section: python
Testsuite: autopkgtest-pkg-python
Priority: optional
Build-Depends: debhelper-compat (= 12),
               dh-python,
               python3-all,
               python3-setuptools,
               python3-nose,
               python3-sqlalchemy
Standards-Version: 4.4.0
Vcs-Browser: https://salsa.debian.org/med-team/python-sqlsoup
Vcs-Git: https://salsa.debian.org/med-team/python-sqlsoup.git
Homepage: https://pypi.python.org/pypi/sqlsoup

Package: python3-sqlsoup
Architecture: all
Depends: ${python3:Depends},
         ${misc:Depends},
         python3-sqlalchemy
Description: one step database access tool for Python3, built on the SQLAlchemy ORM
 SQLSoup provides a convenient way to map Python objects to relational
 database tables, with no declarative code of any kind. It's built on
 top of the SQLAlchemy ORM and provides a super-minimalistic interface
 to an existing database.
 .
 This package provides support for Python3.
