# 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;" />




---
🇺🇸 [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 © 2025,<a href="https://leovan.me" target="_blank">范叶亮 | Leo Van</a>
Raw data
{
"_id": null,
"home_page": null,
"name": "xgmml",
"maintainer": null,
"docs_url": null,
"requires_python": ">=3.10",
"maintainer_email": null,
"keywords": "xgmml, networkx, igraph",
"author": null,
"author_email": "\u8303\u53f6\u4eae <leo-van@hotmail.com>",
"download_url": "https://files.pythonhosted.org/packages/5b/f0/80821222b5a76fb4e7b6572a7f80ede2d968eb05490ee4a1ad3340db829c/xgmml-1.0.0.tar.gz",
"platform": null,
"description": "# 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;\" />\n\n\n\n\n\n---\n\n\ud83c\uddfa\ud83c\uddf8 [README](README.md) | \ud83c\udde8\ud83c\uddf3 [\u4e2d\u6587\u8bf4\u660e](README.zh.md)\n\n## Introduction\n\n**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.\n\nIt supports Python 3.10+ and following libraries:\n\n- [NetworkX](https://networkx.org/)\n- [igraph](https://igraph.org/)\n\n**XGMML** format keeps graph style which can be imported into [Cytoscape](https://cytoscape.org/) to visualize.\n\n## Usage\n\nInstall **XGMML** via pip:\n\n```\npip install xgmml\n```\n\nFor detailed usage, please refer to the document: <https://xgmml.leovan.tech>.\n\n## License\n\nThe MIT License (MIT)\n\nCopyright © 2025\uff0c<a href=\"https://leovan.me\" target=\"_blank\">\u8303\u53f6\u4eae | Leo Van</a>\n",
"bugtrack_url": null,
"license": null,
"summary": "XGMML Reader and Writer",
"version": "1.0.0",
"project_urls": {
"documentation": "https://xgmml.leovan.tech",
"homepage": "https://github.com/leovan/xgmml"
},
"split_keywords": [
"xgmml",
" networkx",
" igraph"
],
"urls": [
{
"comment_text": null,
"digests": {
"blake2b_256": "eee67253e827dabc53ed74cc7354e1a3414cb70e9e7eda9c0fbd5ecd650fd660",
"md5": "45170ee3ca5b48511ed2d43e0bd59a48",
"sha256": "2fab3948f20f94bd5f3d7181aedabd2f075bc7a2c742179f247e19ddf945f88c"
},
"downloads": -1,
"filename": "xgmml-1.0.0-py3-none-any.whl",
"has_sig": false,
"md5_digest": "45170ee3ca5b48511ed2d43e0bd59a48",
"packagetype": "bdist_wheel",
"python_version": "py3",
"requires_python": ">=3.10",
"size": 15958,
"upload_time": "2025-02-16T03:10:44",
"upload_time_iso_8601": "2025-02-16T03:10:44.844159Z",
"url": "https://files.pythonhosted.org/packages/ee/e6/7253e827dabc53ed74cc7354e1a3414cb70e9e7eda9c0fbd5ecd650fd660/xgmml-1.0.0-py3-none-any.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "5bf080821222b5a76fb4e7b6572a7f80ede2d968eb05490ee4a1ad3340db829c",
"md5": "ca3b95cedb4423e37e0224cbd5f199e5",
"sha256": "2029d6fbb843b71161b4012a1b5bb11e7c8473830f3f6842df4f72a75d225fd5"
},
"downloads": -1,
"filename": "xgmml-1.0.0.tar.gz",
"has_sig": false,
"md5_digest": "ca3b95cedb4423e37e0224cbd5f199e5",
"packagetype": "sdist",
"python_version": "source",
"requires_python": ">=3.10",
"size": 13537,
"upload_time": "2025-02-16T03:10:46",
"upload_time_iso_8601": "2025-02-16T03:10:46.152653Z",
"url": "https://files.pythonhosted.org/packages/5b/f0/80821222b5a76fb4e7b6572a7f80ede2d968eb05490ee4a1ad3340db829c/xgmml-1.0.0.tar.gz",
"yanked": false,
"yanked_reason": null
}
],
"upload_time": "2025-02-16 03:10:46",
"github": true,
"gitlab": false,
"bitbucket": false,
"codeberg": false,
"github_user": "leovan",
"github_project": "xgmml",
"travis_ci": false,
"coveralls": false,
"github_actions": true,
"requirements": [
{
"name": "lxml",
"specs": [
[
">=",
"5.0.0"
]
]
},
{
"name": "matplotlib",
"specs": [
[
">=",
"3.8.0"
]
]
},
{
"name": "networkx",
"specs": [
[
">=",
"3.4"
]
]
},
{
"name": "igraph",
"specs": [
[
">=",
"0.11.2"
]
]
}
],
"lcname": "xgmml"
}