pyfileconfgui package

Web GUI for pyfileconf

Submodules

pyfileconfgui.app module

pyfileconfgui.app.create_app()[source]
Return type

Dash

pyfileconfgui.component module

class pyfileconfgui.component.PFCGuiComponent(id, **kwargs)[source]

Bases: pyfileconfgui.dash_ext.component.DashPythonComponent

gui: 'PyFileConfGUI' = None
classmethod register_app(gui)[source]

pyfileconfgui.index module

class pyfileconfgui.index.PFCGUIRouterComponent(id, routes)[source]

Bases: pyfileconfgui.component.PFCGuiComponent, pyfileconfgui.dash_ext.router.RouterComponent

gui = None
pyfileconfgui.index.add_layout(gui)[source]

pyfileconfgui.main module

class pyfileconfgui.main.PyFileConfGUI[source]

Bases: object

__init__()[source]

Initialize self. See help(type(self)) for accurate signature.

property file_objs
Return type

List[Dict[str, str]]

paths: List[str] = None
refresh()[source]
run_server(**kwargs)[source]
s: Selector = None
structure: dict = None

pyfileconfgui.runner module

class pyfileconfgui.runner.PFCRunner[source]

Bases: object

__init__()[source]

Initialize self. See help(type(self)) for accurate signature.

create(section_path, func_or_class=None)[source]
property managers
Return type

Dict[str, PipelineManager]

reload(manager_names=None)[source]
run(path)[source]
Return type

Any