dpath-python 2.1.6-2 source package in Ubuntu

Changelog

dpath-python (2.1.6-2) unstable; urgency=medium

  * Team upload.
  * Source-only upload.

 -- Jeroen Ploemen <email address hidden>  Mon, 20 Nov 2023 07:48:41 +0000

Upload details

Uploaded by:
Debian Python Team
Uploaded to:
Sid
Original maintainer:
Debian Python Team
Architectures:
all
Section:
misc
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Noble release universe misc

Builds

Noble: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
dpath-python_2.1.6-2.dsc 2.1 KiB 2e8bd2905363568c6f13ec97e8e62881ef08213f513f17337c468dfd6167c5a5
dpath-python_2.1.6.orig.tar.gz 27.0 KiB 9af28ed5efff487db98df2cdf25dca9058a3c5bfa3c8701c1b9cf3c916459c60
dpath-python_2.1.6-2.debian.tar.xz 2.2 KiB 04de818d184d9c6c2bda3e1ce8a1c0f0177ca8442fd77bda5aaf225f178e7eb2

Available diffs

No changes file available.

Binary packages built by this source

python3-dpath: 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.