monailabel.utils.others.generic module

monailabel.utils.others.generic.file_checksum(file, algo='SHA256')[source]
monailabel.utils.others.generic.file_ext(name)[source]
Return type

str

monailabel.utils.others.generic.get_mime_type(file)[source]
monailabel.utils.others.generic.init_log_config(log_config, app_dir, log_file)[source]
monailabel.utils.others.generic.remove_file(path)[source]
Return type

None

monailabel.utils.others.generic.run_command(command, args=None, plogger=None)[source]