.. _f-httpretrieve: module ``datasource.http_retrieve`` =================================== .. inheritance-diagram:: pyensae.datasource.http_retrieve Short summary +++++++++++++ module ``pyensae.datasource.http_retrieve`` Various functions to get data from a website, a reference website. :githublink:`%|py|5` Classes +++++++ +-----------------------------------------------------------------------------------------+---------------------------------------+ | class | truncated documentation | +=========================================================================================+=======================================+ | :class:`DownloadDataException ` | raised when data cannot be downloaded | +-----------------------------------------------------------------------------------------+---------------------------------------+ | :class:`RetrieveDataException ` | raised when data cannot be downloaded | +-----------------------------------------------------------------------------------------+---------------------------------------+ Functions +++++++++ +--------------------------------------------------------------------------------+-----------------------------------------------------------------------------------------------------------------------------+ | function | truncated documentation | +================================================================================+=============================================================================================================================+ | :func:`download_data ` | Retrieves a module given its name, a text file or a :epkg:`zip` file, looks for it on ``http://www.xavierdupre.fr/...`` ... | +--------------------------------------------------------------------------------+-----------------------------------------------------------------------------------------------------------------------------+ | :func:`remove_empty_line ` | Removes empty line in an imported file. | +--------------------------------------------------------------------------------+-----------------------------------------------------------------------------------------------------------------------------+ Documentation +++++++++++++ .. automodule:: pyensae.datasource.http_retrieve :members: :special-members: __init__ :show-inheritance: