[ANN] doit - automation tool 0.8 released

E

Eduardo Schettino

pypi: http://pypi.python.org/pypi/doit
homepage: http://python-doit.sourceforge.net/


`doit` comes from the idea of bringing the power of build-tools to
execute any kind of task. It will keep track of dependencies between
"tasks" and execute them only when necessary. It was designed to be
easy to use and "get out of your way".

Features:

* Easy to use, "no-API"
* Use python to dynamically create tasks on-the-fly
* Flexible, adapts to many workflows for creation of tasks/rules/recipes
* Support for multi-process parallel execution
* Built-in integration of inotify (automatically re-execution)

`doit` can be used as:

* a build tool (generic and flexible)
* home of your management scripts (it helps you organize and combine
shell scripts and python scripts)
* a functional tests runner (combine together different tools)
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

Forum statistics

Threads
473,755
Messages
2,569,536
Members
45,011
Latest member
AjaUqq1950

Latest Threads

Top