This project implements a CLI tool that compares two configuration files in JSON or YAML formats, highlighting the differences between them. It supports multiple output formats: json, stylish, and plain. The user can easily run the tool with various file formats and choose the desired output style. The project is developed with testing, linting, and continuous integration set up for reliability and code quality.
For more details, check out the GitHub repository: python-project-50.
git clone git@github.com:oleg-dixon/python-project-50.git
make install