File tree Expand file tree Collapse file tree 1 file changed +13
-3
lines changed Expand file tree Collapse file tree 1 file changed +13
-3
lines changed Original file line number Diff line number Diff line change 1
- # Stallion Python SDK
1
+ <h1 align =" center " >
2
+ Stallion Python SDK
3
+ </h1 >
4
+
5
+ <p align =" center " >
6
+ <img src =" https://img.shields.io/badge/Python-3.21-blue?style=for-the-badge&logo=python " alt =" go version " />
7
+ <img src =" https://img.shields.io/badge/Version-1.1-2255DD?style=for-the-badge&logo=none " alt =" version " /><br />
8
+ <img src =" https://img.shields.io/badge/MacOS-black?style=for-the-badge&logo=apple " alt =" version " />
9
+ <img src =" https://img.shields.io/badge/Linux-white?style=for-the-badge&logo=linux " alt =" version " />
10
+ <img src =" https://img.shields.io/badge/Windows-blue?style=for-the-badge&logo=windows " alt =" version " />
11
+ </p >
2
12
3
13
Client SDK for ** Stallion** message broker.
4
14
5
15
## How to use?
6
- Pip install:
16
+ Python install:
7
17
``` shell
8
18
pip install stallion-python-sdk
9
19
```
10
20
11
21
### Client
12
22
Create a client:
13
23
``` python
14
- from client import Client
24
+ from stallion_python_sdk import Client
15
25
16
26
c = Client(url = " localhost:9090" )
17
27
```
You can’t perform that action at this time.
0 commit comments