jakecoll / kpisense_assessment

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

kpisense_assessment

How to run?

To run with command line arguments:

make venv
. venv/bin/activate
python parser.py --filename <path/to/file> --source <excel_sheet_name>

To run with default excel data:

make run

To run linter and unit tests:

make test

About


Languages

Language:Python 93.2%Language:Makefile 6.8%