Posts tagged doit
Migrating from poethepoet to doit in a Python development environment and best practices
- 2025/05/28
In my Python project using Poetry, I used poethepoet to manage tasks, but I decided to migrate to doit for the following reasons.
Basics of the Python task automation tool “doit”
- 2025/05/24
This is a work memo that explains the basic concept, introduction method, and simple usage examples of the task automation tool “doit” written in Python.