This is a static archive of the Python wiki, which was retired in February 2026 due to lack of usage and the resources necessary to serve it — predominately to bots, crawlers, and LLM companies.
Pages are preserved as they were at the time of archival. For current information, please visit python.org.
If a change to this archive is absolutely needed, requests can be made via the infrastructure@python.org mailing list.

Python Graph Libraries

These libraries are concerned with graphs and networks, not the plotting of numeric data in graphical form.

From the Python Graph API page, plus some others discovered through searching the Internet, quoting the descriptions for each package. We provide the pip installable name (dist) and the importable name (pkg).

All of the above have options for graph generation, IO, algorithms, statistics, and drawing (to image files, Matplotlib, and Cairo). All are free software or open source.

The following Python package is based on the concept of implicit graphs and provides algorithm implementations specifically for this context. It is free software.

Unmaintained libraries

The following are marked as or at least seem unmaintained:

Other libraries

Editorial Notes

The above lists should be arranged in ascending alphabetical order - please respect this when adding new entries. When specifying release dates please use the format YYYY-MM-DD.


2026-02-14 16:12