Source: python-dictobj Maintainer: Debian Python Modules Team Uploaders: Olivier Sallou Section: python Testsuite: autopkgtest-pkg-python Priority: optional Build-Depends: debhelper-compat (= 11), dh-python, python3-all, python3-setuptools Standards-Version: 4.2.1 Vcs-Browser: https://salsa.debian.org/python-team/modules/python-dictobj Vcs-Git: https://salsa.debian.org/python-team/modules/python-dictobj.git Homepage: http://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.