René's URL Explorer Experiment


Title: gzip — Support for gzip files — Python 3.14.2 documentation

Open Graph Title: gzip — Support for gzip files

Description: Source code: Lib/gzip.py This module provides a simple interface to compress and decompress files just like the GNU programs gzip and gunzip would. This is an optional module. If it is missing from...

Open Graph Description: Source code: Lib/gzip.py This module provides a simple interface to compress and decompress files just like the GNU programs gzip and gunzip would. This is an optional module. If it is missing from...

Opengraph URL: https://docs.python.org/3/library/gzip.html

direct link

Domain: docs.python.org

og:typewebsite
og:site_namePython documentation
og:image:width1146
og:image:height600
og:imagehttps://docs.python.org/3.14/_images/social_previews/summary_library_gzip_6382a92a.png
og:image:altSource code: Lib/gzip.py This module provides a simple interface to compress and decompress files just like the GNU programs gzip and gunzip would. This is an optional module. If it is missing from...
twitter:cardsummary_large_image
theme-color#3776ab
readthedocs-addons-api-version1

Links:

https://www.python.org/
Table of Contentshttps://docs.python.org/contents.html
gzip — Support for gzip fileshttps://docs.python.org/library/gzip.html
Examples of usagehttps://docs.python.org/library/gzip.html#examples-of-usage
Command-line interfacehttps://docs.python.org/library/gzip.html#command-line-interface
Command-line optionshttps://docs.python.org/library/gzip.html#command-line-options
zlib — Compression compatible with gziphttps://docs.python.org/library/zlib.html
bz2 — Support for bzip2 compressionhttps://docs.python.org/library/bz2.html
Report a bughttps://docs.python.org/bugs.html
Show source https://github.com/python/cpython/blob/main/Doc/library/gzip.rst?plain=1
indexhttps://docs.python.org/genindex.html
moduleshttps://docs.python.org/py-modindex.html
nexthttps://docs.python.org/library/bz2.html
previoushttps://docs.python.org/library/zlib.html
Pythonhttps://www.python.org/
3.14.2 Documentationhttps://docs.python.org/index.html
The Python Standard Libraryhttps://docs.python.org/library/index.html
Data Compression and Archivinghttps://docs.python.org/library/archiving.html
gzip — Support for gzip fileshttps://docs.python.org/library/gzip.html
https://docs.python.org/library/gzip.html#module-gzip
Lib/gzip.pyhttps://github.com/python/cpython/tree/3.14/Lib/gzip.py
optional modulehttps://docs.python.org/glossary.html#term-optional-module
Requirements for optional moduleshttps://docs.python.org/using/configure.html#optional-module-requirements
zlibhttps://docs.python.org/library/zlib.html#module-zlib
gziphttps://docs.python.org/library/gzip.html#module-gzip
GzipFilehttps://docs.python.org/library/gzip.html#gzip.GzipFile
open()https://docs.python.org/library/gzip.html#gzip.open
compress()https://docs.python.org/library/gzip.html#gzip.compress
decompress()https://docs.python.org/library/gzip.html#gzip.decompress
GzipFilehttps://docs.python.org/library/gzip.html#gzip.GzipFile
file objecthttps://docs.python.org/glossary.html#term-file-object
https://docs.python.org/library/gzip.html#gzip.open
file objecthttps://docs.python.org/glossary.html#term-file-object
strhttps://docs.python.org/library/stdtypes.html#str
byteshttps://docs.python.org/library/stdtypes.html#bytes
GzipFilehttps://docs.python.org/library/gzip.html#gzip.GzipFile
GzipFilehttps://docs.python.org/library/gzip.html#gzip.GzipFile
GzipFilehttps://docs.python.org/library/gzip.html#gzip.GzipFile
io.TextIOWrapperhttps://docs.python.org/library/io.html#io.TextIOWrapper
path-like objecthttps://docs.python.org/glossary.html#term-path-like-object
https://docs.python.org/library/gzip.html#gzip.BadGzipFile
OSErrorhttps://docs.python.org/library/exceptions.html#OSError
EOFErrorhttps://docs.python.org/library/exceptions.html#EOFError
zlib.errorhttps://docs.python.org/library/zlib.html#zlib.error
https://docs.python.org/library/gzip.html#gzip.GzipFile
GzipFilehttps://docs.python.org/library/gzip.html#gzip.GzipFile
file objecthttps://docs.python.org/glossary.html#term-file-object
truncate()https://docs.python.org/library/io.html#io.IOBase.truncate
io.BytesIOhttps://docs.python.org/library/io.html#io.BytesIO
open()https://docs.python.org/library/gzip.html#gzip.open
GzipFilehttps://docs.python.org/library/gzip.html#gzip.GzipFile
io.TextIOWrapperhttps://docs.python.org/library/io.html#io.TextIOWrapper
mtimehttps://docs.python.org/library/gzip.html#gzip.GzipFile.mtime
GzipFilehttps://docs.python.org/library/gzip.html#gzip.GzipFile
io.BytesIOhttps://docs.python.org/library/io.html#io.BytesIO
io.BytesIOhttps://docs.python.org/library/io.html#io.BytesIO
getvalue()https://docs.python.org/library/io.html#io.BytesIO.getvalue
GzipFilehttps://docs.python.org/library/gzip.html#gzip.GzipFile
io.BufferedIOBasehttps://docs.python.org/library/io.html#io.BufferedIOBase
withhttps://docs.python.org/reference/compound_stmts.html#with
truncate()https://docs.python.org/library/io.html#io.IOBase.truncate
GzipFilehttps://docs.python.org/library/gzip.html#gzip.GzipFile
https://docs.python.org/library/gzip.html#gzip.GzipFile.peek
peek()https://docs.python.org/library/gzip.html#gzip.GzipFile.peek
GzipFilehttps://docs.python.org/library/gzip.html#gzip.GzipFile
GzipFilehttps://docs.python.org/library/gzip.html#gzip.GzipFile
https://docs.python.org/library/gzip.html#gzip.GzipFile.mode
https://docs.python.org/library/gzip.html#gzip.GzipFile.mtime
https://docs.python.org/library/gzip.html#gzip.GzipFile.name
strhttps://docs.python.org/library/stdtypes.html#str
byteshttps://docs.python.org/library/stdtypes.html#bytes
os.fspath()https://docs.python.org/library/os.html#os.fspath
withhttps://docs.python.org/reference/compound_stmts.html#with
mtimehttps://docs.python.org/library/gzip.html#gzip.GzipFile.mtime
io.BufferedIOBase.read1()https://docs.python.org/library/io.html#io.BufferedIOBase.read1
bytes-like objectshttps://docs.python.org/glossary.html#term-bytes-like-object
read()https://docs.python.org/library/io.html#io.BufferedIOBase.read
path-like objecthttps://docs.python.org/glossary.html#term-path-like-object
GzipFilehttps://docs.python.org/library/gzip.html#gzip.GzipFile
namehttps://docs.python.org/library/gzip.html#gzip.GzipFile.name
https://docs.python.org/library/gzip.html#gzip.compress
byteshttps://docs.python.org/library/stdtypes.html#bytes
GzipFilehttps://docs.python.org/library/gzip.html#gzip.GzipFile
zlib.compress()https://docs.python.org/library/zlib.html#zlib.compress
https://docs.python.org/library/gzip.html#gzip.decompress
byteshttps://docs.python.org/library/stdtypes.html#bytes
zlib.decompress()https://docs.python.org/library/zlib.html#zlib.decompress
https://docs.python.org/library/gzip.html#examples-of-usage
zlibhttps://docs.python.org/library/zlib.html#module-zlib
python-isalhttps://github.com/pycompression/python-isal
https://docs.python.org/library/gzip.html#command-line-interface
gziphttps://docs.python.org/library/gzip.html#module-gzip
gziphttps://docs.python.org/library/gzip.html#module-gzip
https://docs.python.org/library/gzip.html#command-line-options
https://docs.python.org/library/gzip.html#cmdoption-gzip-arg-file
sys.stdinhttps://docs.python.org/library/sys.html#sys.stdin
https://docs.python.org/library/gzip.html#cmdoption-gzip-fast
https://docs.python.org/library/gzip.html#cmdoption-gzip-best
https://docs.python.org/library/gzip.html#cmdoption-gzip-d
https://docs.python.org/library/gzip.html#cmdoption-gzip-h
Table of Contentshttps://docs.python.org/contents.html
gzip — Support for gzip fileshttps://docs.python.org/library/gzip.html
Examples of usagehttps://docs.python.org/library/gzip.html#examples-of-usage
Command-line interfacehttps://docs.python.org/library/gzip.html#command-line-interface
Command-line optionshttps://docs.python.org/library/gzip.html#command-line-options
zlib — Compression compatible with gziphttps://docs.python.org/library/zlib.html
bz2 — Support for bzip2 compressionhttps://docs.python.org/library/bz2.html
Report a bughttps://docs.python.org/bugs.html
Show source https://github.com/python/cpython/blob/main/Doc/library/gzip.rst?plain=1
indexhttps://docs.python.org/genindex.html
moduleshttps://docs.python.org/py-modindex.html
nexthttps://docs.python.org/library/bz2.html
previoushttps://docs.python.org/library/zlib.html
Pythonhttps://www.python.org/
3.14.2 Documentationhttps://docs.python.org/index.html
The Python Standard Libraryhttps://docs.python.org/library/index.html
Data Compression and Archivinghttps://docs.python.org/library/archiving.html
gzip — Support for gzip fileshttps://docs.python.org/library/gzip.html
Copyrighthttps://docs.python.org/copyright.html
History and Licensehttps://docs.python.org/license.html
Please donate.https://www.python.org/psf/donations/
Found a bughttps://docs.python.org/bugs.html
Sphinxhttps://www.sphinx-doc.org/

Viewport: width=device-width, initial-scale=1.0


URLs of crawlers that visited me.