Source: sqlalchemy-i18n
Maintainer: Debian Python Team <team+python@tracker.debian.org>
Uploaders: Edward Betts <edward@4angle.com>
Section: python
Build-Depends: debhelper-compat (= 14),
               dh-sequence-python3,
               dh-sequence-sphinxdoc,
               postgresql,
               python3-all,
               python3-psycopg2,
               python3-pytest,
               python3-setuptools,
               python3-sphinx,
               python3-sqlalchemy,
               python3-sqlalchemy-utils
Standards-Version: 4.7.4
Homepage: https://github.com/kvesteri/sqlalchemy-i18n
Vcs-Browser: https://salsa.debian.org/python-team/packages/sqlalchemy-i18n
Vcs-Git: https://salsa.debian.org/python-team/packages/sqlalchemy-i18n.git

Package: python3-sqlalchemy-i18n
Architecture: all
Description: Internationalization extension for SQLAlchemy models
 Extend SQLAlchemy models to include translations in different languages.
 .
 Each model can have an associated model that contains translatable fields.
 .
 Translatable attributes are available in the current locale via a hybrid
 property on the base model.
