pyvider-rpcplugin
2025-06-30
Refactored all chapter-based examples and docs with improved patter...
105 files · 4,561+ · 2,695-
Comprehensive Refinement
4 files changed
config.pyUpdated config.pyhandshake.pyUpdated handshake.pyserver.pyUpdated server.pytypes.pyUpdated types.py
- Updated all 15 chapter-based examples (ch02-ch15) with improved patterns
decouple
internal
5 files
ch02_getting_started.mdch03_basic_server_setup.mdch04_understanding_transports.mdch05_implementing_a_service.mdch06_basic_client_setup.md
- Simplified and corrected example implementations
remediate
internal
3 files
config.pyhandshake.pyserver.py
- Updated
example_utils.pyandrun_all_examples.pydecouple internal2 files
example_utils.pyrun_all_examples.py
- Updated demo echo client and server
decouple
internal
2 files
ch07_echo_client.mdch07_echo_client.py
- Updated KV proto examples
decouple
internal
3 files
e2e_greeting_pb2.pyiecho_pb2.pyigrpctest_pb2.pyi
Updates
4 files changed
config.pyUpdated config.pyhandshake.pyUpdated handshake.pyserver.pyUpdated server.pytypes.pyUpdated types.py
Fixture and Test Improvements
10 files changed
test_client_grpc.pyUpdated client testtest_client_handshake.pyUpdated client testtest_client_init.pyUpdated client testtest_client_integration.pyUpdated client testtest_client_lifecycle.pyUpdated client testtest_client_retry_logic.pyUpdated client testtest_client_stubs.pyUpdated client testtest_client_transport.pyUpdated client testtest_connection.pyUpdated client testconftest.pyUpdated test file