Metadata-Version: 2.4
Name: relatorio
Version: 0.11.1
Summary: A templating library able to output odt and pdf files
Home-page: https://pypi.python.org/pypi/relatorio
Download-URL: https://downloads.tryton.org/relatorio/
Author: Tryton
Author-email: relatorio@tryton.org
License: GPL License
Project-URL: Bug Tracker, https://bugs.tryton.org/relatorio
Project-URL: Documentation, https://docs.tryton.org/relatorio
Project-URL: Forum, https://discuss.tryton.org/tags/relatorio
Project-URL: Source Code, https://code.tryton.org/relatorio
Keywords: templating OpenDocument PDF
Classifier: Development Status :: 4 - Beta
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: GNU General Public License (GPL)
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.5
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Classifier: Topic :: Text Processing
Requires-Python: >=3.5
License-File: LICENSE
Requires-Dist: Genshi>=0.5
Requires-Dist: lxml>=2.0
Provides-Extra: chart
Requires-Dist: pycha>=0.4.0; extra == "chart"
Requires-Dist: pyyaml; extra == "chart"
Provides-Extra: fodt
Requires-Dist: python-magic; extra == "fodt"
Dynamic: author
Dynamic: author-email
Dynamic: classifier
Dynamic: description
Dynamic: download-url
Dynamic: home-page
Dynamic: keywords
Dynamic: license
Dynamic: license-file
Dynamic: project-url
Dynamic: provides-extra
Dynamic: requires-dist
Dynamic: requires-python
Dynamic: summary

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