https://github.com/hadim/pygraphml
Parse GraphML file in Python.
https://github.com/hadim/pygraphml
Last synced: 11 months ago
JSON representation
Parse GraphML file in Python.
- Host: GitHub
- URL: https://github.com/hadim/pygraphml
- Owner: hadim
- License: bsd-3-clause
- Created: 2011-06-22T03:26:45.000Z (almost 15 years ago)
- Default Branch: master
- Last Pushed: 2023-07-26T00:06:04.000Z (almost 3 years ago)
- Last Synced: 2025-07-08T20:20:08.597Z (11 months ago)
- Language: Jupyter Notebook
- Homepage:
- Size: 1.45 MB
- Stars: 60
- Watchers: 9
- Forks: 43
- Open Issues: 11
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# pygraphml
[](https://travis-ci.org/hadim/pygraphml)
[](https://pypi.org/project/pygraphml/)
`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](notebooks/documentation.ipynb).
# Requirements
- Python > 2.7 and > 3.6.
- `matplotlib` and [`networkx`](http://networkx.lanl.gov/) 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](LICENSE).
# Authors
- Hadrien Mary
- Nick Hamilton