copier-astral: My Opinionated Python Project Template
Every time I started a new Python project, I had to do the same things again. Set up a virtual environment. Configure a linter. Write tests. Add a CI pipeline. Create a Makefile. Set up docs. The first time it was fine. By the tenth time, it felt tedious. copier-astral is how I fixed that problem. It is a Copier template that creates a fully configured Python project in seconds, using the Astr...