.. _f-winextract: module ``win_installer.win_extract`` ==================================== Short summary +++++++++++++ module ``pymyinstall.win_installer.win_extract`` Helpers, inspired from `utils.py `_ :githublink:`%|py|6` Functions +++++++++ +-------------------------------------------------------------------------------------------+-----------------------------------------------------------------------------------------------------------------------------+ | function | truncated documentation | +===========================================================================================+=============================================================================================================================+ | :func:`clean_msi ` | clean all files follwing a specific pattern | +-------------------------------------------------------------------------------------------+-----------------------------------------------------------------------------------------------------------------------------+ | :func:`extract_archive ` | Extract .zip, .exe (considered to be a zip archive) or .tar.gz archive to a temporary directory (if targetdir is None). ... | +-------------------------------------------------------------------------------------------+-----------------------------------------------------------------------------------------------------------------------------+ | :func:`extract_copy ` | Copy *.exe* to targetdir | +-------------------------------------------------------------------------------------------+-----------------------------------------------------------------------------------------------------------------------------+ | :func:`extract_exe ` | Extract *.exe* archive to a temporary directory (if targetdir is None). Return the temporary directory path | +-------------------------------------------------------------------------------------------+-----------------------------------------------------------------------------------------------------------------------------+ | :func:`extract_msi ` | Extract .msi installer to a temporary directory (if targetdir is None). Return the temporary directory path | +-------------------------------------------------------------------------------------------+-----------------------------------------------------------------------------------------------------------------------------+ | :func:`is_program_installed ` | Return program absolute path if installed in PATH Otherwise, return None | +-------------------------------------------------------------------------------------------+-----------------------------------------------------------------------------------------------------------------------------+ Documentation +++++++++++++ .. automodule:: pymyinstall.win_installer.win_extract :members: :special-members: __init__ :show-inheritance: