FICHA · MANJARO

python-toposort

Implements a topological sort algorithm

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

Description

Orders items according to dependency relationships using topological sorting. It helps build tools, task schedulers, dependency resolvers, and graph-processing code choose an order where prerequisites come first.

Developers use it as a small algorithm library. Cycles need explicit handling, so applications should report circular dependencies clearly instead of producing a misleading order.

Permissions

Permissions not analysed for this source yet.