From f957860309619b6ceaf55fa29e33f0409e40b964 Mon Sep 17 00:00:00 2001 From: Ken Roberts Date: Fri, 11 Apr 2014 23:14:18 +0700 Subject: python/relatorio: Added (templating library). Signed-off-by: Willy Sudiarto Raharjo --- python/relatorio/README | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 python/relatorio/README (limited to 'python/relatorio/README') diff --git a/python/relatorio/README b/python/relatorio/README new file mode 100644 index 0000000000000..5ce5862b69565 --- /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. -- cgit v1.2.3