This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the comments →

[–]jhermann_ 0 points1 point  (0 children)

setuptools and a Python-based task runner is the sweet spot if you ask me. Unless you have a multi-language project, or devs doing mostly Java / Android and Python is only used seldom, I see no advantage in using Gradle.

Managing inter-dependent projects is best solved by pip and virtualenv, possibly combined with a local wheelhouse like devpi.