pylab_ml.common.projectsetup

This script contains the class ProjectSetup for the setup of your project. It is used to read the setup-file tb_projectsetup.json and create the setup-dictionary with all values in self.init

Created on Thu Jan 7 17:18:03 2021

Classes

JsonDecoder(*[, object_hook, parse_float, ...])

JsonDecoder for the setup-file, to decode special formats like hexnumbers and arange-functions.

ProjectSetup([logger, filename])

Class for the Setup from your project.

diclist(**kwargs)

Class for a list of dictionaries, which is used to create the setup-dictionary from the setup-file.

dotdict

dot.notation access to dictionary attributes.

setupstr

Class for a string with special formats, which is used to create the setup-dictionary from the setup-file.