Metadata-Version: 2.4
Name: isolate_proto
Version: 0.17.0
Summary: (internal) gRPC definitions for Isolate Cloud
Author: Features & Labels <support@fal.ai>
Requires-Python: >=3.8
Description-Content-Type: text/markdown
Requires-Dist: grpcio<2,>=1.64.0
Requires-Dist: protobuf
Requires-Dist: isolate[build]<1.14.0,>=0.13.0
Provides-Extra: test
Requires-Dist: pytest; extra == "test"
Requires-Dist: pytest-xdist; extra == "test"
Provides-Extra: dev
Requires-Dist: isolate_proto[test]; extra == "dev"
Requires-Dist: refactor; extra == "dev"
Requires-Dist: grpcio-tools==1.64.0; extra == "dev"
Requires-Dist: mypy-protobuf==3.5.0; extra == "dev"

# gRPC definitions for Isolate Controller (this should really be called isolate_controller_proto)

For regenerating definitions:

```
$ cd projects/isolate_proto
$ pip install -e '.[dev]'
$ python ../../tools/regen_grpc.py --isolate-version <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`.
