graphlib Minimal Python library for graph manipulation. Features Add nodes and edges Get neighbors Check path between nodes (DFS) Setup python3 -m venv venv source venv/bin/activate pip install black mypy pytest