Ordered dictionary with Key Insertion Order
This is an implementation of an ordered dictionary with Key Insertion Order (KIO: updates of values do not affect the position of the key), Key Value Insertion Order (KVIO, an existing key's position is removed and put at the back). The standard library module OrderedDict, implemented later, implements a subset of ordereddict functionality.
Release | Stable | Testing |
---|---|---|
EPEL 7 | 0.4.9-2.el7 | - |
You can contact the maintainers of this package via email at
python-ruamel-ordereddict dash maintainers at fedoraproject dot org
.