Gendiff tool that allows user to compare two files (yml, json formats).
- Python >= 3.12
- poetry >= 1.8.3
Firstly you should install latest version of poetry package.
With pip:
pip install poetryWith pipx:
pipx install poetryThen you should install project dependencies:
make installBuild distribution:
make buildInstall package distribution in your OS:
make install-package