A Project Skeleton for Python Projects

As a software engineer, I’m always looking for ways to optimize the tedious tasks and repetition out of my workflow, and one of these repetitive tasks is building and maintaining Python packages – you know, the repositories that get uploaded into devpi or… Read more

Similar

Nornir: An Automation Framework in Python

Nornir is an automation framework written in python to be used with python. Most automation frameworks hide the language they are written in by using some cumbersome pseudo-language which usually is almost Turing complete, but lacks tooling to debug and t... (more…)

Read more »