Skip to content

Latest commit

 

History

History
executable file
·
21 lines (13 loc) · 662 Bytes

README.md

File metadata and controls

executable file
·
21 lines (13 loc) · 662 Bytes

What is pygraphml ?

pygraphml is a small Python library designed to parse GraphML file. To see specification about GraphML, see http://graphml.graphdrawing.org/

Documentation and tutorial are available at http://hadim.github.io/pygraphml/. A notebook is also available at http://nbviewer.ipython.org/urls/raw.github.com/hadim/pygraphml/master/example.ipynb.

Requirements

  • Python > 2.7 and Python > 3.3
  • NetworkX (http://networkx.lanl.gov/): only for the visualization
  • sphinx (to build documentation)

License

Under BSD license. See LICENSE.

Authors