networkx-flow-networks

Installation
SKILL.md

NetworkX Flow Networks

Master graph theory and network flow algorithms for modeling hydraulic piping systems, multi-pump configurations, and complex flow distribution networks.

Installation

pip install networkx numpy matplotlib

Graph Basics

NetworkX provides powerful tools for creating and analyzing directed/undirected graphs:

import networkx as nx
import numpy as np
Installs
12
GitHub Stars
29
First Seen
Apr 6, 2026
networkx-flow-networks — soljourner/claude-engineering-skills