diff options
Diffstat (limited to 'python/python3-tomlkit/README')
-rw-r--r-- | python/python3-tomlkit/README | 5 |
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. |