Are there any good build frameworks written in Python?

后端 未结 5 710
感动是毒
感动是毒 2021-02-01 07:38

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, i

5条回答
  •  误落风尘
    2021-02-01 08:13

    The following look good, but I haven't used them (yet):

    • Paver
    • waf
    • doIt

    Paver looks especially promising.

提交回复
热议问题