Project: iniparse

Accessing and Modifying INI files

Project Details

Latest version
0.5
Home Page
https://github.com/candlepin/python-iniparse
PyPI Page
https://pypi.org/project/iniparse/

Project Popularity

PageRank
0.0036830528696995867
Number of downloads
77317

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.