Project: orderedmultidict

Ordered Multivalue Dictionary

Project Details

Latest version
1.0.1
Home Page
https://github.com/gruns/orderedmultidict
PyPI Page
https://pypi.org/project/orderedmultidict/

Project Popularity

PageRank
0.002369187534953705
Number of downloads
2030583

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.