Path to this page:
./
devel/py-ruamel-ordereddict,
Version of dict that keeps keys in insertion resp. sorted order
Branch: pkgsrc-2016Q3,
Version: 0.4.9,
Package name: py27-ruamel-ordereddict-0.4.9,
Maintainer: gdeThis 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:[
devel/py-setuptools]
Master sites:
SHA1: 842c764866a9e099cdc0ecc9477789fa4387d775
RMD160: 978e9a264c407850e7f0c74268719ee20068bb99
Filesize: 52.448 KB
Version history: (Expand)
- (2016-10-03) Package added to pkgsrc.se, version py27-ruamel-ordereddict-0.4.9 (created)