Skip to content

jeronimopenha/grn2dot

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

grn2dot

A small conversor for gnr format to networkx graphs and dot language

To install

pip install git+https://github.com/jeronimopenha/grn2dot.git

Simple usage example

from grn2dot.grn2dot import Grn2dot

grn2dot = Grn2dot("./grn_benchmarks/Benchmark_70.txt") print(grn2dot.get_dot_str())

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages