iniparse
Accessing and Modifying INI files
Accessing and Modifying INI files
To install this package, run one of the following:
iniparse is an INI parser for Python which is API compatible with the standard library's ConfigParser, preserves structure of INI files (order of sections & options, indentation, comments, and blank lines are preserved when data is updated), and is more convenient to use.
Summary
Accessing and Modifying INI files
Last Updated
Aug 1, 2017 at 13:12
License
MIT License or Python Software Foundation License
Supported Platforms