avid.common.config\_manager =========================== .. automodule:: avid.common.config_manager .. rubric:: Functions .. autosummary:: :toctree: collect_keys_from_config_dict ensure_dir get_setting get_setting_from_dict get_user_config_dir get_user_config_file_path get_user_data_dir get_user_tool_config_dir get_user_tool_config_file_path get_user_tools_default_root_dir get_user_tools_root_dir get_valid_scope get_venv_config_dir get_venv_config_file_path get_venv_data_dir get_venv_root_dir get_venv_tool_config_dir get_venv_tool_config_file_path get_venv_tools_default_root_dir get_venv_tools_root_dir in_venv load_merged_config load_user_config load_user_tool_config load_venv_config load_venv_tool_config save_user_config save_user_tool_config save_venv_config save_venv_tool_config set_setting set_setting_in_dict unset_setting unset_setting_in_dict .. rubric:: Classes .. autosummary:: :toctree: :template: custom-class-template.rst SETTING_NAMES TOOL_SETTING_NAMES