module_diff

Created 6 years ago
Maintained by mcurlej
Creates diffs between 2 versions of module.
Members 1
Filip Valder committed 5 years ago

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