mahmoud / awesome-python-applications

💿 Free software that works great, and also happens to be open-source Python.
ftp://you:relookin@it#readme
16.73k stars 2.68k forks source link

Add project: doit #97

Closed uyar closed 5 years ago

uyar commented 5 years ago

Basic info

Application name: doit Application repo link: https://github.com/pydoit/doit Application home link: https://pydoit.org/ Application description: Task management & automation tool.

Qualifications

There are a ton of great Python projects out there, but what makes an application "Awesome™"? Please check that all of the following criteria apply:

Note that installability via pip/PyPI and a developer-audience focus may warrant a higher standard for inclusion, in keeping with the spirit of the list: http://sedimental.org/awesome_python_applications.html

Additional notability info

mahmoud commented 5 years ago

I was on the fence with this one. It's kind of a cool simplified build tool, but even for a basic example requires a significant level of Python coding. Then again, this is true of other build tools as well. Nikola's usage isn't really compelling because that's verging on library territory. Only through searching around and finding a few blog posts did I determine it deserves a place on the list. Might even give it a try myself! Thanks again!

uyar commented 5 years ago

You're right, I hesitated before nominating it. My reasoning was that since buildout was on the list, this could also qualify. Then again, the configuration file for doit is programmatic rather than declarative.

Curation is tough business. Thanks for the time and effort you put into it.