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-lvl2cd python-project-lvl2/ && make installmake buildmake package-install
gendiff file1.json file2.ymlgendiff -f plain file1.yml file2.json


