File: control

package info (click to toggle)
sqlalchemy-i18n 1.1.0-1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 360 kB
  • sloc: python: 2,165; makefile: 157
file content (33 lines) | stat: -rw-r--r-- 1,266 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
Source: sqlalchemy-i18n
Maintainer: Debian Python Team <team+python@tracker.debian.org>
Uploaders: Edward Betts <edward@4angle.com>
Section: python
Priority: optional
Build-Depends: debhelper-compat (= 13),
               dh-sequence-python3,
               dh-sequence-sphinxdoc,
               postgresql,
               python3-all,
               python3-psycopg2,
               python3-pytest,
               python3-setuptools,
               python3-six,
               python3-sphinx,
               python3-sqlalchemy,
               python3-sqlalchemy-utils
Rules-Requires-Root: no
Standards-Version: 4.6.0
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
Depends: ${misc:Depends}, ${python3:Depends}, ${sphinxdoc:Depends}
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.