Name: | python2-ruamel-ordereddict |
---|---|
Version: | 0.4.9 |
Release: | 2.el7 |
Architecture: | x86_64 |
Group: | Unspecified |
Size: | 109796 |
License: | MIT |
RPM: | python2-ruamel-ordereddict-0.4.9-2.el7.x86_64.rpm |
Source RPM: | python-ruamel-ordereddict-0.4.9-2.el7.src.rpm |
Build Date: | Fri Oct 27 2017 |
Build Host: | x86-ol7-builder-03.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. |
- Fixed package name of python-setuptools
- Initial package.