Name: | python2-multi_key_dict |
---|---|
Version: | 2.0.3 |
Release: | 1.el7 |
Architecture: | noarch |
Group: | Development/Libraries |
Size: | 74029 |
License: | MIT |
RPM: | python2-multi_key_dict-2.0.3-1.el7.noarch.rpm |
Source RPM: | python-multi_key_dict-2.0.3-1.el7.src.rpm |
Build Date: | Thu Oct 26 2017 |
Build Host: | x86-ol7-builder-01.us.oracle.com |
Vendor: | Oracle America |
URL: | https://github.com/formiaczek/multi_key_dict |
Summary: | Multi-key dictionary implementation in Python |
Description: | 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. |