Fwd: zipapp: add compression (method), compresslevel options from Zipfile

2025-11-17 Thread Mingye Wang via Python-list
-Rahmaan Janhangeer wrote: > > You have some demo code for it? > > > Kind Regards, > > Abdur-Rahmaan Janhangeer > about | blog > github > Mauritius > > On Mon, 10 Nov 2025, 07:18 Mingye Wang via Python-list, > wrote: >> >> Zipapp is meant to

zipapp: add compression (method), compresslevel options from Zipfile

2025-11-09 Thread Mingye Wang via Python-list
Zipapp is meant to produce things that will be delivered to an end-user. In this way it should behave like most packaging tools and offer more "thorough" compression options, limited only by the version of the Python interpreter on the user's side (more specifically, their zipfile modules). As a