I've ended up using the same style of makefile for multiple Python projects, so I've decided to create a repository with a template. The idea is to have a makefile that can be easily copied into any ...
Docker containers for running Python applications, based on Alpine Linux with s6 for process management. The goal is to provide small and reliable containers to run Python applications (e.g. Flask web ...