niprov.externals module

class niprov.externals.Externals

Bases: object

Utility that wraps the python subprocess module to start other applications

run(command)

Start a subprocess with the command provided.

Parameters:command (list) – A list of command elements.
class niprov.externals.Result(succesful, output)

Bases: object