Navigation

  • index
  • modules |
  • suivant |
  • précédent |
  • Python »
  • fr 2.7.15rc1 Documentation »
  • The Python Standard Library »

12. Compression de donnée et archivage¶

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. See also Archiving operations provided by the shutil module.

  • 12.1. zlib — Compression compatible with gzip
  • 12.2. gzip — Support for gzip files
    • 12.2.1. Examples of usage
  • 12.3. bz2 — Compression compatible with bzip2
    • 12.3.1. (Dé)compression de fichiers
    • 12.3.2. Sequential (de)compression
    • 12.3.3. (Dé)compression en une fois
  • 12.4. zipfile — Work with ZIP archives
    • 12.4.1. ZipFile Objects
    • 12.4.2. PyZipFile Objects
    • 12.4.3. ZipInfo Objects
    • 12.4.4. Command-Line Interface
      • 12.4.4.1. Command-line options
  • 12.5. tarfile — Read and write tar archive files
    • 12.5.1. TarFile Objects
    • 12.5.2. TarInfo Objects
    • 12.5.3. Exemples
    • 12.5.4. Supported tar formats
    • 12.5.5. Unicode issues

Sujet précédent

11.13. sqlite3 — DB-API 2.0 interface for SQLite databases

Sujet suivant

12.1. zlib — Compression compatible with gzip

Cette Page

  • Voir la source

Recherche rapide

Navigation

  • index
  • modules |
  • suivant |
  • précédent |
  • Python »
  • fr 2.7.15rc1 Documentation »
  • The Python Standard Library »
© Copyright 1990-2018, Python Software Foundation.
La Python Software Foundation est une organisation à but non lucratif. Les dons sont les bienvenus.
Dernière mise à jour le avr. 21, 2018. Vous avez trouvé un bug ?
Crée via Sphinx 1.7.2.