Source: sqlacodegen Maintainer: Python Applications Packaging Team Uploaders: Arto Jantunen Section: python Priority: optional Build-Depends: python3-setuptools (>= 0.6b3), python3, debhelper-compat (=13), dh-python, python3-sqlalchemy, python3-inflect Standards-Version: 4.5.0 Homepage: https://pypi.python.org/pypi/sqlacodegen Vcs-Git: https://salsa.debian.org/python-team/applications/sqlacodegen.git Vcs-Browser: https://salsa.debian.org/python-team/applications/sqlacodegen Rules-Requires-Root: no 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.