Navigation

  • index
  • modules |
  • next |
  • previous |
  • Python »
  • Python 3.0.1 documentation »
  • The Python Standard Library »
  • |

Data Compression and Archiving¶

The modules described in this chapter support data compression with the zlib, gzip, and bzip2 algorithms, and the creation of ZIP- and tar-format archives.

  • zlib — Compression compatible with gzip
  • gzip — Support for gzip files
    • Examples of usage
  • bz2 — Compression compatible with bzip2
    • (De)compression of files
    • Sequential (de)compression
    • One-shot (de)compression
  • zipfile — Work with ZIP archives
    • ZipFile Objects
    • PyZipFile Objects
    • ZipInfo Objects
  • tarfile — Read and write tar archive files
    • TarFile Objects
    • TarInfo Objects
    • Examples
    • Supported tar formats
    • Unicode issues

Previous topic

sqlite3 — DB-API 2.0 interface for SQLite databases

Next topic

zlib — Compression compatible with gzip

This Page

  • Show Source

Quick search

Navigation

  • index
  • modules |
  • next |
  • previous |
  • Python »
  • Python 3.0.1 documentation »
  • The Python Standard Library »
  • |
© Copyright 1990-2025, Python Software Foundation.
The Python Software Foundation is a non-profit corporation. Please donate.

Last updated on Aug 10, 2025.
Created using Sphinx 1.8.4.