Flask-Report is a Flask plugin. I write this plugin to generate beautiful interactive reports in web pages. It supports several types of representations:
* list table
* pie chart
* curve chart
* bar chart
And the reports could be downloaded as PDF, CSV.
$ git clone https://github.com/xiechao06/Flask-Report.git
$ cd Flask-Report; python setup.py install
$ ./make_test_data.sh
$ ./run_example.sh
then open http://127.0.0.1:5001/report/report/1 to see what happens.