meds.kernel

central piece of code that loads the plugins and starts services.

class Kernel(*args, **kwargs)[source]

Bases: meds.engine.Engine

announce(txt)[source]
boot()[source]

start boot proces of the kernel. use provided config.

dispatch(event)[source]
find(cmnd)[source]

find command.

initialize(name)[source]

initialze package.

list(want='')[source]

list all functions found in a module.

loading(modname, force=False)[source]

load a module.

resume()[source]

resume the kernel.

shutdown(*args, **kwargs)
walk(name, force=False)[source]

return all modules in a package.