Skip to content

Bzip2

provide.foundation.archive.bzip2

TODO: Add module docstring.

Classes

Bzip2Compressor

Bases: BaseCompressor

BZIP2 compression implementation.

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

Attributes
format_name property
format_name: str

Return the name of the compression format.

Functions