aboutsummaryrefslogtreecommitdiffstats
path: root/config.py
Commit message (Collapse)AuthorAgeFilesLines
* slimmed down methods (#4)nico2019-11-081-37/+5
| | | | | | | | * slimmed down config class + add start stop arguments to config class init * update requirements.txt * correctly apply custom timestamp to report functions too * init report methods earlier
* Code cleanup (#2)nico2019-07-171-15/+56
| | | | | | | | | | | | | | | | | | | | | | | | | | | * config class revamp + add get_at method + add set_at method + add unset_at method new config class to interactively get/set/unset config parameters from within other methods * move report function to new file + move all report functions to new report class the new report class works exactly like the internal one, but it is easier to maintain * + implement the new config functions + implement the changed report functions + update docstrings + update code comments * code cleanup * further code cleanup + add variable type to all methods * many indentation fixes
* file system clutternico2019-06-021-2/+7
| | | | + add correct path to config.json to prevent file system clutter
* readme config.py additionnico2019-05-301-1/+0
| | | | * update README to explain config.py
* initial release report featurenico2019-05-291-0/+19
Misc + add report directory + add template directory Feature Release + add report feature --report + add basic report template + add feature to use -d/ --domain flag multiple times Optimization + add config.py loading user config * further code optimization * update gitignore file