Grounded.utils module

Grounded.utils.check_module_executable_path(path: str, module_name)[source]
Grounded.utils.config_builer(object, module_name: str) str[source]
Grounded.utils.find_files_regex(directory, regex_pattern)[source]

Searches for files matching a regular expression pattern using os.walk() and re.

Args:

directory: The starting directory to search from. regex_pattern: The regular expression pattern to match against filenames.

Returns:

A list of full paths to matching files.

Grounded.utils.find_next_name_file(path)[source]
Grounded.utils.move_file_to_directory(source, destination_directory)[source]
Grounded.utils.parse_bool(value: str) bool[source]
Grounded.utils.path_exist(path: str) bool[source]
Grounded.utils.raise_logged(function_log, error: Exception)[source]
Grounded.utils.rename_file(filepath, new_name)[source]