readme -- report.py help

This commit is contained in:
gauthiier
2017-01-02 19:15:31 +01:00
parent 9309643a50
commit bc0b65db2c
2 changed files with 22 additions and 5 deletions
+18 -1
View File
@@ -9,6 +9,23 @@ Options:
Dependencies: bs4
---
---
Usage: report.py [options]
Options:
-h, --help show this help message and exit
-i INPUT_SCRIPT, --input-script=INPUT_SCRIPT
input (json) script mapping commands to text
placeholders
-o OUTPUT_FILE, --output-file=OUTPUT_FILE
report file to be generated
-t TEMPLATE_FILE, --template-file=TEMPLATE_FILE
template file from which the report is generated
-a ARCHIVE, --archive=ARCHIVE
the archive dir or file (.json.gz) to produce the
report from (default='nettime-l_2016-12-31.json.gz')
Dependencies: pandas, matplotlib (for graphs)