aboutsummaryrefslogtreecommitdiff
path: root/python/python3-iniconfig/README
diff options
context:
space:
mode:
authorIsaac Yu <isaacyu1@isaacyu1.com>2023-06-01 21:55:10 +0100
committerWilly Sudiarto Raharjo <willysr@slackbuilds.org>2023-06-03 10:38:20 +0700
commit411a372bd22fae7347d01d702620e91447cef8f4 (patch)
tree133afa9c3d8f9a52d5b21d1a185adb23355858e4 /python/python3-iniconfig/README
parent52e07f08b937888be80c1f722d2715d993367461 (diff)
python/python3-iniconfig: Added (ini file parsing)
Signed-off-by: bedlam <dave@slackbuilds.org> Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'python/python3-iniconfig/README')
-rw-r--r--python/python3-iniconfig/README9
1 files changed, 9 insertions, 0 deletions
diff --git a/python/python3-iniconfig/README b/python/python3-iniconfig/README
new file mode 100644
index 0000000000..c87311dd9e
--- /dev/null
+++ b/python/python3-iniconfig/README
@@ -0,0 +1,9 @@
+iniconfig is a small and simple INI-file parser module having a unique
+set of features:
+
+* maintains order of sections and entries
+* supports multi-line values with or without line-continuations
+* supports "#" comments everywhere
+* raises errors with proper line-numbers
+* no bells and whistles like automatic substitutions
+* iniconfig raises an Error if two sections have the same name.