Build tool for Python

Tim Arnold tim.arnold at sas.com
Wed Jul 30 12:41:38 EDT 2008


"Terry Reedy" <tjreedy at udel.edu> wrote in message 
news:mailman.868.1217361931.922.python-list at python.org...
>
>
> Hussein B wrote:
>> Hi.
>> Apache Ant is the de facto building tool for Java (whether JSE, JEE
>> and JME) application.
>> With Ant you can do what ever you want: compile, generate docs,
>> generate code, packing, deploy, connecting to remote servers and every
>> thing.
>> Do we have such a tool for Python projects?
>
> Also see thread Continuous integration for Python projects and mention of 
> buildbot.

Surprised no one has mentioned SCons, http://www.scons.org/
I've used it a bit and found it pretty good, out of the box.

--Tim Arnold





More information about the Python-list mailing list