Metadata-Version: 2.2
Name: secretflow_spec
Version: 1.1.0b0
Summary: Secretflow spec
Home-page: https://github.com/secretflow/spec
Author: SCI Center
Author-email: secretflow-contact@service.alipay.com
License: Apache 2.0
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: protobuf<5,>=4
Requires-Dist: s3fs==2024.2.0
Provides-Extra: dev
Requires-Dist: pylint; extra == "dev"
Dynamic: author
Dynamic: author-email
Dynamic: description
Dynamic: description-content-type
Dynamic: home-page
Dynamic: license
Dynamic: provides-extra
Dynamic: requires-dist
Dynamic: summary

# SecretFlow Open Specification

SecretFlow Open Specification is a protocol stack designed for privacy-preserving applications.

## Spec

Please check [spec](docs/spec.md) and [intro](docs/intro.md).

## Build

### API Linter

After you modified protos, please check with API Linter.

```bash
go install github.com/googleapis/api-linter/cmd/api-linter@latest
sh secretflow_spec/protos/run_api_linter.sh
```
