Source: sqlacodegen
Maintainer: Debian Python Team <team+python@tracker.debian.org>
Uploaders: Arto Jantunen <viiru@debian.org>
Section: python
Priority: optional
Build-Depends: debhelper-compat (=13),
               pybuild-plugin-pyproject,
               python3-all,
               python3-inflect,
               python3-mysql.connector,
               python3-psycopg2,
               python3-pytest,
               python3-setuptools,
               python3-sqlalchemy,
               python3-sqlmodel,
Standards-Version: 4.6.2
Homepage: https://pypi.python.org/pypi/sqlacodegen
Vcs-Git: https://salsa.debian.org/python-team/packages/sqlacodegen.git
Vcs-Browser: https://salsa.debian.org/python-team/packages/sqlacodegen
Testsuite: autopkgtest-pkg-pybuild
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.
