scdatatools.forge.dftypes.utils module

class scdatatools.forge.dftypes.utils.AttrDict(*args, **kwargs)[source]

Bases: dict

A dict that allows access of it’s keys through ‘.’ notation. This will automatically convert any nested dicts into AttrDict instances as well so you can access nested items with dot notation.