Name: | python3-dpath |
---|---|
Version: | 2.2.0 |
Release: | 8.el9 |
Architecture: | noarch |
Group: | Unspecified |
Size: | 85834 |
License: | MIT |
RPM: | python3-dpath-2.2.0-8.el9.noarch.rpm |
Source RPM: | python-dpath-2.2.0-8.el9.src.rpm |
Build Date: | Thu Aug 07 2025 |
Build Host: | build-ol9-x86_64.oracle.com |
Vendor: | Oracle America |
URL: | https://github.com/akesterson/dpath-python |
Summary: | Filesystem-like pathing and searching for dictionaries |
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. |