Skip to content

Latest commit

 

History

History
 
 

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 

README.md

  • infos = Information about the python plugin is in keys below
  • infos/author = Manuel Mausz manuel-elektra@mausz.at
  • infos/licence = BSD
  • infos/provides =
  • infos/needs =
  • infos/placements =
  • infos/status = maintained unittest memleak nodoc
  • infos/description = magic things require magic plugins

The plugin uses Python to do magic things.

USAGE

kdb mount file.ini /python python script=/path/to/python/python_configparser.py,print=

Plugin Config

Optional configuration values/flags:

  • print (flag): Make the plugin print engine errors, triggered by the calls of this plugin, to stderr. Mainly intended for diagnostic. Please note that the Python engine itself will print script errors to stderr regardless of this flag.
  • shutdown (value, 0 or 1): If enabled, the last call to kdbClose() will also shutdown Pythons engine. Default is 0.