Module dependency_graph

Module dependency_graph 

Source
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ยง

DependencyGraph
Dependency graph for managing transitive dependencies.
DependencyNode
Represents a dependency node in the graph.