python_igraph: Python bindings for igraph#

Description#

igraph is a library for creating and manipulating graphs. It is intended to be as powerful (ie. fast) as possible to enable the analysis of large graphs.

License#

GPL version 2

Upstream Contact#

http://igraph.org/python/

Special Update/Build Instructions#

Type#

optional

Dependencies#

Version Information#

package-version.txt:

0.11.3

version_requirements.txt:

igraph

Equivalent System Packages#

$ sudo pacman -S python-igraph
$ conda install python-igraph
$ sudo apt-get install python3-igraph
$ sudo yum install python-igraph
$ sudo pkg install math/py-igraph
$ sudo port install py-igraph

See https://repology.org/project/python:igraph/versions, https://repology.org/project/python:python-igraph/versions

If the system package is installed and if the (experimental) option --enable-system-site-packages is passed to ./configure, then ./configure will check if the system package can be used.