Cake 0.2.3

Cake is a simple build program written in Python, similar to Rake.It uses a simple yaml file (Cakefile) to load tasks from your project. Cake can be called from anywhere in the project. Support for task descriptions and parameters.Usage:cake [taskname]...