FICHA · MANJARO

python-orderedmultidict

Ordered multivalue dictionary that retains method parity with dict.

  • Library
  • Dev
  • Dependency only
official+codex · reviewed · May 28, 2026 description in en

Description

Provides an ordered dictionary that can store multiple values per key while keeping familiar dict-like methods. It helps Python applications preserve order in headers, form fields, query parameters, or other repeated-key data.

Repeated keys can be security-sensitive when parsing user input. Applications should decide how duplicates are handled instead of accidentally trusting the wrong value.

Permissions

Permissions not analysed for this source yet.