-
-
Notifications
You must be signed in to change notification settings - Fork 3
PKZip
Andrew Lambert edited this page Mar 20, 2021
·
10 revisions
Module PKZip
Contains all methods, properties, classes, etc. relating to zip archives.
This module can be used by itself or in concert with one or more compression modules.
Compression module | Enabler | Default | Comment |
---|---|---|---|
zlib (part of this project) | PKZip.USE_ZLIB |
True |
For deflate compression. |
BZip2 (maintained separately) | PKZip.USE_BZIP2 |
False |
For BZip2 compression. |
To enable a compression module set its "enabler" constant to True
and import the module into your project along with this module.
To use this module by itself without compression set all "enabler" 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.