clue_script 0.3.1

clue_script is used for defining subcommands with a special focus on web-style apps. The functionality is inspired by the Django manage.py script.UsageA simple example to add a command that prints "hello world":from clue_script import command,...