1
0
Python module providing interface to wikidiff2 for SOTA wikitext diffs.
Go to file
Nathan TeBlunthuis d811bc7a1c add test.
2025-07-05 11:02:11 -07:00
mediawiki-php-wikidiff2@8639762681 create repository to call wikidiff2 from python. 2025-07-04 20:52:35 -07:00
pywikidiff2 improve tests and fix bug. 2025-07-05 10:19:24 -07:00
test add test. 2025-07-05 11:02:11 -07:00
.gitignore Initial commit 2025-07-05 03:18:19 +00:00
.gitmodules create repository to call wikidiff2 from python. 2025-07-04 20:52:35 -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 switch to GPL (for complience with wikidiff2) add the code. 2025-07-04 20:53:39 -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.