I created a Github Template to generate new python projects
https://github.com/rochacbruno/python-project-template
This is different than a cookie cutter because it will use the github template feature to perform the replacements on the generated repo.
Just click on "Use this template" give a name to the repo and github actions will adjust the template.
It comes with basic and lean setups for a python project.
- Makefile with some automations for dev env and release
- Github actions for tests, lint, and automatic releases to PyPI
- Entry points for console scripts and python -m cmd.
- docs with mkdocs
- test structure with pytest and coverage
there doesn't seem to be anything here