탐색

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

데이터 압축 및 보관¶

이 장에서 설명하는 모듈은 zlib, gzip, bzip2 및 lzma 알고리즘을 사용한 데이터 압축과 ZIP- 및 tar- 형식 저장소 생성을 지원합니다. shutil 모듈에서 제공하는 Archiving operations도 참조하십시오.

  • zlib — Compression compatible with gzip
  • gzip — gzip 파일 지원
    • 사용 예
  • bz2 — bzip2 압축 지원
    • 파일 압축(해제)
    • 증분 압축(해제)
    • 일괄 압축(해제)
    • 사용 예
  • lzma — Compression using the LZMA algorithm
    • Reading and writing compressed files
    • Compressing and decompressing data in memory
    • Miscellaneous
    • Specifying custom filter chains
    • Examples
  • zipfile — Work with ZIP archives
    • ZipFile Objects
    • PyZipFile Objects
    • ZipInfo Objects
    • Command-Line Interface
      • Command-line options
  • tarfile — Read and write tar archive files
    • TarFile Objects
    • TarInfo Objects
    • Command-Line Interface
      • Command-line options
    • Examples
    • Supported tar formats
    • Unicode issues

이전 항목

sqlite3 — SQLite 데이터베이스용 DB-API 2.0 인터페이스

다음 항목

zlib — Compression compatible with gzip

현재 문서

  • 버그 보고하기
  • 소스 보기

탐색

  • 색인
  • 모듈 |
  • 다음 |
  • 이전 |
  • Python »
  • 3.7.14 Documentation »
  • 파이썬 표준 라이브러리 »
  • |
© 저작권 2001-2022, Python Software Foundation.
파이썬 소프트웨어 재단은 비영리 법인입니다. 기부를 부탁합니다.
최종 업데이트: 9월 09, 2022 버그를 찾았나요?
Sphinx 2.3.1 를 사용해서 만들었습니다.