vipulmathur / pygraphml

Small library to parse GraphML file in Python

Home Page:http://hadim.github.io/pygraphml/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

pygraphml

Build Status DOI PyPI version

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.

Requirements

Install

pip install pygraphml

Or you can use Anaconda and conda-forge :

conda config --add channels conda-forge
conda install pygraphml

How to cite

If you use this library for your research, don't forget to cite it : DOI.

License

Under BSD license. See LICENSE.

Authors

How to release a new version

  • 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

About

Small library to parse GraphML file in Python

http://hadim.github.io/pygraphml/

License:BSD 3-Clause "New" or "Revised" License


Languages

Language:Jupyter Notebook 58.5%Language:Python 41.5%