Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Is it possible to extend this code for python script too #59

Open
omkarumarani opened this issue Jul 17, 2021 · 1 comment
Open

Is it possible to extend this code for python script too #59

omkarumarani opened this issue Jul 17, 2021 · 1 comment
Labels
enhancement New feature or request

Comments

@omkarumarani
Copy link

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

@markdomansky markdomansky added the enhancement New feature or request label Jul 20, 2021
@markdomansky
Copy link
Owner

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants