# kyew

> Simple redis based queue protocol implementation

## Install

```console
$ pip install kyew
```

## Usage

```Python
import kyew

kyew = Kyew.new(ENV['REDIS_URL'])
```

