Python - Test Automation Logo

Contents

  • Course Overview
  • Python Language
  • Python 3 Standard Library
    • Runtime Features
    • Application Building Blocks
    • The File System
    • Text
    • Dates and Times
    • Data Persistence and Exchange
    • Data Compression and Archiving
      • zlib — GNU zlib Compression
      • tarfile — Tar Archive Access
      • zipfile — ZIP Archive Access
    • Cryptography
    • Mathematics & Data Analysis
    • Concurrency with Processes
    • Networking, Internet / Web Services
    • GUI Frameworks
  • Python Test Frameworks
  • Resources
Python - Test Automation
  • Python 3 Standard Library
  • Data Compression and Archiving
  • View page source

Data Compression and Archiving

PyMOTW-3 - Data Compression and Archiving

zlib — GNU zlib Compression

  • zlib — GNU zlib Compression

  • zlib — Compression compatible with gzip

tarfile — Tar Archive Access

  • tarfile — Tar Archive Access

  • tarfile — Read and write tar archive files

zipfile — ZIP Archive Access

  • zipfile — ZIP Archive Access

  • zipfile — Work with ZIP archives

Previous Next

© Copyright 2023, Miguel Miranda.

Built with Sphinx using a theme provided by Read the Docs.