aboutsummaryrefslogtreecommitdiff
path: root/python/python3-tomlkit/README
diff options
context:
space:
mode:
authorIsaac Yu <isaacyu1@isaacyu1.com>2022-04-26 04:07:43 +0100
committerWilly Sudiarto Raharjo <willysr@slackbuilds.org>2022-04-30 13:51:51 +0700
commitf0cd9244112cabcaa11b13fe592b0800fcb4e7c3 (patch)
tree3fb137b1a216de4689082c82d59cee60a492bddc /python/python3-tomlkit/README
parent1d211f98aa85d102fa3169aa2baccd740ec95d69 (diff)
python/python3-tomlkit: Added (Style-preserving TOML library)
Signed-off-by: Dave Woodfall <dave@slackbuilds.org> Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'python/python3-tomlkit/README')
-rw-r--r--python/python3-tomlkit/README5
1 files changed, 5 insertions, 0 deletions
diff --git a/python/python3-tomlkit/README b/python/python3-tomlkit/README
new file mode 100644
index 0000000000000..145b57d498954
--- /dev/null
+++ b/python/python3-tomlkit/README
@@ -0,0 +1,5 @@
+TOML Kit is a style-preserving TOML library for Python.
+
+It includes a parser that preserves all comments, indentations,
+whitespace and internal element ordering, and makes them accessible
+and editable via an intuitive API.