gzip — Read and Write GNU zip Files — PyMOTW 3
Originally posted
· 1 min read
The gzip module provides a file-like interface to GNU zip files, using zlib to compress and uncompress the data.
This post is part of the Python Module of the Week series for Python 3. See PyMOTW.com for more articles from the series.