config

Author(s):

Nuno P. Fernandes

Year:

2026

Copyright:

GNU Public License v3

Added in version 1.0.0.

View and update Ensemblify’s global configuration.

Attributes

GLOBAL_CONFIG

Ensemblify's global configuration dictionary.

Functions

show_config()

Show the current configuration dictionary.

update_config(new_config)

Update the configuration dictionary with new values.

Module Contents

ensemblify.config.GLOBAL_CONFIG

Ensemblify’s global configuration dictionary.

ensemblify.config.show_config()

Show the current configuration dictionary.

Returns:

The Ensemblify global configuration dictionary.

Return type:

dict

ensemblify.config.update_config(new_config)

Update the configuration dictionary with new values.

Any keys in the new configuration that exist in the current config are updated.

Parameters:

new_config (dict) – Dictionary with configuration parameters to update.