Posts in Python開発環境
Maintenance points for Rye environment construction in dotfiles management
- 2025/06/01
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.
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.