Hi,
I wonder if anyone has any suggestions for keeping app size low with the new Python App SDK. As I’m migrating the Apple TV & HomePod app to Python, I notice that the app currently sits at 36MB zipped in Developer Tools, which is a lot. Unzipped it takes about 60MB in total.
The problem in my case is that PyATV has a lot of required dependencies, of which some are rather large, but it needs all of it. It’s so bad that sometimes even homey app run crashes my development Homey and it has to reboot. I noticed that the python_packages directory has two architectures and I wonder if we need both or that maybe we could do another kind of optimization here by distrubuting two versions, one per architecture?