python-monorepo-example/ ├── libs/ │ ├── shared/ # Real package with pyproject.toml │ │ ├── pyproject.toml │ │ └── src/shared ...
I think there's a logical gap in how threading is discussed in the HOWTO that is likely to confuse readers. See forthcoming PR for further details.