get_hexdigests_remote

get_hexdigests_remote(hexdigests_remote: Mapping[str, str] | None, hexdigests_strict: bool = False) Mapping[str, str][source]

Process hexdigests via URLs.

Parameters:
  • hexdigests_remote – The expected hexdigests as (algorithm_name, url to file with expected hex digest) pairs.

  • hexdigests_strict – Set this to False to stop automatically checking for the algorithm(filename)=hash format

Returns:

A mapping of algorithms to hexdigests