FICHA · MANJARO

python-ordered-set

A MutableSet that remembers its order, so that every entry has an index

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

Description

Adds an ordered set type for Python that preserves insertion order and gives entries stable positions. It helps applications keep unique values while still needing predictable ordering or index-based access.

This is a data-structure helper. Developers should use it when order is part of the program logic, not as a substitute for explicit sorting rules.

Permissions

Permissions not analysed for this source yet.