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? 回答1: Try SCons Or are you looking for something just to build python projects? 回答2: The following look good, but I haven't used them (yet): Paver waf doIt Paver looks especially promising. 回答3: My Rapid Throughts: SCons is quite mature and oriented