Skip to content

Commit d070403

Browse files
authored
Update README.md
1 parent aa2ab0f commit d070403

File tree

1 file changed

+13
-3
lines changed

1 file changed

+13
-3
lines changed

README.md

Lines changed: 13 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,27 @@
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>
212

313
Client SDK for **Stallion** message broker.
414

515
## How to use?
6-
Pip install:
16+
Python install:
717
```shell
818
pip install stallion-python-sdk
919
```
1020

1121
### Client
1222
Create a client:
1323
```python
14-
from client import Client
24+
from stallion_python_sdk import Client
1525

1626
c = Client(url="localhost:9090")
1727
```

0 commit comments

Comments
 (0)