# pygraphml **Repository Path**: liangliangboy/pygraphml ## Basic Information - **Project Name**: pygraphml - **Description**: svcomp结果转换项目,本人研究生期间在修改项目,原作者是Hadrien Mary,详细见Readme. - **Primary Language**: Unknown - **License**: BSD-3-Clause - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2022-10-01 - **Last Updated**: 2024-02-21 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # pygraphml [![Build Status](https://travis-ci.org/hadim/pygraphml.svg?branch=master)](https://travis-ci.org/hadim/pygraphml) [![PyPI version](https://img.shields.io/pypi/v/pygraphml.svg?maxAge=2591000)](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). # License Under BSD license. See [LICENSE](LICENSE). # Authors - Hadrien Mary - Nick Hamilton - Modified by Liang Haowei for the second time