Pyb is a build tool based on ant but written in Python. Pyb uses Python as the language for build scripts rather than XML. The primary goals of Pyb are: simplicity (in build scripts and implementation) and clarity of implementation (minimize the magic and limit class explosion).

Pyb requires version 2.3 of Python.

Pyb is currently released under a GPL license.