RemoteFile
- class savant.remote_file.schema.RemoteFile(url='???', checksum_url=None, always_check=False, parameters=<factory>)
Remote file location specification.
- checksum_url: str | None = None
File checksum URL. If the URL is specified, it will be used to check the relevance of the file. The first line of the checksum file must contain the md5 hex digest.