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.
- Python > 2.7 and > 3.6.
matplotlib
andnetworkx
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.
- Hadrien Mary hadrien.mary@gmail.com
- Nick Hamilton n.hamilton@imb.uq.edu.au