FileSize | 36920 |
MD5 | 17C494BBACF6D12AD3C3194B3B783DFF |
PackageDescription | dictionary that keeps keys in insertion resp. sorted order
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)). |
PackageMaintainer | Gianfranco Costamagna <locutusofborg@debian.org> |
PackageName | python-ruamel.ordereddict |
PackageSection | python |
PackageVersion | 0.4.9-1 |
SHA-1 | 90E769777247186C4B818F84780914D6BFED04C4 |
SHA-256 | B4641772A4CEE7FB5FCAB6163E995C4F1C8C60992A27E537F6A80050B22EA21A |