Search code examples
pythonbuild-processbuild-automation

Are there any good build frameworks written in Python?


I switched from NAnt to using Python to write build automation scripts. I am curious if whether any build frameworks worth using that are similar to Make, Ant, and NAnt, but, instead, are Python-based. For example, Ruby has Rake. What about Python?


Solution

  • Try SCons

    Or are you looking for something just to build python projects?