Skip to content

Gzip

provide.foundation.archive.gzip

TODO: Add module docstring.

Classes

GzipCompressor

Bases: BaseCompressor

GZIP compression implementation.

Provides GZIP compression and decompression for single files. Does not handle bundling - use with TarArchive for .tar.gz files.

Attributes
format_name property
format_name: str

Return the name of the compression format.

Functions