Metadata-Version: 2.1
Name: isolate-proto
Version: 0.0.20
Summary: (internal) gRPC definitions for Isolate Cloud
Author: Features & Labels
Author-email: hello@fal.ai
Requires-Python: >=3.7,<4
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Requires-Dist: grpcio (>=1.49)
Requires-Dist: isolate (==0.10.0)
Requires-Dist: protobuf
Description-Content-Type: text/markdown

# gRPC definitions

For regenerating definitions:

```
$ cd projects/isolate_proto
$ python ../../tools/regen_grpc.py src/isolate_proto/controller.proto <isolate version>
$ pre-commit run --all-files
```

The `<isolate version>` argument needs to be a [tag from the isolate Github project](https://github.com/fal-ai/isolate/tags) minus the leading `v`.

