networkx: Python package for complex networks#
Description#
NetworkX (NX) is a Python package for the creation, manipulation, and study of the structure, dynamics, and functions of complex networks.
License#
BSD
Upstream Contact#
Type#
standard
Dependencies#
$(PYTHON_TOOLCHAIN)
$(PYTHON)
Version Information#
package-version.txt:
3.1
install-requires.txt:
networkx >=2.4, <3.3
Equivalent System Packages#
arch:
$ sudo pacman -S python-networkx
conda:
$ conda install networkx<3.3,>=2.4
Debian/Ubuntu:
$ sudo apt-get install python3-networkx
Fedora/Redhat/CentOS:
$ sudo yum install python-networkx
gentoo:
$ sudo emerge dev-python/networkx
macports: install the following packages: py-networkx
opensuse:
$ sudo zypper install python3${PYTHON_MINOR}-networkx
void:
$ sudo xbps-install python3-networkx
See https://repology.org/project/python:networkx/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.