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
2010-05-03 21:11:52
This does some neat things as far as layout (very cool) but does almost nothing to slice/manage the data presented.
Rizwan Kassim
2010-05-03 23:59:38
+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
2010-06-01 12:55:56