module_diff

Created
Was maintained by mcurlej
Creates diffs between 2 versions of module.
git clone

module_diff

Creates diffs between two versions of a module. Written in Python 3, but is compatible with Python 2.7.

For full support of module metadata diffs, check that libmodulemd is installed on your system.

Development

To install the tool do:

python setup.py install

For development create a venv and do:

python setup.py develop

Tests

To run tests do:

tox -e py27,py36,flake8