Source: dpath-python Section: python Priority: optional Maintainer: Debian Python Team Uploaders: Ananthu C V Build-Depends: debhelper-compat (= 13), dh-python, python3-all , python3-setuptools, python3-hypothesis , python3-nose2 , python3-mock , Standards-Version: 4.6.2.0 Testsuite: autopkgtest-pkg-pybuild Homepage: https://github.com/dpath-maintainers/dpath-python Vcs-Git: https://salsa.debian.org/python-team/packages/dpath-python.git Vcs-Browser: https://salsa.debian.org/python-team/packages/dpath-python Rules-Requires-Root: no Package: python3-dpath Architecture: all Depends: ${misc:Depends}, ${python3:Depends}, Description: filesystem-like pathing and searching for dictionaries 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.