C# Class ElmcityUtils.PythonUtils

Mostra file Open project: judell/elmcity

Public Methods

Method Description
InstallPythonElmcityLibrary ( string directory, TableStorage ts ) : void
InstallPythonStandardLibrary ( string directory, TableStorage ts ) : void
RunIronPython ( string directory, string str_script_url, List args ) : string

Method Details

InstallPythonElmcityLibrary() public static method

public static InstallPythonElmcityLibrary ( string directory, TableStorage ts ) : void
directory string
ts TableStorage
return void

InstallPythonStandardLibrary() public static method

public static InstallPythonStandardLibrary ( string directory, TableStorage ts ) : void
directory string
ts TableStorage
return void

RunIronPython() public static method

public static RunIronPython ( string directory, string str_script_url, List args ) : string
directory string
str_script_url string
args List
return string