Massive documentation and example expansion
99 files · 16,766+ · 2,262-

Comprehensive Addition

10 files changed
  • __init__.py Updated __init__.py
  • base.py Updated client/base.py
  • factories.py Updated factories.py
  • handshake.py Updated handshake.py
  • base.py Updated protocol/base.py
  • grpc_broker_pb2_grpc.py Updated protocol/grpc_broker_pb2_grpc.py
  • grpc_controller_pb2_grpc.py Updated protocol/grpc_controller_pb2_grpc.py
  • grpc_stdio_pb2.py Updated protocol/grpc_stdio_pb2.py
  • grpc_stdio_pb2_grpc.py Updated protocol/grpc_stdio_pb2_grpc.py
  • service.py Updated protocol/service.py
  • Expanded README.md by 469 lines with full project overview, usage examples, and API reference specify internal
    2 files
    • README.md
    • README.md
  • Added docs/api_reference_docs.md (632 lines) with complete API documentation specify behavioral
    1 file
    • api_reference_docs.md
  • Added docs/architecture.md (732 lines) describing system design specify internal
    1 file
    • architecture.md
  • Added docs/security.md (955 lines) covering mTLS, certificates, and security patterns specify internal
    1 file
    • security.md
  • Added docs/troubleshooting.md (965 lines) with common issues and solutions specify internal
    1 file
    • troubleshooting.md
  • Added docs/changelog.md (132 lines) and docs/.pyvider.md (29 lines) specify internal
    3 files
    • changelog.md
    • .pyvider.md
    • CHANGELOG.md
  • Added examples/README.md (182 lines) with example index specify internal
    2 files
    • README.md
    • README.md
  • Added docs/examples_readme.md (225 lines) and docs/examples_structure.md (44 lines) specify internal
    4 files
    • examples_readme.md
    • examples_structure.md
    • README.md
    • README.md
  • Removed outdated docs/building-grpc.md specify internal
    1 file
    • building-grpc.md

Complete Tutorial Series

10 files changed
  • __init__.py Updated __init__.py
  • base.py Updated client/base.py
  • factories.py Updated factories.py
  • handshake.py Updated handshake.py
  • base.py Updated protocol/base.py
  • grpc_broker_pb2_grpc.py Updated protocol/grpc_broker_pb2_grpc.py
  • grpc_controller_pb2_grpc.py Updated protocol/grpc_controller_pb2_grpc.py
  • grpc_stdio_pb2.py Updated protocol/grpc_stdio_pb2.py
  • grpc_stdio_pb2_grpc.py Updated protocol/grpc_stdio_pb2_grpc.py
  • service.py Updated protocol/service.py
  • Added 10 numbered example scripts (01-10): instantiate internal
    3 files
    • __init__.py
    • base.py
    • factories.py

Log Level Option

10 files changed
  • __init__.py Updated __init__.py
  • base.py Updated client/base.py
  • factories.py Updated factories.py
  • handshake.py Updated handshake.py
  • base.py Updated protocol/base.py
  • grpc_broker_pb2_grpc.py Updated protocol/grpc_broker_pb2_grpc.py
  • grpc_controller_pb2_grpc.py Updated protocol/grpc_controller_pb2_grpc.py
  • grpc_stdio_pb2.py Updated protocol/grpc_stdio_pb2.py
  • grpc_stdio_pb2_grpc.py Updated protocol/grpc_stdio_pb2_grpc.py
  • service.py Updated protocol/service.py
  • Added --log-level CLI option to kvproto clients with WARN default instantiate behavioral
    5 files
    • echo_pb2_grpc.py
    • grpc_broker_pb2_grpc.py
    • grpc_controller_pb2_grpc.py
    • grpc_stdio_pb2.py
    • grpc_stdio_pb2_grpc.py