blob: a13efc7d55ae2775c0c8d16fad9d08b873c7b28d (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
|
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.
WWW: https://pypi.org/project/iniconfig/
|