Metadata-Version: 2.1
Name: testabc
Version: 1.0.0
Home-page: https://fate.fedai.org/
Author: FederatedAI
Author-email: contact@FedAI.org
License: Apache-2.0 License
Keywords: federated learning scheduler
Requires-Python: >=3.8
Description-Content-Type: text/markdown
Requires-Dist: apsw (<=3.10)
Requires-Dist: Flask (==2.2.5)
Requires-Dist: grpcio (==1.46.3)
Requires-Dist: grpcio-tools (==1.46.3)
Requires-Dist: requests (<2.26.0)
Requires-Dist: urllib3 (==1.26.5)
Requires-Dist: ruamel-yaml (==0.16.10)
Requires-Dist: cachetools (==3.0.0)
Requires-Dist: filelock (==3.3.1)
Requires-Dist: pydantic (==1.10.7)
Requires-Dist: webargs
Requires-Dist: peewee (==3.9.3)
Requires-Dist: python-dotenv (==0.13.0)
Requires-Dist: pyyaml (==5.4.1)
Requires-Dist: networkx
Requires-Dist: psutil (>=5.7.0)
Requires-Dist: casbin-peewee-adapter
Requires-Dist: casbin
Requires-Dist: pymysql
Requires-Dist: kazoo
Requires-Dist: shortuuid
Requires-Dist: cos-python-sdk-v5 (==1.9.10)
Requires-Dist: typing-extensions (==4.5.0)
Requires-Dist: click
Requires-Dist: scikit-learn (==1.0.1)
Requires-Dist: pandas (==1.1.5)
Requires-Dist: protobuf (==3.19.6)
Requires-Dist: pydantic
Requires-Dist: typing-extensions
Requires-Dist: cloudpickle (==2.1.0)
Requires-Dist: lmdb (==1.3.0)
Requires-Dist: numpy (==1.23.1)
Requires-Dist: torch (==1.13.1)
Requires-Dist: ml-metadata
Requires-Dist: beautifultable
Requires-Dist: rust-paillier

[![License](https://img.shields.io/badge/License-Apache%202.0-blue.svg)](https://opensource.org/licenses/Apache-2.0) [![CodeStyle](https://img.shields.io/badge/Check%20Style-Google-brightgreen)](https://checkstyle.sourceforge.io/google_style.html) [![Style](https://img.shields.io/badge/Check%20Style-Black-black)](https://checkstyle.sourceforge.io/google_style.html)

[中文](./README.zh.md)

FATE Flow is a multi-party federated task security scheduling platform for federated learning end-to-end pipeline

- [Shared-State Scheduling Architecture](https://storage.googleapis.com/pub-tools-public-publication-data/pdf/41684.pdf)
- Secure Multi-Party Communication Across Data Centers

Providing production-level service capabilities:

- Data Access
- Component Registry
- Federated Job&Task Scheduling
- Multi-Party Resource Coordination
- Data Flow Tracking
- Real-Time Job Monitoring
- Multi-Party Federated Model Registry
- Multi-Party Cooperation Authority Management
- High Availability
- CLI, REST API, Python API

For detailed introduction, please refer to [FATE Flow Overall Design](https://federatedai.github.io/FATE-Flow/latest/fate_flow/#overall-design)

## Deployment

Please refer to [FATE](https://github.com/FederatedAI/FATE)

## Documentation

The official FATE Flow documentation is here [https://federatedai.github.io/FATE-Flow/latest/](https://federatedai.github.io/FATE-Flow/latest/)

## License
[Apache License 2.0](LICENSE)
