pyKook is a very useful and open source tool to control your tasks such as compile, install or clean. pyKook is similar to Make, Rake, Ant, or Cook.
Kookbook.py, which is a task definition file for pyKook, is written in Python.
Installation: To install pyKook on your Mac you will have to open a Terminal window, browse to pyKook's folder and run the following command from inside that directory (you will need administrator privileges to be able to run it):
sudo python setup.py install
Requirements:
· Python 2.4 or later