wooey / Wooey

A Django app that creates automatic web UIs for Python scripts.
http://wooey.readthedocs.org
BSD 3-Clause "New" or "Revised" License
2.12k stars 182 forks source link

Endpoint for wooey script execution #201

Open Chris7 opened 6 years ago

Chris7 commented 6 years ago

It would be great if wooey scripts could be executed via an endpoint. This would require introducing a token based authentication system to identify users and defining the accepted POST parameters wrt subparsers.