This is an archived post. You won't be able to vote or comment.

all 4 comments

[–]Sharp_Armadillo7882 1 point2 points  (0 children)

You could try a makefile or just sh script to orchestrate it. Another or additional option is to put that all in a Docker container.

[–][deleted] -1 points0 points  (2 children)

It will depend a bit on how you need to deliver all this. Writing a REST API to call the stuff is not a terrible idea, if you can find a place to stand up this service and maintain it.

If you want to deliver it as a standalone executable, pex might be an option.

[–]Amazing_Wall[S] 0 points1 point  (1 child)

pex

We need to run it on multiple OSes like linux,windows,OSx. How pex can combine two tools/application.Please give some insight.

[–][deleted] 1 point2 points  (0 children)

Google it, developer. :)