.. _f-decompresshelper: module ``filehelper.decompress_helper`` ======================================= Short summary +++++++++++++ module ``pyensae.filehelper.decompress_helper`` Various functions to decompress files :githublink:`%|py|5` Functions +++++++++ +------------------------------------------------------------------------------------+-----------------------------------------------------------------------------------------------------------------------------+ | function | truncated documentation | +====================================================================================+=============================================================================================================================+ | :func:`decompress_bz2 ` | Decompresses a :epkg:`bz2` file. | +------------------------------------------------------------------------------------+-----------------------------------------------------------------------------------------------------------------------------+ | :func:`decompress_gz ` | Decompresses a :epkg:`tar.gz` file. | +------------------------------------------------------------------------------------+-----------------------------------------------------------------------------------------------------------------------------+ | :func:`decompress_targz ` | Decompresses a :epkg:`tar.gz` file. | +------------------------------------------------------------------------------------+-----------------------------------------------------------------------------------------------------------------------------+ | :func:`decompress_zip ` | Unzips a :epkg:`zip` file. | +------------------------------------------------------------------------------------+-----------------------------------------------------------------------------------------------------------------------------+ | :func:`extractall_silent ` | Extracts all members from the archive to the current working directory and set owner, modification time and permissions ... | +------------------------------------------------------------------------------------+-----------------------------------------------------------------------------------------------------------------------------+ Documentation +++++++++++++ .. automodule:: pyensae.filehelper.decompress_helper :members: :special-members: __init__ :show-inheritance: