NetView

Network Grapher


Install
pip install NetView==0.999

Documentation

NetView

NetView is a simple Django app to create a graph and modify it in a browser.

Quick start

  1. Install NetView:
$ pip install NetView
  1. Run server:
$ initmigrate    # setup command
$ runmyserver    # run command
  1. Access application at http://127.0.0.1:8000/ (default)