root/relatorio/__init__.py @ 72:ff1bfd773909

Revision 72:ff1bfd773909, 494 bytes (checked in by Nicolas ?vrard <nicoe@…>, 5 years ago)

Do not use the entrypoint stuff anymore.

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.4.0'
Note: See TracBrowser for help on using the browser.