Metadata-Version: 2.2
Name: xgmml
Version: 1.0.0
Summary: XGMML Reader and Writer
Author-email: 范叶亮 <leo-van@hotmail.com>
Project-URL: homepage, https://github.com/leovan/xgmml
Project-URL: documentation, https://xgmml.leovan.tech
Keywords: xgmml,networkx,igraph
Classifier: Development Status :: 5 - Production/Stable
Classifier: Intended Audience :: Developers
Classifier: Intended Audience :: Information Technology
Classifier: Intended Audience :: Science/Research
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: MacOS :: MacOS X
Classifier: Operating System :: Microsoft :: Windows
Classifier: Operating System :: Unix
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3 :: Only
Classifier: Topic :: Scientific/Engineering
Classifier: Topic :: Software Development :: Libraries
Requires-Python: >=3.10
Description-Content-Type: text/markdown
Requires-Dist: lxml>=5.0.0
Requires-Dist: matplotlib>=3.8.0
Requires-Dist: networkx>=3.4
Requires-Dist: igraph>=0.11.2

# XGMML <img src="https://raw.githubusercontent.com/leovan/xgmml/main/docs/images/logo.png" align="right" alt="logo" height="100" style="border: none; float: right; height: 100px;" />
![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
```

For detailed usage, please refer to the document: <https://xgmml.leovan.tech>.

## License

The MIT License (MIT)

Copyright &copy; 2025，<a href="https://leovan.me" target="_blank">范叶亮 | Leo Van</a>
