Utils (pyvisgen.utils)#

Introduction#

This module contains utility functions.

Submodules#

Reference/API#

pyvisgen.utils Package#

Functions#

load_bundles(data_path[, dataset_type])

Loads bundle paths, filters for HDF5 files, and returns them in a naturally ordered list.

open_bundles(path[, key])

Opens a bundle HDF5 file.

read_data_set_conf(conf_toml)

Read toml data set configuration file and convert it into a dictionary.

setup_logger([namespace, level])

Basic logging setup.