ralph / module_diff

Forked from module_diff 5 years ago
Clone

module_diff

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

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