aboutsummaryrefslogtreecommitdiff
path: root/devel/py-multi_key_dict/pkg-descr
blob: b375b97cca329610ae260943a9b631c75d17a7f0 (plain) (blame)
1
2
3
4
5
6
7
8
Implementation of a multi-key dictionary, i.e.:

(key1[,key2, ..]) => value

This dictionary has a similar interface to the standard dictionary => but is
extended to support multiple keys referring to the same element.

WWW: https://github.com/formiaczek/multi_key_dict