Python ordered dict

Edit Package python-ruamel.ordereddict

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.

Sorted dictionaries are also provided. Currently only with Key Sorted Order (KSO, no sorting function can be specified, but you can specify a transform to apply on the key before comparison (e.g. string.lower)).

Refresh
Refresh
Source Files (show unmerged sources)
Filename Size Changed
python-ruamel.ordereddict.changes 0000000757 757 Bytes
python-ruamel.ordereddict.spec 0000002107 2.06 KB
ruamel.ordereddict-0.4.14.tar.gz 0000060892 59.5 KB
Latest Revision
Ludwig Nussel's avatar Ludwig Nussel (lnussel_factory) committed (revision 1)
Comments 0
openSUSE Build Service is sponsored by