Skip to main content

Small library to parse GraphML files in Python

Project description

[![Build Status](https://travis-ci.org/hadim/pygraphml.svg?branch=master)](https://travis-ci.org/hadim/pygraphml)

[![DOI](https://zenodo.org/badge/4163/hadim/pygraphml.svg)](https://zenodo.org/badge/latestdoi/4163/hadim/pygraphml)

# pygraphml

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](example.ipynb).

# Requirements

# Install

pip install pygraphml

# How to cite

If you use this library for your research, don’t forget to cite it : [![DOI](https://zenodo.org/badge/4163/hadim/pygraphml.svg)](https://zenodo.org/badge/latestdoi/4163/hadim/pygraphml).

# License

Under BSD license. See [LICENSE](LICENSE).

# Authors

# How to release a new version

  • Modify version number in pygraphml/__init__.py

  • Commit and push changes

  • Make Github release

  • Create packages : python setup.py sdist bdist_wheel

  • Upload packages : twine upload dist/*

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page