Cleanup of duplicate KV client implementations
6 files · 3+ · 401-

KV Client Consolidation

6 files changed
  • env.sh Removed (-1)
  • py_kv_client.py Modified
  • py_kv_client_1.py Removed (-158)
  • py_kv_client_2.py Removed (-242)
  • pyproject.toml Added (+1)
  • uv.lock Added (+2)
  • Renamed improved_kv_client.py to py_kv_client.py as the canonical client decouple internal
    1 file
    • py_kv_client.py
  • Removed py_kv_client_1.py (158 lines) and py_kv_client_2.py (242 lines) duplicate implementations decouple internal
    3 files
    • py_kv_client.py
    • py_kv_client_1.py
    • py_kv_client_2.py
  • Removed stale env.sh reference baseline internal
    1 file
    • env.sh
  • Minor pyproject.toml dependency addition baseline internal
    1 file
    • pyproject.toml