8000 GitHub - rfenrich/pygraphml: Parse GraphML file in Python.
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

rfenrich/pygraphml

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

97 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Parse GraphML file in Python.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 49.7%
  • Jupyter Notebook 49.0%
  • Xonsh 1.3%
0