Metadata-Version: 2.4
Name: relatorio
Version: 0.12.1
Summary: A templating library able to output odt and pdf files
Project-URL: homepage, https://www.tryton.org/
Project-URL: documentation, https://docs.tryton.org/relatorio
Project-URL: changelog, https://docs.tryton.org/relatorio/releases.html
Project-URL: forum, https://discuss.tryton.org/tags/relatorio
Project-URL: issues, https://bugs.tryton.org/relatorio
Project-URL: repository, https://code.tryton.org/relatorio
Author: Gaëtan de Menten, B2CK SRL, Udo Spallek, OpenHex SPRL
Author-email: Nicolas Évrard <nicolas.evrard@b2ck.com>, Cédric Krier <cedric.krier@b2ck.com>
Maintainer-email: Tryton <foundation@tryton.org>
License-Expression: GPL-3.0-or-later
License-File: COPYRIGHT
License-File: LICENSE
Keywords: OpenDocument,PDF,templating
Classifier: Development Status :: 5 - Production/Stable
Classifier: Intended Audience :: Developers
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Classifier: Topic :: Text Processing
Requires-Python: >=3.9
Requires-Dist: genshi>=0.5
Requires-Dist: lxml>=2.0
Provides-Extra: chart
Requires-Dist: pycairo; extra == 'chart'
Requires-Dist: pycha>=0.4.0; extra == 'chart'
Requires-Dist: pyyaml>=5.3; extra == 'chart'
Provides-Extra: fodt
Requires-Dist: python-magic; extra == 'fodt'
Description-Content-Type: text/x-rst

#########
Relatorio
#########

Relatorio is a templating library which provides a way to easily generate
various kinds of documents (odt, ods, png, svg, ...) from a template.
Support for more filetypes can be added by creating plugins for them.

Relatorio also provides a report repository allowing you to link python objects
and reports together, and find reports by mimetype/name/python object.
