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 ...
Tired of switching between python development tools such as pipenv and poetry I decided to stick to Makefile because it is available by default in Linux and OSX. The main file is obviously the ...