https://github.com/leovan/xgmml
XGMML Python Reader and Writer
https://github.com/leovan/xgmml
igraph networkx xgmml
Last synced: 3 months ago
JSON representation
XGMML Python Reader and Writer
- Host: GitHub
- URL: https://github.com/leovan/xgmml
- Owner: leovan
- License: mit
- Created: 2025-02-15T14:07:17.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2026-01-01T00:56:57.000Z (6 months ago)
- Last Synced: 2026-01-05T14:32:16.225Z (6 months ago)
- Topics: igraph, networkx, xgmml
- Language: Python
- Homepage: https://xgmml.leovan.tech
- Size: 926 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
# XGMML 




---
🇺🇸 [README](README.md) | 🇨🇳 [中文说明](README.zh.md)
## Introduction
**XGMML** is a Python library for parsing and generating XGMML files. It provides a simple and intuitive interface for working with XGMML file, making it easy to read and write XGMML file.
It supports Python 3.10+ and following libraries:
- [NetworkX](https://networkx.org/)
- [igraph](https://igraph.org/)
**XGMML** format keeps graph style which can be imported into [Cytoscape](https://cytoscape.org/) to visualize.
## Usage
Install **XGMML** via pip:
```
pip install xgmml
```
Handbook: 。
## License
The MIT License (MIT)
Copyright © 2025-2026,范叶亮 | Leo Van