Source: sqlacodegen
Maintainer: Arto Jantunen <viiru@debian.org>
Section: python
Priority: optional
Build-Depends: python3-setuptools (>= 0.6b3), python3, debhelper (>= 9), dh-python, python3-sqlalchemy, python3-inflect
Standards-Version: 3.9.6
Homepage: https://pypi.python.org/pypi/sqlacodegen

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.
