igraph

High performance graph data structures and algorithms

GNU General Public License (GPL) 35 个版本 Python >=3.9
Tamas Nepusz <ntamas@gmail.com>
安装
pip install igraph
poetry add igraph
pipenv install igraph
conda install igraph
描述

Python interface to the igraph high performance graph library, primarily aimed at complex network research and analysis.

Graph plotting functionality is provided by the Cairo library, so make sure you install the Python bindings of Cairo if you want to generate publication-quality graph plots. You can try either pycairo <http://cairographics.org/pycairo>_ or cairocffi <https://doc.courtbouillon.org/cairocffi/>_, cairocffi is recommended because there were bug reports affecting igraph graph plots in Jupyter notebooks when using pycairo (but not with cairocffi).