Low-impact Development With Buildout
by Brandon Craig Rhodes
Are you tired of having to install a half-dozen Python packages by hand when you sit down to develop your favorite Python package on a new machine? Are your fellow developers tired of having to step through a tedious INSTALL.txt file before they can begin experimenting with your code? Then welcome to the world of ''zc.buildout'', where dependencies appear like magic, and haphazard setup procedures are replaced by sleek, safe, and repeatable automation.