This package browser is in early development. Mind the rough edges.

python-twodict 1.2

Two way ordered dictionary for Python

TwoDict 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 Python's built-in dict.

Installation

Install python-twodict 1.2 as follows:

guix install python-twodict@1.2

Or install the latest version:

guix install python-twodict

You can also install packages in augmented, pure or containerized environments for development or simply to try them out without polluting your user profile. See the guix shell documentation for more information.