Crate havocompare

source ·
Expand description

Comparing folders and files by rules

Havocompare allows to compare folders (or to be more exact: the files inside the folders) following user definable rules. A self contained html report is generated. To use it without the CLI, the main method is: compare_folders.

Functions

The main function for comparing folders. It will parse a config file in yaml format, create a report in report_path and compare the folders nominal and actual.
Create the jsonschema for the current configuration file format