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. Since their names are confusingly similar, 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.

PythonGraphLibraries (last edited 2022-12-03 17:01:14 by HelmutMelcher)

Unable to edit the page? See the FrontPage for instructions.