ANN: pymake-0.9 released

Chris McDonough chrism@plope.com
Thu, 29 Jan 2004 13:02:10 -0500


The initial release of pymake, a make-like tool written in Python is
available at:

http://www.plope.com/software/pymake

pymake is a simple make replacement which allows the specification of file
dependency graphs within Python. With it, you can perform conditional
complilation of source code, install software, run scripts, or any
repeatable sequence of tasks that ends up creating a known set of files on
your filesystem. On subsequent runs of the same set of tasks, pymake
performs the least amount of work possible to create the same set of files,
only performing the work that it detects has not already been performed by
earlier runs.