Home

Awesome

graphflow : Algorithms for Graph Flow Analysis

CircleCI GitHub release Documentation Status Updates Python 3 pypi download stars

This Python package provides numerical routines for graph flow analysis, particularly:

Installation

You must have numpy pre-installed. GCC and GFORTRAN compilers have to be available in the machine. After ensuring they have been installed, type the following to install graphflow:

>>> pip install -U graphflow

News