diff options
Diffstat (limited to 'python/iniconfig/README')
-rw-r--r-- | python/iniconfig/README | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/python/iniconfig/README b/python/iniconfig/README new file mode 100644 index 000000000000..c87311dd9e78 --- /dev/null +++ b/python/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. |