Metadata-Version: 2.4
Name: mzcache
Version: 0.1.0
Summary: A high-performance, feature-complete native Python client for the C++ mzcache in-memory database engine.
Author-email: Murtaza Baig <murtazabaig335@gmail.com>
Project-URL: Homepage, https://github.com/murtaza335/in-memory-cache-db-cpp.git
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.8
Description-Content-Type: text/markdown

# mzcache

A lightweight, persistent TCP Python client library for the custom C++ `mzcache` in-memory database engine.

## Installation
```bash
pip install mzcache
