Skip to content

convert json or hash-map to .gexf Gephi format

License

Notifications You must be signed in to change notification settings

evilsneer/gepher

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

gepher

A Clojure library designed to convert list of nodes or json to gexf

Usage

Clojure usage

(:require [gepher.core :as gepher])

(def td ['({:label ":ROOT", :id 0, :deep 1}
           {:label "project.clj", :id 13, :deep 2})
         '({:label ":ROOT", :id 0, :deep 1}
           {:label "LICENSE", :id 14, :deep 2})])

(gepher/edges->gexf td)

Cli usage

there is --file argument for cpecify json file to convert

License

Copyright © 2018 Vladislav Shishkov

Distributed under the MIT License.

Releases

No releases published

Packages

No packages published