Reusable Python Separation Approaches with Extensions

A tour of how to segment general purpose extensions from job specific ones - lately this is helping us pull out additions that are only needed for a single job or two, from the code base we re-use on the regular. It’s a simplification of the idea, but if code organization is a challenge you’re fighting this might be worth looking over:

matthewragan.com/2018/06/05/tou … th-python/