Skip to content

PuZheng/flask-report

Repository files navigation

Flask-Report

Flask-Report is a Flask plugin. I write this plugin to generate 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 CSV.

Quick Start

$ git clone https://github.com/puzheng/flask-report.git
$ cd flask-report
$ pip install -r requirements.txt
$ python setup.py install
$ ./make_test_data.sh
$ cd flask_report; sass --update static/sass;static/css
$ python example

then open http://127.0.0.1:5001/report/report/1 to see what happens.

Documentaions

Screenshots

About

a flask web framework's plugin that generate data reports

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published