Skip to content

sanket-desai/networkxxgmml

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

26 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

networkxxgmml

XGMML parser for networkx

Install

pip install networkxgmml

That's all!

APIs

XGMMLReader(graph_file)

Argument: graph_file: a file-like object contains XGMML

Return: a networkx.DiGraph object

XGMMLWriter(graph_file, graph, graph_name, directed=True)

  • file: a file-like object to write XGMML
  • graph: a networkx.Graph object
  • graph_name: a name of a network
  • directed: is directed graph or not

License

Distributed with a MIT license

Contributors

  • Yasunobu OKAMURA
  • Anders Riutta
  • Jeff Yunes
  • Gustavo Pereira

About

XGMML parser for networks

Resources

Stars

Watchers

Forks

Packages

 
 
 

Languages

  • Python 100.0%