{"library":"protoc-wheel-0","title":"protoc-wheel-0","description":"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.","language":"python","status":"active","last_verified":"Fri May 01","install":{"commands":["pip install protoc-wheel-0==30.2"],"cli":{"name":"protoc","version":"libprotoc 30.2"}},"imports":["No Python import; use CLI: protoc"],"auth":{"required":false,"env_vars":[]},"quickstart":{"code":"# After installation, protoc is available as a command-line tool.\n# Example: generate Python code from .proto file\n# Create a sample proto file first: echo 'syntax = \"proto3\"; message Test { string name = 1; }' > test.proto\nimport subprocess\nsubprocess.run(['protoc', '--python_out=.', 'test.proto'], check=True)\nprint('Generated test_pb2.py')","lang":"python","description":"Demonstrates using protoc via subprocess after pip install.","tag":null,"tag_description":null,"last_tested":null,"results":[]},"compatibility":null}