Skip to content

A Report Plugin of FLASK that could display reports in web page or generate report in PDF or other formats, display the results as pie or chart graph. Note, it is not a report engine.

Notifications You must be signed in to change notification settings

jmaniac/Flask-Report

 
 

Repository files navigation

Flask-Report

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.

Quick Start

$ 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.

Documentaions

Screenshots

About

A Report Plugin of FLASK that could display reports in web page or generate report in PDF or other formats, display the results as pie or chart graph. Note, it is not a report engine.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 47.6%
  • Python 20.7%
  • CSS 20.2%
  • HTML 11.1%
  • Shell 0.4%