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
|
Source: python-dictobj
Section: python
Priority: optional
Maintainer: Debian Med Packaging Team <debian-med-packaging@lists.alioth.debian.org>
Uploaders: Olivier Sallou <osallou@debian.org>
Build-Depends: debhelper (>= 9),
dh-python,
python-all,
python-all-dev,
python-setuptools,
python3-all,
python3-all-dev,
python3-setuptools
X-Python-Version: >= 2.7
X-Python3-Version: >= 3.4
Standards-Version: 3.9.6
Homepage: http://pypi.python.org/pypi/dictobj
Vcs-Git: git://anonscm.debian.org/debian-med/python-dictobj.git
Vcs-Browser: http://anonscm.debian.org/cgit/debian-med/python-dictobj.git
Package: python-dictobj
Architecture: any
Depends: ${misc:Depends},${python:Depends},${shlibs:Depends}
Description: 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__).
Package: python3-dictobj
Architecture: any
Depends: ${misc:Depends},${python3:Depends},${shlibs:Depends}
Description: 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__).
|