iniconfig_python310

Brain-dead simple parsing of ini files

Version

2.3.0-1
(2026-08-02)

Size

10.7

KiB

Repository

HaikuPorts
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.