seeking some basic advice on python project struct...
# general
c
seeking some basic advice on python project structure and code sharing: currently, we have around 15 deployable units in our mono repo, and the way we prepare the docker containers for deployments is that each project’s dockerfile copies over at least 5-8 of the other projects according to dependencies, then there is a slew of pip installs in the docker container