skillfed

isolate-proto

(internal) gRPC definitions for Isolate Cloud

isolate-proto v0.34.1 735.9K downloads/30d#5,194 on PyPI
License unclear Active released

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-proto

uv

uv add isolate-proto

poetry

poetry add isolate-proto

Installing 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

grpc protocol definitionsisolate cloud clientprotobuf service stubsisolate controller apigrpc service definitions
grpcprotobufcloud-api

More Distributed Computing packages