Posts tagged doit

Migrating from poethepoet to doit in a Python development environment and best practices

In my Python project using Poetry, I used poethepoet to manage tasks, but I decided to migrate to doit for the following reasons.

Read more ...


Basics of the Python task automation tool “doit”

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.

Read more ...