iniconfig: brain-dead simple config-ini parsing
iniconfig is a small and simple INI-file parser module having a unique set of features: o maintains order of sections and entries o supports multi-line values with or without line-continuations o supports “#” comments everywhere o raises errors with proper line-numbers o no bells and whistles like automatic substitutions o iniconfig raises an Error if two sections have the same name.