FileSize | 39508 |
MD5 | 5CB3760DB3982EF4BFA2A1F93C405971 |
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 | Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com> |
PackageName | python-ruamel.ordereddict |
PackageSection | python |
PackageVersion | 0.4.13-1 |
SHA-1 | 4DED70D0499489F7738CB677629F08C896FD2C2B |
SHA-256 | C5B998D9167F6DDD8C9C1598CA219152B770154010F6272E6725EECFA0372900 |