Utils

utils.hms(s)[source]

conversion of seconds into hours, minutes and secondes :param s: :return: int, int, float

utils.path_show_ext(fullpath)[source]

splits a full file path into path, basename and extension :param fullpath: str :return: the path, the basename and the extension

utils.str2str_normalize(name)[source]

removes accents and replace ‘_’ by ‘_’ the the string speaker :param name: the string to nomalize :return: