diff options
| author | Vijay Marcel <vijaymrcel@outlook.com> | 2023-07-08 11:57:40 +0900 |
|---|---|---|
| committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2023-07-08 16:41:51 +0700 |
| commit | 63c6f06754226386513e7f3661e050ffaca251e4 (patch) | |
| tree | b460962534231fa4c17113e45adb74ccc8540889 /python/python3-xmldiff/README | |
| parent | 89e1e9014e30abe7199839b7dde718649310222e (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/README | 5 |
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. |
