config_resolver.handler.ini module

Handler for INI files

config_resolver.handler.ini.empty()[source]

Create an empty configuration instance.

config_resolver.handler.ini.from_filename(filename)[source]

Create a configuration instance from a file-name.

config_resolver.handler.ini.from_string(data)[source]

Create a configuration instance from a text-string

config_resolver.handler.ini.get_version(parser)[source]

Retrieve the parsed version number from a given config instance.

config_resolver.handler.ini.update_from_file(parser, filename)[source]

Updates an existing config instance from a given filename.

The config instance in data will be modified in-place!