Name: | python-dpath |
---|---|
Version: | 1.4.0 |
Release: | 1.el7 |
Architecture: | noarch |
Group: | Unspecified |
Size: | 68611 |
License: | MIT |
RPM: | python-dpath-1.4.0-1.el7.noarch.rpm |
Source RPM: | python-dpath-1.4.0-1.el7.src.rpm |
Build Date: | Wed Oct 25 2017 |
Build Host: | x86-ol7-builder-02.us.oracle.com |
Vendor: | Oracle America |
URL: | https://github.com/akesterson/dpath-python |
Summary: | A library for searching dictionaries using XPath-like expressions |
Description: | A python library for accessing and searching dictionaries via /slashed/paths ala xpath Basically it lets you glob over a dictionary as if it were a filesystem. It allows you to specify globs (ala the bash eglob syntax, through some advanced fnmatch.fnmatch magic) to access dictionary elements, and provides some facility for filtering those results. |