--- id: networkx version: "3.6.1" license: BSD-3-Clause license_treatment: permissive maintenance: active --- # networkx — Python package for creating and manipulating graphs and networks License: permissive · Maintenance: active · Popularity: top 1,000 on PyPI ## Install pip install networkx uv add networkx poetry add networkx ## Description NetworkX ======== .. image:: https://github.com/networkx/networkx/actions/workflows/test.yml/badge.svg?branch=main :target: https://github.com/networkx/networkx/actions/workflows/test.yml .. image:: https://img.shields.io/pypi/v/networkx.svg? :target: https://pypi.python.org/pypi/networkx .. image:: https://img.shields.io/pypi/l/networkx.svg? :target: https://github.com/networkx/networkx/blob/main/LICENSE.txt .. image:: https://img.shields.io/pypi/pyversions/networkx.svg? :target: https://pypi.python.org/pypi/networkx .. image:: https://img.shields.io/github/labels/networkx/networkx/good%20first%20issue?color=green&label=contribute :target: https://github.com/networkx/networkx/contribute .. image:: https://insights.linuxfoundation.org/api/badge/health-score?project=networkx :target: https://insights.linuxfoundation.org/project/networkx NetworkX is a Python package for the creation, manipulation, and study of the structure, dynamics, and functions of complex networks. - **Website (including documentation):** https://networkx.org - **Mailing list:** https://groups.google.com/forum/#!forum/networkx-discuss - **Source:**... ## AI interpretation — verify before relying NetworkX creates, manipulates, and analyzes complex networks and graphs, providing algorithms for pathfinding, connectivity, centrality, and structural analysis of network data. Verdict: NetworkX is a mature, actively maintained graph library with no security vulnerabilities, permissive licensing, and zero dependencies. Its top-1000 popularity tier and production-stable status make it a reliable choice for network analysis work. [View on SkillFed](https://skillfed.io/packages/networkx) · [View on PyPI](https://pypi.org/project/networkx/)