This document is for an old version of Python that is no longer supported. You should upgrade and read the Python documentation for the current stable release.

탐색

  • 색인
  • 모듈 |
  • 다음 |
  • 이전 |
  • Python »
  • Python 2.7.18 문서 »
  • 파이썬 표준 라이브러리 »

12. 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. 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. (De)compression of files
    • 12.3.2. Sequential (de)compression
    • 12.3.3. One-shot (de)compression
  • 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. Examples
    • 12.5.4. Supported tar formats
    • 12.5.5. Unicode issues

이전 항목

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

다음 항목

12.1. zlib — Compression compatible with gzip

현재 문서

  • 소스 보기

빠른 검색

탐색

  • 색인
  • 모듈 |
  • 다음 |
  • 이전 |
  • Python »
  • Python 2.7.18 문서 »
  • 파이썬 표준 라이브러리 »
© 저작권 1990-2020, Python Software Foundation.
파이썬 소프트웨어 재단은 비영리 법인입니다. 기부를 부탁합니다.
Last updated on 6월 19, 2020. 버그를 찾았나요?
Sphinx 2.3.1 를 사용해서 만들었습니다.