Metadata-Version: 2.0
Name: relatorio
Version: 0.8.0
Summary: A templating library able to output odt and pdf files
Home-page: http://relatorio.tryton.org/
Author: Cedric Krier
Author-email: cedric.krier@b2ck.com
License: GPL License
Platform: UNKNOWN
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 :: 2
Classifier: Programming Language :: Python :: 3
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Classifier: Topic :: Text Processing
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'

Relatorio
=========

Relatorio is a templating library which provides a way to easily output several
kinds of files (odt, ods, png, svg, ...). Support for more filetypes can
be easily added by creating plugins for them.

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

Documenation
============

The documenation is provided at http://relatorio.readthedocs.org/


