clone from repository
- git clone [email protected]:SergeiNaum/python-project-50.git
installing dependencies
- make install
build
- make build
install package
- make package-install
uninstall package
- make package-uninstall
Help Running :
gendiff -h
Running the script with the default settings:
gendiff <file_path1> <file_path2>
Running the script with the selection of the output format:
gendiff -f {stylish, plain, json} <file_path1> <file_path2>
Comparing two flat files: JSON.
A comparison of two flat files: YAML(YML).
Comparison of two files with recursive structure: YAML(YML) or JSON.
Plain format - compare two files with recursive YAML(YML) or JSON structure.
Output the result of the comparison in JSON format.