Index index by Group index by Distribution index by Vendor index by creation date index by Name Mirrors Help Search

python3-dpath-2.2.0-8.el10_1 RPM for noarch

From EPEL 10.4 for aarch64 / Packages / p

Name: python3-dpath Distribution: Fedora Project
Version: 2.2.0 Vendor: Fedora Project
Release: 8.el10_1 Build date: Tue Jul 29 16:24:18 2025
Group: Unspecified Build host: buildvm-a64-42.rdu3.fedoraproject.org
Size: 94680 Source RPM: python-dpath-2.2.0-8.el10_1.src.rpm
Packager: Fedora Project
Url: https://github.com/akesterson/dpath-python
Summary: Filesystem-like pathing and searching for dictionaries
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.

Provides

Requires

License

MIT

Changelog

* Tue Jul 29 2025 Benjamin A. Beasley <code@musicinmybrain.net> - 2.2.0-8
  - Backport to EPEL9/EPEL10
* Tue Jul 29 2025 Benjamin A. Beasley <code@musicinmybrain.net>
  - Completely moder