Small library to parse GraphML file in Python
Clone or download
Fetching latest commit…
Cannot retrieve the latest commit at this time.
Permalink
Failed to load latest commit information.
doc
pygraphml
.gitignore
.travis.yml
LICENSE
MANIFEST.in
README.md
example.ipynb
setup.cfg
setup.py

README.md

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