1
0
Python module providing interface to wikidiff2 for SOTA wikitext diffs.
Go to file
2025-08-01 09:31:16 -07:00
mediawiki-php-wikidiff2@a9547bcef9 use wikidiff2 with lru cache. 2025-08-01 09:09:56 -07:00
pywikidiff2 bugfix: need to parse the cache limits. 2025-08-01 09:31:16 -07:00
test rename numContextLines to num_context_lines for consistency. 2025-08-01 09:28:41 -07:00
.gitignore Initial commit 2025-07-05 03:18:19 +00:00
.gitmodules use gerrit instead of github for wikidiff2 submodule. 2025-08-01 09:21:46 -07: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 update version. 2025-07-04 21:38:35 -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.