pyvider-rpcplugin
2025-06-19
Major cleanup removing standalone test scripts, simplifying example...
129 files · 3,116+ · 7,921-
Remove Standalone Test Scripts
10 files changed
temp_test_retry_logic_02.pyUpdated client testtest_client_grpc.pyUpdated client testtest_client_lifecycle.pyUpdated client testtest_client_retry_logic.pyUpdated client testtest_connection.pyUpdated client testconftest.pyUpdated test filetest_config.pyUpdated core testtest_load_config.pyUpdated core testtest_malformed_config.pyUpdated core testtest_types.pyUpdated core test
- Removed
api_ref_server_test.py,docs_client_context_test.py,docs_health_check.pydecouple internal1 file
api_ref_server_test.py
- Removed
readme_client_fixed.py,readme_server_fixed.pydecouple internal2 files
readme_client_fixed.pyreadme_server_fixed.py
- Added
examples/kvproto/__init__.pyinstantiate internal5 files
echo_pb2.pyecho_pb2.pyiecho_pb2_grpc.pykv_pb2.pykv_pb2_grpc.py
Simplification
10 files changed
base.pyUpdated client/base.pyconnection.pyUpdated client/connection.pytypes.pyUpdated client/types.pyconfig.pyUpdated config.pycertificate.pyUpdated crypto/certificate.pydebug.pyUpdated crypto/debug.pygenerators.pyUpdated crypto/generators.pyfactories.pyUpdated factories.pyhandshake.pyUpdated handshake.pyhealth_servicer.pyUpdated health_servicer.py
- Simplified
config.py(85 lines of changes) removing unnecessary complexity baseline internal5 files
08_production_config.pyconfig.pytest_config.pytest_load_config.pytest_malformed_config.py
- Simplified
server.py(152 lines of changes) with cleaner lifecycle decouple internal4 files
echo_server.pypy_kv_server.pyserver.pyserver.py
- Minor
client/base.pyupdate decouple internal1 file
base.py
Streamlining
10 files changed
base.pyUpdated client/base.pyconnection.pyUpdated client/connection.pytypes.pyUpdated client/types.pyconfig.pyUpdated config.pycertificate.pyUpdated crypto/certificate.pydebug.pyUpdated crypto/debug.pygenerators.pyUpdated crypto/generators.pyfactories.pyUpdated factories.pyhandshake.pyUpdated handshake.pyhealth_servicer.pyUpdated health_servicer.py