Give AlbumentationsX a star on GitHub — it powers this leaderboard

Star on GitHub

orderedmultidict

Ordered Multivalue Dictionary

Rank: #1847Downloads: 4,526,453 (30 days)Stars: 68Forks: 14

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.