Wooey
Wooey copied to clipboard
A Django app that creates automatic web UIs for Python scripts.
I'm having issues enabling script parameters: I always get a JSONDecodeError. Would it be possible to have a walkthrough on creating those parameters from the Administration GUI? (I.e. how to...
so a new user can see how a result looks like. good example is https://github.com/chriskiehl/Gooey#gooey-beta
It would be nice to be able to use a custom task runner instead of only having the choice between blocking the request thread or using Celery. This would be...
It would be nice if we could bring in and sync with a file that is in a version control repository on Github or Gitlab. The pain point I have...
Under change script parameter I am attempting to mask a password field that my script requires. I'm not getting what I would expect and its not masking anything in the...
Hi, Its currently possible to give an alternative python path to the script? It would be useful to have multiple python versions from different virtualenvs.
This doc looks great in dillinger.io but doesnt seem to work in my github fork...you may need to adjust the markdown further.
Add in framework for users to render arbitrary filetypes. See #157
Add in ability for users to toggle what file types are automatically displayed. #157
Support for better script execution environments. This includes: - [ ] Additional environment variables (updating paths for instance) - [ ] Specifying the executable (for py2/py3 or other scripting languages)...