Description:
Difference generator - a program that finds the difference between two data structures. This is a popular task, for which there are many online services like http://www.jsondiff.com/. A similar mechanism, for example, is used when outputting tests or when automatically tracking changes in configuration files.
Utility features:
- Supported file extensions: yaml, json
- Report available in the form of plain text, stylish and json
How to install:
- clone repository
- install poetry
- use
make test
- use
make build
pip install dist/hexlet-code-0.1.0.tar.gz
How to use:
gendiff -f[optional] <file_path> <file_path>
- for more
gendiff -h or --help