Tutorial
API Reference
ZipCompressor
ZipCompressor.compress()
GzipCompressor
GzipCompressor.compress()
This module contains classes and functions related to compressors in the EventManager.
Bases: Compressors
Compressors
A class for compressing files using the ZIP format.
Compress the given file.
file_path – Path to the file to be compressed.
The GzipCompressor class is responsible for compressing log files using the GZIP format.