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