| FileSize | 37676 |
| MD5 | DF27C28A1A44F1BC1E3ED56785ADCF90 |
| 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 | AF10C7D957FA896463A440AAF7E5003EA722F786 |
| SHA-256 | F746F125D05A7A19001641C35EF66D9D70FA556D3D8E1D38FD31BC9012F5AEF9 |