Python package for Google's diff-match-patch native C++ implementation.
Stars
88
Forks
27
Watchers
88
Open Issues
2
Overall repository health assessment
No package.json found
This might not be a Node.js project
68
commits
10
commits
4
commits
2
commits
1
commits
1
commits
1
commits
Update classifiers: Remove Py 2 and 3.5 and add 3.11, 3.12
516263fView on GitHubUpdate upstream diff-match-patch-cpp-stl to fix signed char type crash for bytestring comparisons
5fd1558View on GitHubUse u32string as the character type for string diffs to fix limitation on Windows for 4-byte Unicode characters
a960b88View on GitHubRename the undocumented "match_main" to just "match" to match the "diff" method name
051e179View on GitHubUpgrade build runner to macos-12 since the previous OS was not working on GitHub Actions
7b76ad8View on GitHubUpdate cibuildwheel to latest to get Python 3.12 RC wheels
5a40ecfView on GitHubAdd additional platform targets and a source distribution to the build (#22)
b697943View on GitHub