Package gavo :: Package svcs :: Module runner
[frames] | no frames]

Module runner

source code

Methods and classes to run programs described through DataDescriptors within a twisted event loop.

Classes
  RunnerError
  StdioProtocol
is a simple program protocol that writes input to the process and sends the output to the deferred result in one swoop when done.
Functions
 
runWithData(prog, inputString, args, swallowStderr=False)
returns a deferred firing the complete result of running prog with args and inputString.
source code
Variables
  __package__ = 'gavo.svcs'