orderedmultidict 1.0.1


pip install orderedmultidict

  Latest version

Released: Jul 10, 2019

Project Links

Meta
Author: Ansgar Grunseid

Classifiers

Topic
  • Software Development :: Libraries

Natural Language
  • English

License
  • Freely Distributable

Intended Audience
  • Developers

Development Status
  • 5 - Production/Stable

Programming Language
  • Python :: 2
  • Python :: 2.6
  • Python :: 2.7
  • Python :: 3
  • Python :: 3.4
  • Python :: 3.5
  • Python :: 3.6
  • Python :: 3.7
  • Python :: Implementation :: PyPy

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.

Wheel compatibility matrix

Platform Python 2 Python 3
any

Files in release

Extras: None
Dependencies:
six (>=1.8.0)