有没有用Python编写的好的构建框架?

发布于 2024-07-13 18:01:34 字数 124 浏览 6 评论 0原文

我从 NAnt 切换到使用 Python 来编写构建自动化脚本。 我很好奇是否有任何值得使用的构建框架类似于 Make、Ant 和 NAnt,但它们是基于 Python 的。 例如,Ruby 有 Rake。 那么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?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(5

末が日狂欢 2024-07-20 18:01:34

尝试 SCons

或者您正在寻找一些只是为了构建 python 项目的东西?

Try SCons

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

少钕鈤記 2024-07-20 18:01:34

以下看起来不错,但我还没有使用过它们:

Paver 看起来特别有前途。

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

Paver looks especially promising.

十级心震 2024-07-20 18:01:34

我的快速经历:
SCons 相当成熟并且也面向其他语言(例如 C++)
Waf 与 ant/maven 非常相似,所以如果你习惯了 ant/maven,你会更喜欢它。

Paver 非常面向 Python,如果你不知道如何开始,它似乎是一个不错的选择。

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.

枕头说它不想醒 2024-07-20 18:01:34

还有 Fabric,但它专门针对部署而不是通用构建

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

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文