.. _f-installcustom: module ``installcustom.install_custom`` ======================================= .. inheritance-diagram:: pymyinstall.installcustom.install_custom Short summary +++++++++++++ module ``pymyinstall.installcustom.install_custom`` Various functions to install some application such as `pandoc `_. :githublink:`%|py|6` Classes +++++++ +-----------------------------------------------------------------------------------------+-------------------------+ | class | truncated documentation | +=========================================================================================+=========================+ | :class:`DownloadException ` | Cannot download. | +-----------------------------------------------------------------------------------------+-------------------------+ Functions +++++++++ +--------------------------------------------------------------------------------------------------------+---------------------------------------------------------------------------------------------------------------------+ | function | truncated documentation | +========================================================================================================+=====================================================================================================================+ | :func:`download_file ` | Downloads a file from a url, the function does not download the file again if outfile already exists. | +--------------------------------------------------------------------------------------------------------+---------------------------------------------------------------------------------------------------------------------+ | :func:`download_from_sourceforge ` | Downloads a file from a url using redirection, the function does not download the file again if outfile already ... | +--------------------------------------------------------------------------------------------------------+---------------------------------------------------------------------------------------------------------------------+ | :func:`where_in_path ` | Looks for a file in current directory and in every path in ``PATH``. | +--------------------------------------------------------------------------------------------------------+---------------------------------------------------------------------------------------------------------------------+ Documentation +++++++++++++ .. automodule:: pymyinstall.installcustom.install_custom :members: :special-members: __init__ :show-inheritance: