Web based Reporting tool for Python
Jon Rosebaugh
jon at turnthepage.org
Tue Aug 7 16:55:35 EDT 2007
On 2007-08-06 23:29:16 -0500, Madhu Alagu <almadhu at gmail.com> said:
> Hi
> I am looking template based report tools for python.It has the ability
> to deliver rich content onto the screen, to the printer or into PDF,
> HTML, XLS, CSV and XML files.
I don't think this has been implemented in Python because it's a pretty
boring thing to do, and things like JasperReports (in Java) and Crystal
Reports already have the market pretty well tied up. What my company
did was to use JasperReports via a web service we set up.
More information about the Python-list
mailing list