winIDEA SDK
isysUtils.DistroPacker Class Reference

Description

This class is a replacement for zipfile.ZipFile(). It implements
the same interface, but instead of zipping, it copies all files to
one dir with the same structure as given for zip file. This
dir is then zipped with command line 7Zip. This way we've replaced
Python's zipping library with more efficient 7Zip (118 MB vs. 223 MB).