releso.util.util_funcs

Utility functions.

This files includes multiple functions and classes which are used in this package but can not be directly associated to a single sub module.

Functions

call_commandline(command, folder[, logger])

Executes a command which is provided as a string in the command line.

get_path_extension()

Creates a string which has the following characteristics.

join_infos(old_info, new_info, logger_name)

Joins the provided old and new infos into a cohesive new dict.

which(program)

Finds if the given program is accessible or in the $PATH.

Classes

JSONEncoder(*[, skipkeys, ensure_ascii, ...])

Encodes numpy arrays.