md_src_plugins_python_README(3) README

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.

DISCLAIMER

Note, this is a technical preview. It might have severe bugs and the API might change in the future.