emake
April 23, 2026 ยท View on GitHub
emake provides a unified command-line interface for common development tasks that would otherwise require Makefile targets. It handles virtual environment management, testing, building, and linting with a simple, consistent interface.
I use it for consistency accross my python projects. Feel free to use it as well.