gws.config

Source code: gws.config

Submodules

Package Contents

gws.config.activate(root: gws.Root)
gws.config.CONFIG_PATH_PATTERN = '\\.(py|json|yaml|cx)$'
gws.config.configure(manifest_path='', config_path='', specs: gws.SpecRuntime | None = None, raw_config: dict | gws.Data = None, fallback_config: dict | gws.Data = None, with_spec_cache=False, hooks: list = None) gws.ConfigResult

Configure the server.

gws.config.deactivate()
gws.config.get_root() gws.Root
gws.config.initialize(specs: gws.SpecRuntime, config: gws.Config) gws.Root
gws.config.load(path=None) gws.Root
gws.config.log_report(cr: gws.ConfigResult)
gws.config.parse(manifest_path='', config_path='', specs: gws.SpecRuntime | None = None) gws.ConfigResult

Parse input configuration.

gws.config.store(root: gws.Root, path=None) str