Metadata-Version: 2.1
Name: redis-annex
Version: 0.2.5
Summary: supplements for py-redis
Project-URL: Documentation, https://github.com/greyltc-org/redis-annex#readme
Project-URL: Issues, https://github.com/greyltc-org/redis-annex/issues
Project-URL: Source, https://github.com/greyltc-org/redis-annex
Author-email: Greyson Christoforo <grey@christoforo.net>
License-File: LICENSE
Classifier: Development Status :: 4 - Beta
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: Implementation :: CPython
Classifier: Programming Language :: Python :: Implementation :: PyPy
Requires-Python: >=3.7
Requires-Dist: redis
Description-Content-Type: text/markdown

# Redis Annex

[![PyPI - Version](https://img.shields.io/pypi/v/redis-annex.svg)](https://pypi.org/project/redis-annex)
[![PyPI - Python Version](https://img.shields.io/pypi/pyversions/redis-annex.svg)](https://pypi.org/project/redis-annex)

-----

**Table of Contents**

- [Installation](#installation)
- [License](#license)

## Installation

```console
python -m pip install redis-annex
```

## License

`redis-annex` is distributed under the terms of the [MIT](https://spdx.org/licenses/MIT.html) license.
