py.lib.aw_config
5:564293b54664
Go to Latest
py.lib.aw_config/src/aw_config/__init__.py
. Немного иной формат pyproject.toml
2 from .env import get_env
3 from .type_helpers import ANY, DICT, LIST
4 from .file import ConfigFile, ConfigSectionNotFound, ConfigFileError
5 from .app_tools import get_app_root
6 from .app_config_manager import (get_config, init_configs, replace_config, add_config,
7 AppConfNotFound, AppConfManagerError)
12 'ANY', 'DICT', 'LIST',
13 'ConfigFile', 'ConfigSectionNotFound', 'ConfigFileError',
15 'get_config', 'init_configs', 'replace_config', 'add_config', 'AppConfNotFound', 'AppConfManagerError'