easygraph.utils.download module#
- easygraph.utils.download.check_file(file_path: Path, md5: str)[source]#
Check if a file is valid.
- Parameters:
file_path (
Path
) – The local path of the file.md5 (
str
) – The md5 of the file.
- Raises:
FileNotFoundError – Not found the file.