
Features:
* Simple wrapper around Python dictionary and dict like objects * Two wrappers with the same dict are considered equal * Access to deeply nested keys with dot notation: dot['deeply.nested.key'] * Create, read, update and delete nested keys of any length * Access dicts in lists by index dot['parents.0.first_name'] * Support for setting value in multidimensional lists * Support for accessing lists with slices