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

These are some ideas for enhancing script installations. Some are impractical and too bloated, but if we can figure out a nice, clean easy way to do it eventually it...

enhancement
Post Wooey/Djangui Merge

Support REST APIs for every script. The script parameter definitions already describe the API for us. Basic implementation should support - - [ ] Job description (API description) - [...

@streetmapp Your issue has been moved to this repo (the base for future work). Looking to have a confirmation field available in certain cases. One way to achieve this that...

enhancement
Post Wooey/Djangui Merge

Add support for importing blocks of text documentation from the header of scripts in Python block text format. This might be something better handled in clinto (?) though it's not...

enhancement

Hey guys, our Wooey deployment is likely to see occasional refinement of scripts with new features added/bugs fixed (we hope!). A problem that comes up at the moment when a...

The author of flask has another really useful tool that is much better than Argparse IMO: https://github.com/mitsuhiko/click It would nice if they could interface with each other.

enhancement

A view for non-admin users to add scripts. It should be in an enhanced dashboard for users with advanced privileges that aren't meant to be using the admin -- like...

enhancement
Post Wooey/Djangui Merge

The option to export data to services such as plot.ly. We can have users provide their tokens in their profile to facilitate this.

Working on the new layout it occurs that sometimes scripts may output alternate types for the same file. The obvious example would be a script generating figures which might output...

enhancement
Post Wooey/Djangui Merge

In Python 3 a range(0,10,3) creates a range object rather than a list. We can make use of this to display a range-specific UI element such as slider. This will...