, , , zip , ziph, , . , ipython zipfile.ZipFile:
: zipfile.ZipFile(, = 'r', = 0, allowZip64 = True)
:
, , , , zip .
z = ZipFile (, = "r", = ZIP_STORED, allowZip64 = True)
file: , - . , ZipFile.
mode: 'r', write 'w', create 'x', 'a'.
: ZIP_STORED ( ), ZIP_DEFLATED ( zlib), ZIP_BZIP2 ( bz2) ZIP_LZMA ( lzma).
allowZip64: True ZipFile ZIP64, , , .
, .