iota2.sequence_builders.i2_sequence_builder

Functions

abstractmethod(funcobj)

A decorator indicating abstract methods.

ensure_dir(dirname[, raise_exe])

Ensure that a named directory exists; if it does not, attempt to create it.

file_search_and(PathToFolder, AllPath, *names)

search all files in a folder or sub folder which contains all names in their name

gen_html_logging_pages(config_file, ...)

zip_iota2_logging_dir(i2_root_dir, out_zip)

prepare i2 archive containing logs

Classes

ABC()

Helper class that provides a standard way to create an ABC using inheritance.

OrderedDict

Dictionary that remembers insertion order

Step(cfg, cfg_resources_file[, ...])

iota2 step base class

StepContainer([name])

this class is dedicated to contains Step

custom_numpy_features(tile_name, ...[, ...])

This class add functions provided by an user.

i2_builder(cfg, config_resources, schduler_type)

class use to describe steps sequence and variable to use at each step (config)

waiting_i2_graph(builder, step_container, ...)

data class containing dask's graph ready to be build.