1
0
Python module providing interface to wikidiff2 for SOTA wikitext diffs.
Go to file
2025-12-13 14:18:41 -08:00
mediawiki-php-wikidiff2@d8f34d2e72 Cancel wikidiff2 when it takes too long. 2025-12-13 14:00:24 -08:00
pywikidiff2 actually cancel timed out task. 2025-12-13 14:18:41 -08:00
test bugfix. 2025-08-07 17:13:14 -07:00
.gitignore Initial commit 2025-07-05 03:18:19 +00:00
.gitmodules update submodule to use gitea remote. 2025-11-18 20:10:58 -08:00
LICENSE switch to GPL (for complience with wikidiff2) add the code. 2025-07-04 20:53:39 -07:00
main.py switch to GPL (for complience with wikidiff2) add the code. 2025-07-04 20:53:39 -07:00
pyproject.toml add script for benchmarking wikidiff2. 2025-08-07 16:00:22 -07:00
README.md create repository to call wikidiff2 from python. 2025-07-04 20:52:35 -07:00
setup.py try -O3 2025-07-05 13:34:05 -07:00

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.