python310-iniconfig
Python 3.10 - iniconfig - brain-dead simple config-ini parse
3.4.0
2023-05-05
eisfair-noarch
the eisfair team, team(at)eisfair(dot)org
stable
python310-base 3.4.0
Internal Program Version: iniconfig 2.0.0
iniconfig is a small and simple INI-file parser module
having a unique set of features:
* tested against Python2.4 across to Python3.2, Jython, PyPy
* 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.
https://github.com/RonnyPfannschmidt/iniconfig