Metadata-Version: 2.4
Name: lmcache-kvblockd
Version: 0.1.0
Summary: LMCache remote-storage backend backed by kvblockd
Author-email: Rudray Mehra <rudraymehra@gmail.com>
License-Expression: Apache-2.0
Requires-Python: >=3.10
Requires-Dist: kvblockd>=0.1.0
Requires-Dist: lmcache<0.6,>=0.5.1
Requires-Dist: numpy
Provides-Extra: test
Requires-Dist: pytest>=8; extra == 'test'
Requires-Dist: torch; extra == 'test'
Description-Content-Type: text/markdown

# lmcache-kvblockd

[LMCache](https://github.com/LMCache/LMCache) remote-backend plugin for
[kvblockd](https://github.com/rudraymehra/KVStash) — reach the kvblockd
daemon from any vLLM deployment that already runs LMCache
(`kvblockd://` scheme). Linux x86_64 (lmcache ships manylinux wheels only).

Setup: `docs/INTEGRATIONS.md` → "LMCache (vLLM)".
