Metadata-Version: 2.3
Name: openfgl-lib
Version: 1.0.0
Summary: Algorithm library for federated graph learning.
Project-URL: Homepage, https://github.com/xkLi-Allen/OpenFGL/
Author-email: Xunkai Li <cs.xunkai.li@gmail.com>, Yinlin Zhu <zhuylin27@mail2.sysu.edu.cn>, Boyang Pang <1275854839@qq.com>, Guochen Yan <guochen_yan@outlook.com>, Yeyu Yan <yanyeyu-work@foxmail.com>, Zening Li <zening-li@outlook.com>, Zhengyu Wu <Jeremywzy96@outlook.com>, Wentao Zhang <wentao.zhang@pku.edu.cn>, Rong-Hua Li <lironghuabit@126.com>, Guoren Wang <wanggrbit@gmail.com>
License: Copyright © 2024 <copyright xkli ylzhu et al.>
        
        Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the “Software”), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
        
        The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
        
        THE SOFTWARE IS PROVIDED “AS IS”, WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
License-File: LICENSE
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3
Requires-Python: >=3.6
Requires-Dist: requests==2.13.0
Description-Content-Type: text/markdown


![1301717130101_ pic](https://github.com/zyl24/OpenFGL/assets/59046279/e21b410f-2b5d-4515-8ab5-a176f98805a7)


# Open Federated Graph Learning (OpenFGL)
OpenFGL is a comprehensive, user-friendly algorithm library, complemented by an integrated evaluation platform, designed specifically for researchers in the field of federated graph learning (FGL).

<p align="center">
  <a href="#Library Highlights">Highlights</a> •
  <a href="https://pypi.org/project/openfgl-python/1.0.0/">Installation</a> •
  <a href="https://github.com/zyl24/OpenFGL/tree/master/openfgl/examples">Examples</a> •
  <a href="https://openfgl.readthedocs.io/en/latest/">Docs</a> •
  <a href="#Citation">Citation</a> 
</p>



[![Stars](https://img.shields.io/github/stars/zyl24/OpenFGL.svg?color=orange)](https://github.com/zyl24/OpenFGL/stargazers) ![](https://img.shields.io/github/last-commit/zyl24/OpenFGL) 
<!-- [![arXiv](https://img.shields.io/badge/arXiv-2312.04992-b31b1b.svg)](https://arxiv.org/abs/2312.04992) -->

 



## Highlights

- 2 FGL Scenarios: Graph-FL and Subgraph-FL
- 10+ FGL Algorithms
- 34 FGL Datasets
- 12 GNN Models
- 5 Downstream Tasks
- Comprehensive FGL Data Property Analysis

## Get Started

```
python main.py --dataset Cora --model gcn --metrics accuracy
```


## Citation
Please cite our paper (and the respective papers of the methods used) if you use this code in your own work:
```
```
