Expand description
Dependency graph management for transitive dependency resolution.
This module provides the graph data structure and algorithms needed to handle transitive dependencies, including cycle detection and topological ordering for correct installation order.
Structsยง
- Dependency
Graph - Dependency graph for managing transitive dependencies.
- Dependency
Node - Represents a dependency node in the graph.