Source: sqlacodegen Maintainer: Arto Jantunen Section: python Priority: optional Build-Depends: python3-setuptools (>= 0.6b3), python3, debhelper (>= 10), dh-python, python3-sqlalchemy, python3-inflect Standards-Version: 3.9.8.0 Homepage: https://pypi.python.org/pypi/sqlacodegen Vcs-Browser: https://anonscm.debian.org/gitweb/?p=collab-maint/sqlacodegen.git Vcs-Git: https://anonscm.debian.org/git/collab-maint/sqlacodegen.git Package: sqlacodegen Architecture: all Depends: ${misc:Depends}, ${python3:Depends} Description: Automatic model code generator for SQLAlchemy This is a tool that reads the structure of an existing database and generates the appropriate SQLAlchemy model code, using the declarative style if possible.