Description
Parses simple INI configuration files for Python tools that need lightweight settings. It is commonly used by test and build tooling where a small, predictable configuration parser is enough.
Most users receive it as a dependency. Developers use it when a project needs basic INI parsing without a larger configuration framework.