diff options
Diffstat (limited to 'python/relatorio/README')
-rw-r--r-- | python/relatorio/README | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/python/relatorio/README b/python/relatorio/README new file mode 100644 index 0000000000..5ce5862b69 --- /dev/null +++ b/python/relatorio/README @@ -0,0 +1,9 @@ +relatorio is a templating library which provides a way to easily +output all kind of different files (odt, ods, png, svg, ...). + +Adding support for more filetype is easy: you just have to create +a plugin for this. + +relatorio also provides a report repository allowing you to link +python objects and report together, find reports by +mimetypes/name/python objects. |