Version 4 (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.

Getting relatorio

Of course, relatorio is opensource. You can checkout its code with the following command

svn checkout http://relatorio.openhex.org/svn

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