Metadata-Version: 2.4
Name: memcache
Version: 0.14.0b1
Summary: Memcached client for Python
Author-email: AN Long <aisk1988@gmail.com>
License-File: LICENSE
Requires-Python: >=3.7
Requires-Dist: anyio<4.0.0,>=3.0.0
Requires-Dist: hashring<2,>=1.5.1
Description-Content-Type: text/markdown

# memcache

Memcached client library for Python.

Key features:

- Based on memcached's new meta commands;
- Synchronous and asynchronous APIs;
- Asyncio and Trio support (via anyio);
- Type hints.

## Installation

```sh
$ pip install memcache
```

## About the Project

Memcache is &copy; 2020-2025 by [aisk](https://github.com/aisk).

### License

Memcache is distributed by a [MIT license](https://github.com/aisk/memcache/tree/master/LICENSE).
