Python Reporting Frameworks

Rizwan Kassim picture Rizwan Kassim · May 3, 2010 · Viewed 10.4k times · Source

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

Answer

Matthew Talbert picture Matthew Talbert · Jun 1, 2010

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.