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)
# 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
Python > 2.7 and > 3.3
NetworkX (http://networkx.lanl.gov/): only for the visualization
# 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
Hadrien Mary <hadrien.mary@gmail.com>
Nick Hamilton <n.hamilton@imb.uq.edu.au>
# 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/*
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
File details
Details for the file pygraphml-2.1.4.tar.gz
.
File metadata
- Download URL: pygraphml-2.1.4.tar.gz
- Upload date:
- Size: 5.3 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 97aa6946877e56ecfaef23f24283c3a0727c19770ed794b0c301db0fa515f276 |
|
MD5 | 8baa21e69c1edae0705e53f9de022018 |
|
BLAKE2b-256 | f430f74fbba5e83634cec3f42d015789e72323b6d36f89f3f2ee5bd923253a1f |
File details
Details for the file pygraphml-2.1.4-py3-none-any.whl
.
File metadata
- Download URL: pygraphml-2.1.4-py3-none-any.whl
- Upload date:
- Size: 9.0 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | f7d2db07e88cab6d6d9435be08fbf7b40956ac0b780d8e24d130055a286a0f4f |
|
MD5 | ad485e19eda7ce993ba536e8be1d62e7 |
|
BLAKE2b-256 | 0e86240c50dfd8f4760dc482fb596664dfd97de018e0855b44d61c3cc6331c43 |