Creates diffs between two versions of a module. Written in Python 3, but is compatible with Python 2.7.
To install the tool do:
python setup.py install
For development create a venv and do:
python setup.py develop
To run tests do:
tox -e py27,py36,flake8