This is the second project in the Python learning course hexlet.io
This package allows you to compare two files (json/yaml). Shows the difference between them using different output formats ('stylish', 'plain', 'json')
- Install poetry
git clone https://github.com/ajib6ept/python-project-lvl2
cd python-project-lvl2/ && make install
make build
make package-install
gendiff file1.json file2.yml
gendiff -f plain file1.yml file2.json