-
-
Notifications
You must be signed in to change notification settings - Fork 3
PKZip
Module PKZip
Contains all methods, properties, classes, etc. relating to zip archives.
This module can be used by itself or in conjunction with one or more compression modules. Currently supported compression modules are zlib (which is this project) and BZip2 (which is maintained separately.) To enable zlib set the PKZip.USE_ZLIB
constant to True
; to enable bzip2 set the PKZip.USE_BZIP2
constant to True
. In both cases the corresponding compression module(s) must be imported into your project along with this module. To use this module by itself without compression set both constants to False
.
PKZIP is a registered trademark of PKWARE, Inc. in the United States and elsewhere. https://support.pkware.com/display/PKZIP/APPNOTE
Wiki home | Project page | Bugs | Become a sponsor
Text and code examples are Copyright ©2014-24 Andrew Lambert, offered under the CC BY-SA 3.0 License.