Metadata-Version: 2.4
Name: pgfsm-proto-codegen
Version: 0.1.0
Summary: Generated protobuf + gRPC stubs for the pgfsm Activity Gateway and Sidecar Gateway contracts.
License-Expression: Apache-2.0
Project-URL: Repository, https://github.com/pgfsm/fsm
Project-URL: Source, https://github.com/pgfsm/fsm/tree/main/packages/fsm-proto-codegen
Requires-Python: >=3.9
Description-Content-Type: text/markdown
Requires-Dist: grpcio<2,>=1.60
Requires-Dist: protobuf<8,>=7.35.1

# pgfsm-proto-codegen

Generated protobuf + gRPC stubs for [pgfsm](https://github.com/pgfsm/fsm)'s
Activity Gateway (`pgfsm.activitygateway.v1`) and Sidecar Gateway
(`pgfsm.sidecargateway.v1`) contracts.

```sh
pip install pgfsm-proto-codegen
```

```python
from pgfsm.activitygateway.v1 import activity_gateway_pb2, activity_gateway_pb2_grpc
from pgfsm.sidecargateway.v1 import sidecar_gateway_pb2, sidecar_gateway_pb2_grpc
```

Generated by `buf generate` from the `.proto` sources in
[`packages/fsm-proto-codegen`](https://github.com/pgfsm/fsm/tree/main/packages/fsm-proto-codegen)
— don't edit, regenerate. The same contracts are published for TypeScript
(`@pgfsm/proto-codegen` on npm), Rust (`pgfsm-proto-codegen` on crates.io), and
Go (`github.com/pgfsm/fsm/packages/fsm-proto-codegen/gen/go`), all at the same
version.
