opnsense-ports/math/py-igraph/pkg-descr
Franco Fichtner 0a966845f4 */*: sync with upstream
Taken from: FreeBSD
2023-05-18 21:42:17 +02:00

5 lines
336 B
Text

This module extends Python with a Graph class which is capable of handling
arbitrary directed and undirected graphs with thousands of nodes and millions
of edges. Since the module makes use of the open source igraph library
written in almost 100% pure C, it is blazing fast and outperforms most other
pure Python-based packages around.