Flexibility
DoIt allows for a wide range of tasks including file generation, testing, or data processing. It can be customized for a variety of workflows.
Python Native
As a tool written in Python, DoIt integrates well with Python projects, offering a natural syntax for Python developers.
Task Dependencies
DoIt provides powerful dependency management, enabling tasks to be executed efficiently and only when necessary.
Incremental Builds
The tool supports incremental builds, meaning it only runs tasks that are necessary, which can save time in larger projects.
Extensible
DoIt can be extended with plugins, allowing more complex functionality to be added on top of its core capabilities.
We have collected here some useful links to help you find out if DoIt is good.
Check the traffic stats of DoIt on SimilarWeb. The key metrics to look for are: monthly visits, average visit duration, pages per visit, and traffic by country. Moreoever, check the traffic sources. For example "Direct" traffic is a good sign.
Check the "Domain Rating" of DoIt on Ahrefs. The domain rating is a measure of the strength of a website's backlink profile on a scale from 0 to 100. It shows the strength of DoIt's backlink profile compared to the other websites. In most cases a domain rating of 60+ is considered good and 70+ is considered very good.
Check the "Domain Authority" of DoIt on MOZ. A website's domain authority (DA) is a search engine ranking score that predicts how well a website will rank on search engine result pages (SERPs). It is based on a 100-point logarithmic scale, with higher scores corresponding to a greater likelihood of ranking. This is another useful metric to check if a website is good.
The latest comments about DoIt on Reddit. This can help you find out how popualr the product is and what people think about it.
I like mage for Go and doit for Python. Source: almost 2 years ago
An alternative to Scons could be Doit (), which if I remember correctly was built as a faster alternative to Scons. See also reasons of some users to prefer the later to other mentioned here: . - Source: Hacker News / almost 2 years ago
Or use https://pydoit.org and a virtualenv and be happy. - Source: Hacker News / over 2 years ago
If you code in Python, your probably should use the language as much as possible and avoid calling shell commands. E.G: - manipulate the file system with pathlib - do hashes with hashlib - zip with zipfile - set error code with sys.exit - use os.environ for env vars - print to stderr with print(..., file=...) - sometimes you'll need to install lib. Like, if you want to manipulate a git repo, instead of calling the... - Source: Hacker News / over 2 years ago
I've been using Doit for a project which involves gathering together documents made up of multiple Markdown files and converting to multiple formats. It's really cool but has some irritations. It didn't end up being much simpler than Make for me. I'm interested in trying some of the alternatives people have posted. Source: over 2 years ago
Competition: https://pydoit.org/ I've been using it for a while and it's pretty flexible:. - Source: Hacker News / over 2 years ago
The code for all of this is available here, and described in detail in my article. I'm particularly fan of doit for this type of project, and highly encourage everyone to check it out! Source: almost 3 years ago
Instead, I use pydoit (which is basically a Python version of make). It's simple, flexible, and quite extensible. So, here's what I do with it:. Source: almost 3 years ago
I found these two https://pydoit.org/ and https://snakemake.readthedocs.io/en/stable/ but I am still looking for alternatives. Is there any more? Source: about 3 years ago
Did you try https://pydoit.org/, it's a build tool in similar spirit, which allows the actions to be either python-functions or external programs. Try to look past their tutorial 1, I don't know why they mixed in module_imports there, making it look a lot more complicated than what it really is. - Source: Hacker News / almost 4 years ago
I tried https://pydoit.org/ and it looks OKish, especially if teammates approve Python (like Java/Node guys hate everything outside their runtime). Source: over 4 years ago
Https://pydoit.org/ is interesting alternatives for wrappers around CLI but it requires to be familiar with Python... Source: over 4 years ago
So far, I've looked, relatively superficially, at Ninja, doit, Bazel, and SCons. It looks to me like Ninja and doit won't handle the third point above without requiring something really strange, and if Bazel or SCons documents things one way or the other, I haven't found it yet. - Source: dev.to / over 4 years ago
I have an invoke script and now it needs some make-like functionality. I could use make to call some invoke tasks, but I'm looking for a more integrated approach. Does anybody have experience using invoke with python-based build automation tools like doit or luigi? Source: over 4 years ago
Do you know an article comparing DoIt to other products?
Suggest a link to a post with product alternatives.
Is DoIt good? This is an informative page that will help you find out. Moreover, you can review and discuss DoIt here. The primary details have not been verified within the last quarter, and they might be outdated. If you think we are missing something, please use the means on this page to comment or suggest changes. All reviews and comments are highly encouranged and appreciated as they help everyone in the community to make an informed choice. Please always be kind and objective when evaluating a product and sharing your opinion.