Name: | python2-ruamel-ordereddict |
---|---|
Version: | 0.4.9 |
Release: | 2.el7 |
Architecture: | aarch64 |
Group: | Unspecified |
Size: | 117356 |
License: | MIT |
RPM: | python2-ruamel-ordereddict-0.4.9-2.el7.aarch64.rpm |
Source RPM: | python-ruamel-ordereddict-0.4.9-2.el7.src.rpm |
Build Date: | Sat May 26 2018 |
Build Host: | ca-buildarm02.us.oracle.com |
Vendor: | Oracle America |
URL: | https://bitbucket.org/ruamel/ordereddict |
Summary: | Ordered dictionary with Key Insertion Order |
Description: | 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. |