K 10 svn:author V 5 dbaio K 8 svn:date V 27 2021-01-16T13:32:30.653799Z K 7 svn:log V 493 Add devel/py-iniconfig: Simple parsing of ini files in Python 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/ END