python2-orderedmultidict 1.0 Python Ordered Multivalue Dictionary - omdict

This package contains a library for ordered multivalue dictionaries. A multivalue dictionary is a dictionary that can store multiple values for the same key. An ordered multivalue dictionary is a multivalue dictionary that retains the order of insertions and deletions.