Koswat handler¶
KoswatHandler
¶
Handler for CLI usage of Koswat. It allows the initialization of a logger during the analysis.
__init__(log_output: Optional[str]) -> None
¶
Initializes the handler creating a log file at the optional provided directory log_output.
| Parameters: |
|
|---|
run_analysis(analysis_file: str) -> None
¶
Runs a Koswat analysis using the provided *.ini file analysis_file.
| Parameters: |
|
|---|