4

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

Rizwan Kassim
  • 7,421
  • 3
  • 22
  • 33

3 Answers3

2

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
  • 5,760
  • 33
  • 38
1

Just leaving this link here

https://github.com/ra-systems/django-slick-reporting

It's a reporting engine where you can create grouped by computed reports, time series and crosstab using handful of easy lines of code. It also comes with Charting out of the box. disclaimer: i'm the author

Ramez Ashraf
  • 823
  • 6
  • 14
0

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
  • 31,995
  • 3
  • 51
  • 75