File: control

package info (click to toggle)
python-munch 2.0.4-1
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 108 kB
  • ctags: 45
  • sloc: python: 159; makefile: 4
file content (49 lines) | stat: -rw-r--r-- 1,579 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
41
42
43
44
45
46
47
48
49
Source: python-munch
Section: python
Priority: extra
Maintainer: Clint Byrum <spamaps@debian.org>
Build-Depends: debhelper (>=9),
	python-all,
    python3-all,
    python-setuptools,
    python3-setuptools,
    dh-python,
Standards-Version: 3.9.5
Homepage: https://github.com/infinidat/munch
Vcs-Git: git://anonscm.debian.org/collab-maint/python-munch.git
Vcs-Browser: http://anonscm.debian.org/gitweb/?p=collab-maint/python-munch.git
X-Python-Version: >= 2.6

Package: python-munch
Architecture: all
Multi-Arch: foreign
Depends: python,
	${misc:Depends},
	${python:Depends}
Description: A dot-accessible dictionary similar to JavaScript objects
 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 2.

Package: python3-munch
Architecture: all
Multi-Arch: foreign
Depends: python3,
	${misc:Depends},
	${python3:Depends}
Description: A dot-accessible dictionary similar to JavaScript objects
 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.