1. Overview The zipfile module provides read/write access to simple ZIP archives. The current implementation has the following restrictions: Does not support encryption. Does not support ZIP archives that span multiple files. Does not support zip64 extensions. The only compression algorithm supported is "deflate". Some or all of these restrictions may be removed in the future. 2. Obtaining and Com