python3-dotty-dict

Dictionary wrapper for quick access to deeply nested keys
  https://github.com/pawelzny/dotty_dict
  0
  no reviews



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