News

scriptable allows you to call python function from the command line. It wires standard input to the function's argument, and prints it's output to stdout. This allows your python functions to become ...