jsonpack

App

The root app.

Example Code

app = jsonpack.App(default_namespace='default')

Arguments

Argument Description
default_namespace The default namespace for components. if default namespace is “foo” then a component can be defined “foo:bar” or “bar”
ui When true it will use UI’s when needed. For example when ui=False a pack contains a script it will ask via console. When ui=True it will use a Tkinter window.

Methods