Code generator for connect-python, generating Python gRPC‑compatible client and server stubs from protobuf definitions. Current version 0.9.0, requires Python ≥3.10. Released as part of the connectrpc project.
pip install protoc-gen-connect-pythonNo compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Minimal client usage after generating stubs with protoc-gen-connect-python.
Update import statements to use the new module structure.
Ensure protoc command includes --connect-python_out=. in addition to --python_out and --grpc_python_out.
Regenerate stubs and update imports to use the new _pb2_connect modules.