A Python wheel distribution of the Protocol Buffers compiler (protoc), version 30.2. This package provides the protoc binary as a platform-dependent wheel, allowing easy installation without needing to download from GitHub. It is updated regularly to match protobuf releases.
pip install protoc-wheel-0==30.2No compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Demonstrates using protoc via subprocess after pip install.
Use subprocess.run(['protoc', ...]) or shell call.
Switch to grpcio-tools (which includes protoc) or download official protoc from https://github.com/protocolbuffers/protobuf/releases.
Install matching protobuf: pip install protobuf==30.2
No dependency data recorded yet.