VOOZH about

URL: https://packages.gentoo.org/packages/dev-python/diff-match-patch

⇱ dev-python/diff-match-patch – Gentoo Packages


dev-python/
diff-match-patch

Diff, match and patch algorithms for plain text

https://github.com/diff-match-patch-python/diff-match-patch/

Available Versions

Versionamd64x86alphaarmarm64hppamipsppcppc64riscvsparc
20241021  : 0 EAPI 8 amd64 x86?alpha?arm arm64?hppa?mips?ppc?ppc64?riscv?sparc

Package Metadata

  • Full description
    The Diff Match and Patch libraries offer robust algorithms to perform the operations required for synchronizing plain text. Diff: Compare two blocks of plain text and efficiently return a list of differences. Match: Given a search string, find its best fuzzy match in a block of plain text. Weighted for both accuracy and location. Patch: Apply a list of patches onto plain text. Use best-effort to apply patch even when the underlying text doesn't match. Diff Match and Patch libraries are currently available in Java, JavaScript, C++, C#, Objective C, Lua and Python, although this package contains only Python implementation. Regardless of language, each library features the same API and the same functionality. All versions also have comprehensive test harnesses.
  • USE flags
    Global Use Flagspython_targets (Use Expand)
  • License
    Apache-2.0
  • Maintainer(s)