File: control

package info (click to toggle)
dpath-python 2.2.0-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 256 kB
  • sloc: python: 1,671; makefile: 3
file content (29 lines) | stat: -rw-r--r-- 1,207 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
Source: dpath-python
Section: python
Priority: optional
Maintainer: Debian Python Team <team+python@tracker.debian.org>
Uploaders: Ananthu C V <weepingclown@disroot.org>
Build-Depends: debhelper-compat (= 13),
               dh-sequence-python3,
               python3-all <!nocheck>,
               python3-setuptools,
               python3-hypothesis <!nocheck>,
               python3-nose2 <!nocheck>,
Standards-Version: 4.6.2.0
Testsuite: autopkgtest-pkg-pybuild
Homepage: https://github.com/dpath-maintainers/dpath-python
Vcs-Git: https://salsa.debian.org/python-team/packages/dpath-python.git
Vcs-Browser: https://salsa.debian.org/python-team/packages/dpath-python
Rules-Requires-Root: no

Package: python3-dpath
Architecture: all
Depends: ${misc:Depends}, ${python3:Depends},
Description: 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.