application_framework.config.builder

class application_framework.config.builder.ConfigBuilder

Bases: object

add_config_source(source_type, data)
add_env_file(path)
add_ini_file(path)
add_json_file(path)
add_prefixed_env_vars(prefix='CFG_', section_separator='.')
add_profiled_file(template)
add_yaml_file(path)
bind(config_class)
build()
set_environment_profile(env)
set_type_conversion(key, type_func)