Утилита «Вычислитель отличий» – программа, которая определяет разницу между двумя структурами данных наподобие jsondiff. Программа поддерживает различные входные форматы файлов (yaml, json) и генерирует отчет в виде plain text, stylish и json. Для написания тестов используется фреймворк Pytest.
The Difference Calculator utility is a program that determines the difference between two data structures like jsondiff. The program supports various input file formats (yaml, json) and generates a plain text, stylish and json report. The Pytest framework is used to write tests.
You can take a help information with command
gendiff -h
or compare two files for differences with seceral ways for representation: 'plain', 'json', 'stylish' (default)).