✋ Okay packages are building!
The next snag is... I have some IOT devices spread around the globe with less than ideal bandwidth conditions. Pex files go a long way to only pull the things that are needed. That said, bandwidth is low and I'm curious if the pex files could be layered some how?
pex == dependencies + code kind of thing, where we can ship just the code changes if/when the dependencies don't. In the past, I've done this with various OCI layering mechanisms - i.e. layered jars, layer for python deps + layer for code, etc..