| Version 6 (modified by nicoe, 5 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. We are using genshi and trml2pdf (I'm linking to the debian package since the homepage is not available right now) to generate the documents.
A quick example will show you how to get started.
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
