From f0cd9244112cabcaa11b13fe592b0800fcb4e7c3 Mon Sep 17 00:00:00 2001 From: Isaac Yu Date: Tue, 26 Apr 2022 04:07:43 +0100 Subject: python/python3-tomlkit: Added (Style-preserving TOML library) Signed-off-by: Dave Woodfall Signed-off-by: Willy Sudiarto Raharjo --- python/python3-tomlkit/README | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 python/python3-tomlkit/README (limited to 'python/python3-tomlkit/README') diff --git a/python/python3-tomlkit/README b/python/python3-tomlkit/README new file mode 100644 index 0000000000..145b57d498 --- /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. -- cgit v1.2.3