aboutsummaryrefslogtreecommitdiff
path: root/python/python3-xmldiff/README
diff options
context:
space:
mode:
authorVijay Marcel <vijaymrcel@outlook.com>2023-07-08 11:57:40 +0900
committerWilly Sudiarto Raharjo <willysr@slackbuilds.org>2023-07-08 16:41:51 +0700
commit63c6f06754226386513e7f3661e050ffaca251e4 (patch)
treeb460962534231fa4c17113e45adb74ccc8540889 /python/python3-xmldiff/README
parent89e1e9014e30abe7199839b7dde718649310222e (diff)
python/python3-xmldiff: Added (cli xml diff).
Signed-off-by: Andrew Clemons <andrew.clemons@gmail.com> Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'python/python3-xmldiff/README')
-rw-r--r--python/python3-xmldiff/README5
1 files changed, 5 insertions, 0 deletions
diff --git a/python/python3-xmldiff/README b/python/python3-xmldiff/README
new file mode 100644
index 0000000000..79ecd9d8cc
--- /dev/null
+++ b/python/python3-xmldiff/README
@@ -0,0 +1,5 @@
+xmldiff is a library and a command line tool to create
+diffs from XML.This may seem like something that does not
+need a dedicated utility but change detection in hierarchial
+data is very different from change detection in flat data.
+xmldiff provides tools to make human readable diffs.