./devel/py-ruamel-ordereddict, Version of dict that keeps keys in insertion resp. sorted order

[ CVSweb ] [ Homepage ] [ RSS ] [ Required by ] [ Add to tracker ]


Branch: pkgsrc-2020Q2, Version: 0.4.14, Package name: py27-ruamel-ordereddict-0.4.14, Maintainer: gde

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


Required to run:
[lang/python27] [devel/py-setuptools]

Master sites:

SHA1: 70f3c7ede06aa525f420533039aca50f02cfb3c8
RMD160: d44ab8814b3e6283a88c42cc2e88f5864a91ead0
Filesize: 59.465 KB

Version history: (Expand)