cookiecutter https://github.com/bodak/cookiecutter-python
- Use
make initto init repo and commit blank statemake requirementsto update requirements (uses nox if no docker found)make installcreates virtualenv if one does not exists. installs requirements, project to virtualenvmake runruns python library (__main__.py)make blackblack formatter (nox)make lintflake8 linting (nox)make safetysafety review (nox)make typemypy (nox)make teststests inside nox environmentmake docker-buildbuilds docker image containing projectmake docker-runruns docker image containing projectmake changelogupdates CHANGELOG.md using commit message in conventional style
- parts based on