Wooey
Wooey copied to clipboard
Range Fields
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 require additions to clinto to detect and pass the object type and parameters somehow.
wooey/clinto#3