root/relatorio/__init__.py @ 157:9e3807a2581e

Revision 157:9e3807a2581e, 494 bytes (checked in by C?dric Krier <ced@…>, 3 years ago)

Increase version

Line 
1"""
2relatorio
3=========
4
5A templating library which provides a way to easily output all kind of
6different files (odt, ods, png, svg, ...). Adding support for more filetype is
7easy: you just have to create a plugin for this.
8
9relatorio also provides a report repository allowing you to link python objects
10and report together, find reports by mimetypes/name/python objects.
11"""
12from relatorio.reporting import MIMETemplateLoader, ReportRepository, Report
13import templates
14
15__version__ = '0.5.4'
Note: See TracBrowser for help on using the browser.