Python Module for Accessing and Modifying Configuration Data in INI files
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.
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.
To install py311-iniparse, run the following command in macOS terminal (Applications->Utilities->Terminal)
sudo port install py311-iniparse
To see what files were installed by py311-iniparse, run:
port contents py311-iniparse
To later upgrade py311-iniparse, run:
sudo port selfupdate && sudo port upgrade py311-iniparse
Reporting an issue on MacPorts Trac
The MacPorts Project uses a system called Trac to file tickets to report bugs and enhancement requests.
Though anyone may search Trac for tickets, you must have a GitHub account in order to login to Trac to create tickets.