kpi_csv_sq.py : updated comments

lf_dash.py : Initial commit  of the dashboard tool
1. lf_dash.py is a copy of the current state of kpi_csv_sq.py
2. lf_dash.py is a slightly shorter name so may be easier to type
3. kpi_csv_sq.py is a bit cryptic and hard to tell what it does by the name

Signed-off-by: Chuck SmileyRekiere <chuck.smileyrekiere@candelatech.com>
This commit is contained in:
Chuck SmileyRekiere
2021-08-06 06:55:52 -06:00
parent 8ad6a19cfb
commit db988589b2
2 changed files with 224 additions and 2 deletions

View File

@@ -1,7 +1,7 @@
#!/usr/bin/env python3
'''
File: read kpi.csv place in sql database, create png of historical kpi and present graph on dashboard
Usage: csv_sqlite.py --path <path to directories to traverse> --database <name of database> --show --png --store
Usage: kpi_csv_sq.py --path <path to directories to traverse> --database <name of database> --show --png --store
'''
# visit http://127.0.0.1:8050/ in your web browser.
@@ -173,7 +173,7 @@ def main():
''',
description='''\
File: read kpi.csv place in sql database, create png of historical kpi and present graph on dashboard
Usage: csv_sqlite.py --path <path to directories to traverse> --database <name of database> --show --png --store
Usage: kpi_csv_sq.py --path <path to directories to traverse> --database <name of database> --show --png --store
''')
parser.add_argument('--path', help='--path top directory path to kpi',default='')