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 here.
- Python > 2.7 and > 3.4
- NetworkX (http://networkx.lanl.gov/): only for the visualization
pip install pygraphml
Or you can use Anaconda and conda-forge
:
conda config --add channels conda-forge
conda install pygraphml
If you use this library for your research, don't forget to cite it : .
Under BSD license. See LICENSE.
- Hadrien Mary hadrien.mary@gmail.com
- Nick Hamilton n.hamilton@imb.uq.edu.au
- Modify version number in
pygraphml/__init__.py
- Commit and push changes
- Make Github release
- Create and upload packages :
python setup.py sdist bdist_wheel uploadl