Gendiff is a tool that can compare two files.
pip install -i https://test.pypi.org/simple/ kotano-gendiff
gendiff path/to/file1 path/to/file2
Views folder is made to add new views to Gendiff.
To add new view you should create new module in views folder.
It's name will be collected by cli
automatically.
Inside that module you have to add function called 'modulename + _view', i.e. plain_view
for plain module.
After you finished creating your view, add corresponding code to views.__init__.render function.