networkx/networkx
Network Analysis in Python observed · 2026-08-28
Health v2 · maintenance only
86/100
- Activity 99
- Release rhythm 60
- Longevity 100
Flags: no_license
How is this computed?
round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10) — computed 2026-09-03. Adoption (stars, forks) is never an input.
- gap_med: 14
- age_days: 5841
- days_rel: 268
- days_push: 7
- n_releases_24m: 6
Adoption not part of the score
17223 stars · 3586 forks observed · 2026-08-28
What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-29, confidence not recorded
NetworkX is a Python library for creating, manipulating, and studying graphs and complex networks. It provides algorithms for shortest paths, centrality, clustering, graph generation, and basic network visualization.
Use cases
- find shortest paths in a weighted graph
- analyze social network structure and centrality
- generate random or synthetic graphs for experiments
- compute connected components and clustering coefficients
- visualize small networks in Python
- model dependencies as a directed graph
When to choose
- you need graph algorithms in pure Python with an easy API
- you are doing exploratory network analysis or teaching graph theory
- your graphs fit in memory and performance is not critical
When to avoid
- you need distributed or out-of-core processing of billion-edge graphs
- you need high-performance GPU-accelerated graph analytics
- you need a graph database with persistent storage and queries
Facets
library · maturity stable
data-visualization math developer-tools data-science data-visualization mathematics python cross-platform graph-theory complex-networks graph-algorithms graph-analysis graph-generation network-analysis algorithms
3 sources
- readme: https://github.com/networkx/networkx · fetched 2026-08-28 · f437309d99f5
- homepage: https://networkx.org · fetched 2026-08-29 · 44136fa355b3
- registry_pypi: https://pypi.org/pypi/networkx/json · fetched 2026-08-29 · 4b335d5d3e1a
Member repositories
| Repository | Role | Health v2 |
|---|---|---|
| networkx/networkx | main | 86 |
For agents
markdown · JSON · MCP: product_card(name="networkx/networkx")
Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem