Metadata-Version: 2.1
Name: shopcloud-streams
Version: 1.3.0
Summary: CLI Tool for Shopcloud Streams
Home-page: https://github.com/Talk-Point/shopcloud-streams-cli
Author: Konstantin Stoldt
Author-email: konstantin.stoldt@talk-point.de
License: MIT
Keywords: CLI
Description-Content-Type: text/markdown
License-File: LICENSE

# Shopcloud-Streams-CLI

Shopcloud Streams CLI Package thats send the events per PubSub to the 
streams backend where the magic happend.

## Install

```py
$ pip install shopcloud-streams
````

## Usage

```py
from shopcloud_streams import Event as StreamEvent
Event("de.talk-point.streams/test_fired", {'pk' :'<pk>'}).fire()
```

## Develop

```sh
$ pytest
```
