Skip to content
This repository has been archived by the owner on Jun 27, 2020. It is now read-only.

Commit

Permalink
Added goals in README
Browse files Browse the repository at this point in the history
  • Loading branch information
nemesifier committed Dec 27, 2015
1 parent bb04c44 commit bc78332
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,15 @@ Current features:
* **visualizer** based on `netjsongraph.js <https://github.com/interop-dev/netjsongraph.js>`_
* **simple HTTP API** that exposes data in `NetJSON <http://netjson.org>`__ *NetworkGraph* format

Goals:

* make it easy to visualize network topology data for the formats supported by `netdiff <https://github.com/ninuxorg/netdiff>`_
* expose topology data via RESTful resources in *NetJSON NetworkGraph* format
* make it easy to integrate in larger django projects to improve reusability
* make it easy to extend its models by providing abstract models (**needs improvement in this point**)
* provide ways to customize or replace the visualizer (**needs improvement in this point**)
* keep the core very simple, provide ways to extend the default behaviour

Install stable version from pypi
--------------------------------

Expand Down

0 comments on commit bc78332

Please sign in to comment.