Skip to content

kurtasov/pygraphml

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

77 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Jupyter Notebook 58.6%
  • Python 41.4%