Source: relatorio
Maintainer: Debian Tryton Maintainers <team+tryton-team@tracker.debian.org>
Uploaders: Mathias Behrle <mathiasb@m9s.biz>
Section: python
Priority: optional
Build-Depends: debhelper-compat (= 13),
               dh-python,
               python3,
               python3-genshi,
               python3-lxml,
               python3-magic,
               python3-setuptools,
               python3-yaml
Standards-Version: 4.7.0
Rules-Requires-Root: no
Vcs-Browser: https://salsa.debian.org/tryton-team/relatorio
Vcs-Git: https://salsa.debian.org/tryton-team/relatorio.git
Homepage: https://code.tryton.org/relatorio

Package: python3-relatorio
Architecture: all
Depends: python3-genshi,
         python3-lxml,
         python3-magic,
         ${misc:Depends},
         ${python3:Depends}
Suggests: python3-yaml
Description: Python module to create reports from Python objects (Python3)
 This is a Python module to create reports from Python objects. Output plugins
 to several formats are included, such as documents (odt, ods, pdf) or images
 (png, svg).
 .
 This package is targeting Python version 3.
