Zen is a Python library that provides a high-speed, easy-to-use API for analyzing, visualizing and manipulating networks.
Official site: http://zen.networkdynamics.org/
To install zenlib do the following:
git clone
the repositorycd
to src/
and run python setup.py install
Here is an example of the installation process using virtualenv for convenience:
git clone https://github.com/networkdynamics/zenlib.git
virtualenv --distribute zenlibenv
(zenlibenv) pip install cython
(zenlibenv) pip install numpy
(zenlibenv) cd zenlib/src/
(zenlibenv) python setup.py install
License: BSD