slackbuilds_ponce/python/python3-iniconfig
fourtysixandtwo db246c36be
python/python3-iniconfig: Fix for new hatchling.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
2024-09-14 23:37:06 +07:00
..
python3-iniconfig.info
python3-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.