reading: Wrangling a Python monorepo

Posted by David Haley on January 27, 2024 · 1 min read

#python  ·  #software

Been a long time since I’ve wrangled a Python deployment let alone a Python monorepo. I found this series by Tweag.io invaluable:

PYTHON MONOREPO: AN EXAMPLE

Part 1: Structure and Tooling

Part 2: A simple CI

[Original post on dev.to]