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?
distutils and setuptools are used to create distributions of python-packages, potentially compiling e.g. C or pyrex-sources, and you can hook into them to create e.g. api-docs. Diez -- http://mail.python.org/mailman/listinfo/python-list