A Python library that provides a method of accessing lists and dicts with a
dotted path notation. It is useful to access a deep path inside a complex object
composed of lists and dicts.

WWW: https://github.com/carlosescri/DottedDict/
