File: control

package info (click to toggle)
python-munch 2.5.0-2
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 216 kB
  • sloc: python: 730; makefile: 23; sh: 2
file content (40 lines) | stat: -rw-r--r-- 1,190 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
30
31
32
33
34
35
36
37
38
39
40
Source: python-munch
Section: python
Priority: optional
Maintainer: Debian Python Team <team+python@tracker.debian.org>
Uploaders:
 Clint Byrum <spamaps@debian.org>,
 Thomas Goirand <zigo@debian.org>,
Build-Depends:
 debhelper-compat (= 13),
 dh-python,
 python3-all,
 python3-pbr,
 python3-pip,
 python3-pkg-resources,
 python3-pytest,
 python3-setuptools,
 python3-six,
Standards-Version: 4.1.3
Vcs-Git: https://salsa.debian.org/python-team/packages/python-munch.git
Vcs-Browser: https://salsa.debian.org/python-team/packages/python-munch
Homepage: https://github.com/infinidat/munch

Package: python3-munch
Architecture: all
Multi-Arch: foreign
Depends:
 python3-pkg-resources,
 python3-six,
 ${misc:Depends},
 ${python3:Depends},
Description: dot-accessible dictionary similar to JavaScript objects - Python 3.x
 Munch is a fork of David Schoonover’s Bunch package, providing similar
 functionality. 99% of the work was done by him, and the fork was made
 mainly for lack of responsiveness for fixes and maintenance on the
 original code.
 .
 Munch is a dictionary that supports attribute-style access, a la
 JavaScript.
 .
 This package contains the library prepared for Python 3.x.