Diff generator is a program that determines the difference between two data structures. Utility features:
- Support for various input formats: YAML, JSON
- Generation of reports in plain text, stylish, and JSON formats.
To install the program, use the following commands:
git clone https://github.com/ram-alb/python-project-50.git
cd python-project-50
make install
make build
make package-install
The example of installing the program is below
To uninstall the program, use the following commands:
python3 -m pip uninstall hexlet-code
The example of uninstalling the program is below
Check the asciinemas below