pygraphml

Library to parse GraphML files in Python


License
BSD-3-Clause
Install
pip install pygraphml==1.0

Documentation

pygraphml

Build Status PyPI version

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

A documentation is provided as a Jupyter notebook.

Requirements

  • Python > 2.7 and > 3.6.
  • matplotlib and networkx for visualization (optional).

Install

pip install pygraphml

Or you can use Anaconda and conda-forge :

conda config --add channels conda-forge
conda install pygraphml

License

Under BSD license. See LICENSE.

Authors