Skip to content
Andrew Lambert edited this page Mar 20, 2021 · 10 revisions

PKZip

Module declaration

 Module PKZip

Remarks

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.

Classes

Methods


PKZIP is a registered trademark of PKWARE, Inc. in the United States and elsewhere. https://support.pkware.com/display/PKZIP/APPNOTE

Entry-level points of interest denoted by "☜"



Clone this wiki locally