This project was built using these tools:
| Tool | Description |
|---|---|
| poetry | "Python dependency management and packaging made easy" |
| Py.Test | "A mature full-featured Python testing tool" |
| flake8 | "Your tool for style guide enforcement" |
Compares two configuration files and shows a difference.
How to use:
$ gendiff (-f format_name) first_file second_file
Available output formats: stylish, plain, json
(default: stylish, when format (-f) unspecified)
Available file formats: .json, .yaml (.yml)