Educational project
An application for finding the difference in 2 files of json, yaml, yaml formats and displaying the result in several variants
- Requires Python version 3.12 or higher and Poetry
- Clone the project:
>> git clone git@github.com:poweredbyskx/python-project-50.git - Install the project:
>> make install - Build the project:
>> make build - Install the package:
>> make package-install
To use it just type gendiff [-h] [-f FORMAT] <path_to_file_1> <path_to_file_2>
- -h, --help - show help message.
- -f, --format - ability to specify format selection. Formats are available:
stylish- displaying differences in the form of a treeplain- displaying differences line by linejson- output in json format
The command for the example: gendiff example/file1.json example/file2.json