utils.configuration.py
SingletonConfiguration Objects
class SingletonConfiguration()Sigleton of the Configuration class
Configuration Objects
class Configuration(SingletonConfiguration)This class read configuration file and retrieve variables. If a variable is not present the variable is set with a default value.
get
def get(config_key)return the config value of the key specified in arg
read_configuration
def read_configuration()Read the configuration file and set required variables