├── LICENSE ├── README.md ├── app.py ├── req.sh ├── static └── style.css └── templates ├── index.html ├── results.html └── static └── style.css /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/victor0089/kpi-creator/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/victor0089/kpi-creator/HEAD/README.md -------------------------------------------------------------------------------- /app.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/victor0089/kpi-creator/HEAD/app.py -------------------------------------------------------------------------------- /req.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/victor0089/kpi-creator/HEAD/req.sh -------------------------------------------------------------------------------- /static/style.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/victor0089/kpi-creator/HEAD/static/style.css -------------------------------------------------------------------------------- /templates/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/victor0089/kpi-creator/HEAD/templates/index.html -------------------------------------------------------------------------------- /templates/results.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/victor0089/kpi-creator/HEAD/templates/results.html -------------------------------------------------------------------------------- /templates/static/style.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/victor0089/kpi-creator/HEAD/templates/static/style.css --------------------------------------------------------------------------------