File: control

package info (click to toggle)
python-dictobj 0.4-7
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, forky, sid, trixie
  • size: 140 kB
  • sloc: python: 176; sh: 9; makefile: 8
file content (26 lines) | stat: -rw-r--r-- 1,015 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
Source: python-dictobj
Maintainer: Debian Python Team <team+python@tracker.debian.org>
Uploaders: Olivier Sallou <osallou@debian.org>
Section: python
Testsuite: autopkgtest-pkg-python
Priority: optional
Build-Depends: debhelper-compat (= 13),
               dh-python,
               python3-all,
               python3-setuptools
Standards-Version: 4.2.1
Vcs-Browser: https://salsa.debian.org/python-team/packages/python-dictobj
Vcs-Git: https://salsa.debian.org/python-team/packages/python-dictobj.git
Homepage: https://pypi.python.org/pypi/dictobj

Package: python3-dictobj
Architecture: all
Depends: ${misc:Depends},
         ${python3:Depends},
         ${shlibs:Depends}
Description: Python3 dictionary where keys can be accessed as instance attributes
 This package extends the functionality of the normal Python dictionary by
 affording the ability to lookup dictionary keys as instance attributes
 (i.e. __getattr__) instead of "indices" (i.e. __getitem__).
 .
 This package contains the Python 3 version.