| FileSize | 36882 |
| MD5 | A15C0C94731A4164507C1A4C399FEA78 |
| 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.13-1 |
| SHA-1 | AB1D8CE63CA0FBCC6C7A3A479F821A59AFED1487 |
| SHA-256 | CA19E16DE74A28B27776BA354365B3410472520357ABCAA71A0B52CE56F94722 |