dotdicttools Add dot notation to Python dicts. Installation pip install dotdicttools Usage >>> from dotdicttools import DotDict >>> dotdict = DotDict({"a": "b"}) >>> dotdict.a 'b'