| Version 9 (modified by nicoe, 4 years ago) |
|---|
Welcome on the relatorio homepage
relatorio is an OpenHex project to easily create reports in a variety of formats (openoffice text, PDF, XHTML) from python objects. It founds its genesis in the need of good although easy way to create reports for our homebrewed rapid businness application development framework.
On the technical side we are using different plugins to provide the same interface wether you want to create openoffice documents, charts or PDFs. The design of those plugins is inspired (and in fact makes use of) genshi templates, more than often you will be able
A quick example will show you how to get started. If needed there is a more comprehensive introduction.
Getting relatorio
Of course, relatorio is opensource. You can checkout its code with the following command
hg clone http://hg.openhex.org/relatorio
An egg of relatorio is availabe on the python package index. Thus you should be able to install relatorio with easy-install with the following command (runned as root)
easy_install relatorio
Getting some help
The quickest way to get help is to reach us on our IRC Channel: #openhex on freenode. If you need some support our company will be pleased to help you.
