python3-dpath

filesystem-like pathing and searching for dictionaries
  https://github.com/dpath-maintainers/dpath-python
  0
  no reviews



A Python library for accessing and searching dictionaries via /slashed/paths aka xpath.

Dpath lets one glob over a dictionary as if it were a filesystem. It allows one to specify globs (aka the bash eglob syntax, through some advanced fnmatch.fnmatch magic) to access dictionary elements, and provides some facility for filtering those results.