Mercurial > hg > WSGraph
changeset 40:00aee7b82657
notes
author | Jeff Hammel <jhammel@mozilla.com> |
---|---|
date | Thu, 11 Apr 2013 13:50:51 -0700 |
parents | d1e9602145fa |
children | 194ea1428156 |
files | README.txt |
diffstat | 1 files changed, 32 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/README.txt Tue Dec 25 12:46:39 2012 -0800 +++ b/README.txt Thu Apr 11 13:50:51 2013 -0700 @@ -3,6 +3,38 @@ WSGI graph server + +Graph exchange formats: + +* http://en.wikipedia.org/wiki/Graph_Modelling_Language +* http://en.wikipedia.org/wiki/GraphML +* http://en.wikipedia.org/wiki/Trivial_Graph_Format +* http://www.gupro.de/GXL/ , http://en.wikipedia.org/wiki/GXL +* http://en.wikipedia.org/wiki/Dot_language (Graphviz) + + +Python packages related to graphs: + +* graph-tool: http://en.wikipedia.org/wiki/Graph-tool , + https://pypi.python.org/pypi/graph-tool + + +External libraries and tools + +* Graphviz +* tulip: http://tulip.labri.fr/TulipDrupal/ + +-- + +* see also http://k0s.org/links/?q=graph + +Parallel Efforts +---------------- + +* http://k0s.org/hg/IntentMadeManifest/ + + + ---- Jeff Hammel