[ buster ]
[ 源代码: twodict ]
软件包:python-twodict(1.2-1)
Simple two way ordered dictionary for Python 2
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 2.