Skip to content

markditsworth/zenlib

 
 

Repository files navigation

Zen logo

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/

Installation

To install zenlib do the following:

  • git clone the repository
  • Install: cython>=0.14, numpy>=1.6.1
  • cd 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

About

The Zero Effort Network Library for Python

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 98.3%
  • C 1.5%
  • Makefile 0.2%