Navigation

  • index
  • modules |
  • next |
  • previous |
  • Python v2.6 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 v2.6 documentation »
  • The Python Standard Library »
© Copyright 1990-2008, Python Software Foundation. Last updated on Oct 02, 2008. Created using Sphinx 0.5.