Metadata-Version: 2.1
Name: switcher
Version: 0.1.4
Summary: python SDK for switch service to publish messages on topics
Home-page: https://github.com/Kareem-Emad/switch-py
Author: Kareem Emad
Author-email: kareememad400@gmail.com
License: MIT
Download-URL: https://pypi.org/project/switcher/
Keywords: pubsub,events
Platform: UNKNOWN
Description-Content-Type: text/markdown
Requires-Dist: requests (==2.24.0)
Requires-Dist: pyjwt (==1.7.1)

# Swtich-Py

python version of switch sdk, you can publish message on any topic using this sdk to trigger all configured
subscribers at switch service

## setup

To install the package

```shell
pip install switcher
```

## How To use

to be added isa




