slackbuilds/python/python3-iniconfig
Jeremy Hansen 58d34a90fb
python/python3-iniconfig: Version bump to 2.1.0
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
2025-03-29 08:15:37 +07:00
..
README
python3-iniconfig.SlackBuild python/python3-iniconfig: Version bump to 2.1.0 2025-03-29 08:15:37 +07:00
python3-iniconfig.info python/python3-iniconfig: Version bump to 2.1.0 2025-03-29 08:15:37 +07:00
slack-desc

README

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.