Skip to content

hadim/pygraphml

master
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

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