There are a lot of useful tools for python reporting.
My problem is simple, I want to make report from pytables data. I get these data by making some query and using numpy functions. Reporting tool must read these data and generate report (HTML, PDF) with charts, tables etc. Also must provide professional looking. Reports would be generated programmatically from python scripts. The size of datasets from pytables could be very large.
I'm looking for free and fast as possible tool or combination of tools for my problem? Which tool is most suitable for getting report as I described above. Thanks for advice