Wooey icon indicating copy to clipboard operation
Wooey copied to clipboard

A Django app that creates automatic web UIs for Python scripts.

Results 60 Wooey issues
Sort by recently updated
recently updated
newest added

I have a script that makes imports relative to the directory where it is (I have a file _ _init__.py in the directory lib/parser/). And when you add the script...

feature request

Refering to the closed #118: Is there a way to set the script status on "error" or something like that (and not "Success") if the script throwed an exception? I...

feature request

Hey, do you guys have support for Openshift 3? If so, are there plans on updating the documentation for that?

documentation request

If I start an executing a script with "while True" and after some time I decide to stop it via Stop button then it will not stop and will work...

Could you provide an example in the docs of how to use wooey on PythonAnywhere?

I specify a "choice" in my argparser, which Wooey properly displays as a select dropdown. However, it unexpectedly changes the capitalization of the displayed values. `parser.add_argument("--currency", default="USD", choices=['USD', 'EUR', 'CHF'...

feature request

Hello, I'm not sure if this is the right place to be asking but since I can't find any discussion forums, here goes. I'll start by saying that I have...

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...

feature request

The ability to define a url for a script to be downloaded from. This was changes to scripts in places such as a git repo can be automatically sync'd with...

feature request