Posts in Python開発環境

Maintenance points for Rye environment construction in dotfiles management

Taking the opportunity of migrating from Poetry to Rye, we reorganized the procedure for building a Python development environment using bare-repo style dotfiles management.

Read more ...


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 ...