From bf905467acca32dbe87dd04bbeee3795d5121dca Mon Sep 17 00:00:00 2001 From: Isaac Yu Date: Wed, 22 Feb 2023 22:52:34 +0000 Subject: python/python3-diff-match-patch: Added (Library for plain text) Signed-off-by: bedlam Signed-off-by: Willy Sudiarto Raharjo --- python/python3-diff-match-patch/README | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 python/python3-diff-match-patch/README (limited to 'python/python3-diff-match-patch/README') diff --git a/python/python3-diff-match-patch/README b/python/python3-diff-match-patch/README new file mode 100644 index 0000000000..8ef007012a --- /dev/null +++ b/python/python3-diff-match-patch/README @@ -0,0 +1,4 @@ +Diff Match Patch is a high-performance library in multiple languages +that manipulates plain text. + +This is Google's Diff Match and Patch library packaged in Python. -- cgit v1.2.3