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.
matplotlib
and networkx
for visualization (optional).pip install pygraphml
Or you can use Anaconda and conda-forge
:
conda config --add channels conda-forge
conda install pygraphml
Under BSD license. See LICENSE.