slackbuilds_ponce/python/iniconfig
Isaac Yu d61f7d887a
python/iniconfig: Added (INI file parsing).
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
2022-04-09 15:45:44 +07:00
..
iniconfig.info
iniconfig.SlackBuild
README
slack-desc

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.