Are there any good build frameworks written in Python?

偶尔善良 提交于 2019-12-02 19:28:12

Try SCons

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

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

Paver looks especially promising.

My Rapid Throughts: SCons is quite mature and oriented also to other languages (es C++) Waf is very simlar to ant/maven, so you will prefer it if you are used to ant/maven

Paver is very pythonic oriented, and seems a good option if you do not know how to start.

There is also Fabric but it's specially geared towards deployment rather than generic building.

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!