iota2.configuration_files.read_config_file

Module for parse config file

Functions

clearConfig()

file_search_and(PathToFolder, AllPath, *names)

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

get_iota2_project_dir()

getmembers(object[, predicate])

Return all members of an object as (name, value) pairs sorted by name.

isclass(object)

Return true if the object is a class.

isfunction(object)

Return true if the object is a user-defined function.

Classes

Counter([iterable])

Dict subclass for counting hashable items.

OrderedDict

Dictionary that remembers insertion order

iota2_parameters(configuration_file)

describe iota2 parameters as usual python dictionary

read_config_file(path_conf[, iota_config])

The class serviceConfigFile defines all methods to access to the configuration file and to check the variables.

zip_longest

zip_longest(iter1 [,iter2 [...]], [fillvalue=None]) --> zip_longest object