Hi, Say I want to distribute a smaller (in quantity of files) Python standard library. What would you recommend? Pyc the whole library to build a DLL or just zip it? Are there any performance difference between the two? Any other alternative or best practice? Regards, Hernán.