Language

Package: python-dpath @ 2.0.1

Synopsis

File-system-like pathing and searching for dictionaries

Description

python-dpath is a library for accessing and searching dictionaries via /slashed/paths ala xpath.

Basically it lets you glob over a dictionary as if it were a file system. 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.

Home page
https://github.com/akesterson/dpath-python
Location
gnu/packages/python-xyz.scm (line: 25937, column: 2)
License

Lint warnings

LinterMessageLocation
optional-tests

Make sure tests are only run when requested

the 'check' phase should respect #:tests?