WebRuntime

class tolteca.web.WebRuntime(config)[source]

Bases: tolteca.utils.runtime_context.RuntimeBase

A class that manages the runtime context of web apps.

Attributes Summary

config

logger

Methods Summary

run(app_name[, ext_proc_name])

update_from_env_loader()

Update config dict with env vars.

Attributes Documentation

config
logger = <Logger WebRuntime (DEBUG)>

Methods Documentation

run(app_name, ext_proc_name='flask')[source]
update_from_env_loader()[source]

Update config dict with env vars.