modelforge.utils.remote

Module for querying remote sources and fetching datafiles

Functions

calculate_md5_checksum(file_name, file_path)

download_from_url(url, md5_checksum, ...[, ...])

Download a file from a URL, with retries and checksum verification.

fetch_url_from_doi(doi[, timeout])

Retrieve URL associated with a DOI.

is_url(query, hostname)

Validate if a string is a URL associated with a given domain.