WebJEA icon indicating copy to clipboard operation
WebJEA copied to clipboard

Is it possible to extend this code for python script too

Open omkarumarani opened this issue 4 years ago • 1 comments

We have developed lot of python scripts and would like to self service them as well.

omkarumarani avatar Jul 17 '21 15:07 omkarumarani

I've not done much work with python, so my information may not be completely correct here:

In theory, WebJEA could be extended to call python scripts. The challenge here is input validation. I don't know if python has much in the way of declarative parameter validation like PowerShell does. It would likely be limited to string inputs only.

As an interim, you could build powershell wrapper scripts to do your parameter validation and the powershell script just calls python.

markdomansky avatar Jul 20 '21 00:07 markdomansky