Metadata-Version: 2.4
Name: pybytekv
Version: 1.0.0
Summary: Full-feature Python client for ByteKV server (TCP + RESP)
Home-page: https://github.com/your-repo/pybytekv
Author: VSSCO
License: MIT
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.7
Description-Content-Type: text/markdown
License-File: LICENSE
Dynamic: author
Dynamic: classifier
Dynamic: description
Dynamic: description-content-type
Dynamic: home-page
Dynamic: license
Dynamic: license-file
Dynamic: requires-python
Dynamic: summary

# pybytekv

Python client for ByteKV — a Redis-like in-memory key-value server over TCP using the RESP protocol.

Supports commands: `SET`, `GET`, `DEL`, `PING`, `EXPIRE`, `TTL`, and `PUBLISH`.
