Metadata-Version: 2.1
Name: kfpubsub
Version: 0.2.5
Summary: Base redis pubsub implementation
Home-page: https://gitlab.com/kas-factory/packages/pubsub
Author: Antonio @ KF
Author-email: antonio@kasfactory.net
License: COPYRIGHT
Platform: UNKNOWN
Description-Content-Type: text/markdown
License-File: LICENSE.txt

# KF pubsub

Pubsub implementation with redis

## Installation

### With requirements.txt

Add the following line in your `requirements.txt` file:

```
kfpubsub
```

### With PIP

```bash
$ pip install kfpubsub
```


