views:

94

answers:

2

Does anyone have/know of a Python Reporting Framework along the lines of what something like DynamicReports does?

A: 

I've not used it, but ReportLab Toolkit is probably your best bet. Perhaps with podunk added on to make it a bit easier.

Geoff Reedy
This does some neat things as far as layout (very cool) but does almost nothing to slice/manage the data presented.
Rizwan Kassim
+1  A: 

Personally, I would just use django (perhaps with django-reporting) to do the job. If django isn't an option, perhaps SQLAlchemy would be a good option.

Matthew Talbert