/nwgraph

Primary LanguagePython

nwgraph

generating network graph libary.

Status

https://secure.travis-ci.org/mkouhei/nwgraph.png?branch=master https://coveralls.io/repos/mkouhei/nwgraph/badge.png?branch=master Documentation Status

Requirements

  • Python 2.7 or Python 3.3 over or PyPy 2.4.0 over

Features

  • ToDo: Rewrite me.

Setup

$ pip install --user nwgraph
or
(venv)$ pip install nwgraph

Usage

ToDo: Rewrite me.

$ python
>>> import nwgraph
>>> nwgraph.sample.hello()
'hello'
>>>