Name: | python3-multi_key_dict |
---|---|
Version: | 2.0.3 |
Release: | 2.el8 |
Architecture: | noarch |
Group: | Unspecified |
Size: | 71465 |
License: | MIT |
RPM: | python3-multi_key_dict-2.0.3-2.el8.noarch.rpm |
Source RPM: | python-multi_key_dict-2.0.3-2.el8.src.rpm |
Build Date: | Tue Mar 17 2020 |
Build Host: | jenkins-10-147-72-125-c5b73e7c-96b8-4432-82d0-e7725c1cde3d.appad1iad.osdevelopmeniad.oraclevcn.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. |