isolate-proto
(internal) gRPC definitions for Isolate Cloud
What it is and what it does
isolate-proto is a package of auto-generated gRPC protocol buffer definitions for the Isolate Cloud controller. It bundles compiled Python stubs that allow clients to make remote procedure calls to Isolate Cloud services using gRPC. The package is maintained alongside the isolate library and regenerated when the upstream Isolate project releases new versions.
This is an internal-facing package—its summary explicitly notes it as "(internal) gRPC definitions for Isolate Cloud." It is not a general-purpose tool but rather a dependency for applications that need to interact with Isolate Cloud's control plane. Installation is straightforward (pure Python wheel, low friction), and it depends on grpcio and protobuf, which are standard gRPC infrastructure libraries.
Use it for:
- Building a Python client to communicate with Isolate Cloud control services via gRPC.
- Integrating Isolate Cloud resource management into a larger orchestration or automation system.
- Developing internal tools that need to query or control Isolate Cloud workloads programmatically.
Worth the install?
AI-flagged interpretation of the facts on this page — verify before relying
Provides gRPC protocol buffer definitions for communicating with the Isolate Cloud controller service.
Yes, if you are building or integrating with Isolate Cloud services. The package is actively maintained, has low install friction, and carries no known vulnerabilities. However, verify the license status before use in proprietary contexts, and confirm that your use case actually requires direct gRPC communication with Isolate Cloud rather than a higher-level client library.
Install
isolate-proto on PyPI
pip
pip install isolate-protouv
uv add isolate-protopoetry
poetry add isolate-protoInstalling isolate-proto
Before you install
Low install friction with a pure-Python wheel distribution. Active maintenance as of 42 days ago. Depends on grpcio, protobuf, and isolate—all stable, widely-used libraries.
License in practice
License status is unclear; no SPDX identifier or raw license text is available. Verify licensing before using in proprietary or restricted-license projects.
Quickstart
pip install isolate-proto
from isolate_proto import <service_stub>
# Use generated gRPC stubs to communicate with Isolate Cloud
Requires Python 3.8 or later. Intended for use with Isolate Cloud services; not a standalone utility.
Verify before relying
- What specific gRPC services and message types are defined in this version?
- Is this package intended for public use or only internal Isolate Cloud consumption?
- What is the actual license governing this package?
Package facts
| License | not declared (unclear) |
| Python support | supports the current Python release (>=3.8) |
| Install friction | low — pure-Python wheel |
| Runtime dependencies | 3 — grpcio, protobuf, isolate |
| Maintenance | actively maintained — 42 days since the last release |
| First released | |
| Downloads | 735,882/month — #5,194 on PyPI (30-day window, as of 2026-08-14) |
| Known vulnerabilities | none known (OSV.dev, checked 2026-08-14) |
Evidence: isolate_proto-0.34.1-py3-none-any.whl
Tags
More Distributed Computing packages
gRPC Python is an HTTP/2-based RPC framework…
permissive · top 100 on PyPI
execnetexecnet lets you spawn and communicate with…
permissive · top 1,000 on PyPI
cloudpickleCloudpickle extends Python's standard pickle…
permissive · top 1,000 on PyPI
smart-openProvides a unified, open()-compatible Python…
permissive · top 1,000 on PyPI
portalockerPortalocker provides cross-platform file…
permissive · top 1,000 on PyPI
rayRay is a distributed computing framework that…
permissive · top 1,000 on PyPI
sentry-protosProvides protocol buffer and gRPC schema…
unclear · top 15,000 on PyPI
proto-google-cloud-datastore-v1Provides Protocol Buffer definitions and gRPC…
permissive · top 15,000 on PyPI
opensearch-protobufsProvides pre-generated Python Protocol Buffer…
permissive · top 5,000 on PyPI
aristaprotoGenerates Python gRPC stubs and message classes…
permissive · top 15,000 on PyPI
protovalidateValidates Protocol Buffer messages against…
permissive · top 5,000 on PyPI
grpcio-toolsGenerates Python gRPC service stubs and message…
permissive · top 1,000 on PyPI
isolateIsolate manages isolated Python environments…
unclear · top 15,000 on PyPI
hatch-protobufA Hatch build plugin that generates Python…
copyleft · top 15,000 on PyPI
grpcio-statusProvides Python protobuf definitions for…
permissive · top 100 on PyPI
gassist-textWraps the Google Assistant API to send text…
permissive · top 15,000 on PyPI