python-doit-doc

Automation tool for executing any kind of task in a build-tools fashion - doc
  http://pydoit.org
  0
  no reviews



Doit is an automation tool that brings the power of build-tools to execute any kind of task.

a task describes some computation to be done (actions), and contains some extra meta-data. the actions can be external programs or python functions. a single task may define more than one action. doit uses the task??s meta-data to:
* cache task results
* correct execution order
* parallel execution
* powerful dependency system
this package contains api documentation and examples.