Metadata-Version: 2.3
Name: memcache-lameh-1
Version: 0.1.0
Summary: 
Requires-Python: >=3.11
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Programming Language :: Python :: 3.13
Requires-Dist: emcache (>=1.3.1,<2.0.0)
Description-Content-Type: text/markdown

# Memcache Lameh

A package for emcache caching operations.

## Installation

### Poetry (recommended)

```bash
poetry add memcache-lameh
```

### Pip

```bash
pip install memcache-lameh
```
