summaryrefslogtreecommitdiffstats
path: root/python/python3-iniconfig/README
diff options
context:
space:
mode:
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.