A starter template for Python projects with support for Docker, Makefile, and structured development.
make install
– Install dependenciesmake test
– Run testsmake run
– Run the application locallymake docker-build
– Build the Docker imagemake docker-run
– Run the application in a container
src/
– Main project code.tests/
– Unit tests.
- Python 3.9+
- Docker and Docker Compose
- GNU Make