1
0
Python module providing interface to wikidiff2 for SOTA wikitext diffs.
Go to file
2025-07-22 09:23:44 -07:00
mediawiki-php-wikidiff2@8639762681 create repository to call wikidiff2 from python. 2025-07-04 20:52:35 -07:00
pywikidiff2 try to fix memory leak. 2025-07-22 09:23:44 -07:00
test implement diff of a sequence (for speed and c++ play). 2025-07-05 20:55:48 -07:00
.gitignore Initial commit 2025-07-05 03:18:19 +00:00
.gitmodules use https for submodule 2025-07-15 17:40:06 -05: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.