You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Configparser-utils - some simple utilities for multiple configparser file manipulation.
Usage
Importing from configparser_utils import configutils
Usage is simple like get_setting(path, section, setting) and update_setting(path, section, setting) and may come in handy when you have multuple variables with path to different ini's.
About
Simple utilities to handle files with configparser