Python Template Repo
RolePython template repo is a template repo that I made to easily create new Github repos for Python Libraries. It has a template setup.py, readme, test and github actions. It will auto build and deploy new tags on the master/main branch. I have found it is a good way to start new Python projects.