NAME
App::Netdisco::Transport::Python
DESCRIPTION
Not really a transport, but has similar behaviour to a Transport.
Returns an object which has a live Python subprocess expecting instruction to run worklets.
my $runsub = App::Netdisco::Transport::Python->py_worklet();
py_worklet( )
Returns an object instance with a live Python subprocess.
Will die if Python cannot be run.