Python logo

Table of Contents

  • zipfile — Work with ZIP archives
    • ZipFile objects
    • Path objects
    • PyZipFile objects
    • ZipInfo objects
    • Command-line interface
      • Command-line options
    • Decompression pitfalls
      • From file itself
      • File system limitations
      • Resources limitations
      • Interruption
      • Default behaviors of extraction

Previous topic

lzma — Compression using the LZMA algorithm

Next topic

tarfile — Read and write tar archive files