Ordered Multivalue Dictionary
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.
Jul 10, 2019
1.0.1
Jun 12, 2018
1.0
Nov 12, 2016
0.7.11
Oct 25, 2016
0.7.10
Oct 23, 2016
0.7.8
Oct 20, 2016
0.7.7
Apr 05, 2016
0.7.6
Apr 01, 2015
0.7.5
Nov 19, 2014
0.7.4
Jul 05, 2014
0.7.3
Jun 16, 2014
0.7.2
Jun 11, 2013
0.7.1
Feb 06, 2012
0.7
Jan 11, 2012
0.6
Jan 06, 2012
0.5.1
Jan 06, 2012
0.5
Wheel compatibility matrix
Files in release
Extras:
None
Dependencies:
(>=1.8.0)
six