dpath-python 2.2.0-1 source package in Ubuntu

Changelog

dpath-python (2.2.0-1) unstable; urgency=medium

  * Team upload.
  * New upstream version 2.2.0
  * Remove dependency on python3-mock

 -- Alexandre Detiste <email address hidden>  Sat, 15 Jun 2024 12:25:35 +0200

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
Oracular release universe misc

Builds

Oracular: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
dpath-python_2.2.0-1.dsc 2.1 KiB d4f741bfaa63e2fdc8ba19ccd73926c510ed32ec31caf85820d89b03681a5ff7
dpath-python_2.2.0.orig.tar.gz 27.1 KiB ed8112fc2b513076d94101cd1fa97a7ee2a03fc057f258d0e2a64cd449c7f0c3
dpath-python_2.2.0-1.debian.tar.xz 2.3 KiB ba317374ebd61be0ee8639e2deb61c106be947b61d075b37542c8aa59a789a54

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.