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