python-ruamel.ordereddict

dictionary that keeps keys in insertion resp. sorted order

Description

This package 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).

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)).

Upload more screenshots

Please help extend the collection of screenshots. Just make a screenshot and upload it here. You don't need to register or anything.

Upload a screenshot

Hint: upload an image here from your clipboard with Ctrl-V


Homepage

https://bitbucket.org/ruamel/ordereddict


Install this software package

If the package is available for the distribution you are currently using on your computer then install the software by clicking on…

Install python-ruamel.ordereddict