Khufu-Script 0.6.2

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