Package Info

python-ruamel.ordereddict


Ordered dictionary


Development/Languages/Python

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


License: MIT
URL: https://bitbucket.org/ruamel/ordereddict

Categories

Releases

Package Version Update ID Released Package Hub Version Platforms Subpackages
0.4.14-bp153.1.17 info GA Release 2021-03-06 15 SP3
  • AArch64
  • ppc64le
  • s390x
  • x86-64
  • python-ruamel.ordereddict
0.4.14-bp152.1.10 info GA Release 2020-04-17 15 SP2
  • AArch64
  • ppc64le
  • s390x
  • x86-64
  • python-ruamel.ordereddict
0.4.9-bp151.3.3 info GA Release 2019-07-17 15 SP1
  • AArch64
  • ppc64le
  • s390x
  • x86-64
  • python-ruamel.ordereddict
0.4.9-bp150.2.5 info GA Release 2018-07-30 15
  • AArch64
  • python-ruamel.ordereddict
0.4.9-bp150.2.4 info GA Release 2018-07-30 15
  • ppc64le
  • s390x
  • x86-64
  • python-ruamel.ordereddict