Back to Explore
orderedmultidict provides omdict, an ordered multivalue dictionary for Python that can store multiple values per key while retaining insertion and deletion order. It is intended as a drop-in replacement for dict-like behavior (method parity) and is useful for powering furl.
Project status
- The source does not show recent tagged code updates in the provided history, with the newest update summary being v1.0.1 from 2021-06-04, which suggests it is likely in quiet or maintenance mode relative to today (2026-07-19).
- Update cadence appears sparse, with only v1.0.1 (2021) and an earlier v1.0 (2018) mentioned, even though there was an upstream push dated 2025-11-18 (no corresponding tagged “updates” are included in the provided summaries).
AI summary generated
AI-generated from public sources. May be inaccurate. Report
Recent updates
v1.0.1
Release v1.0.1 does not include any publisher release notes. The code diff shows mostly packaging and development tooling updates plus a notable runtime change: orderedmultidict now implements the binary union operators (| and |=).
BreakingFeaturesv1.0
This release is tagged v1.0, but the publisher provided no release notes describing any changes. As a result, there is no documented information here about new features, breaking changes, bug fixes, or security updates.