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: 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.
|