addict is a Python module that gives you dictionaries whose values are both
gettable and settable using attributes, in addition to standard item-syntax.

WWW: https://github.com/mewwts/addict
