Description
INI configuration files can be read and written by legacy Python 2 applications through a small helper library. This package supports tools that need simple key-value settings storage.
It is imported by applications and can write configuration files when requested. Avoid storing secrets in plain INI files unless additional protection is provided.