Source: twodict Maintainer: Debian Python Modules Team Uploaders: FĂ©lix Sipma Priority: optional Section: python Build-Depends: debhelper-compat (= 10), dh-python, python3-all, python3-setuptools Standards-Version: 4.1.3 Homepage: https://github.com/MrS0m30n3/twodict Vcs-Git: https://salsa.debian.org/python-team/modules/twodict.git Vcs-Browser: https://salsa.debian.org/python-team/modules/twodict Testsuite: autopkgtest-pkg-python Package: python3-twodict Architecture: all Depends: ${misc:Depends}, ${python3:Depends} Description: Simple two way ordered dictionary for Python 3 TwoWayOrderedDict is a custom dictionary in which you can get the key:value relationship but you can also get the value:key relationship. It also remembers the order in which the items were inserted and supports almost all the features of the build-in dict. . This package installs the library for Python 3.