Metadata-Version: 1.1
Name: orderedmultidict
Version: 0.7.11
Summary: Ordered Multivalue Dictionary - omdict.
Home-page: https://github.com/gruns/orderedmultidict
Author: Arthur Grunseid
Author-email: grunseid@gmail.com
License: Unlicense
Description-Content-Type: UNKNOWN
Description: 
        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.
        
        omdict retains method parity with dict.
        
        Information and documentation at https://github.com/gruns/orderedmultidict.
Platform: any
Classifier: Topic :: Software Development :: Libraries
Classifier: Natural Language :: English
Classifier: License :: Freely Distributable
Classifier: Intended Audience :: Developers
Classifier: Development Status :: 5 - Production/Stable
Classifier: Programming Language :: Python :: 2.6
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.3
Classifier: Programming Language :: Python :: 3.4
Classifier: Programming Language :: Python :: 3.5
Classifier: Programming Language :: Python :: Implementation :: PyPy
