An open API service indexing awesome lists of open source software.

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

Awesome Lists containing this project

README

          

# XGMML logo

![Version](https://img.shields.io/pypi/v/xgmml)
![Python Versions](https://img.shields.io/pypi/pyversions/xgmml)
![License](https://img.shields.io/pypi/l/xgmml)
![Downloads](https://img.shields.io/pypi/dm/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