aboutsummaryrefslogtreecommitdiff
path: root/python/python3-diff-match-patch/README
diff options
context:
space:
mode:
authorIsaac Yu <isaacyu1@isaacyu1.com>2023-02-22 22:52:34 +0000
committerWilly Sudiarto Raharjo <willysr@slackbuilds.org>2023-02-25 09:18:03 +0700
commitbf905467acca32dbe87dd04bbeee3795d5121dca (patch)
treeff70467f0d527b04b2bc4334c2d09fbc579e0146 /python/python3-diff-match-patch/README
parentd0386c3193adc6fcd61f12eaeccc589bbb3fdceb (diff)
python/python3-diff-match-patch: Added (Library for plain text)
Signed-off-by: bedlam <dave@slackbuilds.org> Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'python/python3-diff-match-patch/README')
-rw-r--r--python/python3-diff-match-patch/README4
1 files changed, 4 insertions, 0 deletions
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.