Python module providing interface to wikidiff2 for SOTA wikitext diffs.
mediawiki-php-wikidiff2@8639762681 | ||
pywikidiff2 | ||
test | ||
.gitignore | ||
.gitmodules | ||
LICENSE | ||
main.py | ||
pyproject.toml | ||
README.md | ||
setup.py |
pywikidiff2
Python module providing interface to wikidiff2 for SOTA wikitext diffs.
Building
This is a thin wrapper around the wikidiff2 source code. If you didn't already run git clone --recursive ...
when you cloned this repository, run
git submodule update --recursive
.