diff options
author | Ken Roberts <alisonken1@juno.com> | 2014-04-11 23:14:18 +0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2014-04-11 23:17:18 +0700 |
commit | f957860309619b6ceaf55fa29e33f0409e40b964 (patch) | |
tree | 8c45ce46a89b3a10e6ee01edc96de9b2c7535f48 /python/relatorio/README | |
parent | 4ab63be0abff50624eaef4b9a2ce72bc4df15730 (diff) | |
download | slackbuilds-f957860309619b6ceaf55fa29e33f0409e40b964.tar.gz |
python/relatorio: Added (templating library).
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
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. |