satori-python-client 0.16.3__tar.gz → 0.16.4__tar.gz
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- {satori_python_client-0.16.3 → satori_python_client-0.16.4}/PKG-INFO +8 -1
- {satori_python_client-0.16.3 → satori_python_client-0.16.4}/README.md +7 -0
- {satori_python_client-0.16.3 → satori_python_client-0.16.4}/pyproject.toml +1 -1
- {satori_python_client-0.16.3 → satori_python_client-0.16.4}/.mina/client.toml +0 -0
- {satori_python_client-0.16.3 → satori_python_client-0.16.4}/LICENSE +0 -0
- {satori_python_client-0.16.3 → satori_python_client-0.16.4}/src/satori/client/__init__.py +0 -0
- {satori_python_client-0.16.3 → satori_python_client-0.16.4}/src/satori/client/account.py +0 -0
- {satori_python_client-0.16.3 → satori_python_client-0.16.4}/src/satori/client/account.pyi +0 -0
- {satori_python_client-0.16.3 → satori_python_client-0.16.4}/src/satori/client/config.py +0 -0
- {satori_python_client-0.16.3 → satori_python_client-0.16.4}/src/satori/client/network/__init__.py +0 -0
- {satori_python_client-0.16.3 → satori_python_client-0.16.4}/src/satori/client/network/base.py +0 -0
- {satori_python_client-0.16.3 → satori_python_client-0.16.4}/src/satori/client/network/util.py +0 -0
- {satori_python_client-0.16.3 → satori_python_client-0.16.4}/src/satori/client/network/webhook.py +0 -0
- {satori_python_client-0.16.3 → satori_python_client-0.16.4}/src/satori/client/network/websocket.py +0 -0
- {satori_python_client-0.16.3 → satori_python_client-0.16.4}/src/satori/client/protocol.py +0 -0
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.1
|
|
2
2
|
Name: satori-python-client
|
|
3
|
-
Version: 0.16.
|
|
3
|
+
Version: 0.16.4
|
|
4
4
|
Summary: Satori Protocol SDK for python, specify client part
|
|
5
5
|
Home-page: https://github.com/RF-Tar-Railt/satori-python
|
|
6
6
|
Author-Email: RF-Tar-Railt <rf_tar_railt@qq.com>
|
|
@@ -70,6 +70,13 @@ pip install satori-python-client
|
|
|
70
70
|
pip install satori-python-server
|
|
71
71
|
```
|
|
72
72
|
|
|
73
|
+
### 官方适配器
|
|
74
|
+
|
|
75
|
+
| 适配器 | 安装 |
|
|
76
|
+
|------------|----------------------------------------------|
|
|
77
|
+
| Satori | `pip install satori-python-adapter-satori` |
|
|
78
|
+
| OneBot V11 | `pip install satori-python-adapter-onebot11` |
|
|
79
|
+
|
|
73
80
|
## 使用
|
|
74
81
|
|
|
75
82
|
客户端:
|
|
@@ -45,6 +45,13 @@ pip install satori-python-client
|
|
|
45
45
|
pip install satori-python-server
|
|
46
46
|
```
|
|
47
47
|
|
|
48
|
+
### 官方适配器
|
|
49
|
+
|
|
50
|
+
| 适配器 | 安装 |
|
|
51
|
+
|------------|----------------------------------------------|
|
|
52
|
+
| Satori | `pip install satori-python-adapter-satori` |
|
|
53
|
+
| OneBot V11 | `pip install satori-python-adapter-onebot11` |
|
|
54
|
+
|
|
48
55
|
## 使用
|
|
49
56
|
|
|
50
57
|
客户端:
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{satori_python_client-0.16.3 → satori_python_client-0.16.4}/src/satori/client/network/__init__.py
RENAMED
|
File without changes
|
{satori_python_client-0.16.3 → satori_python_client-0.16.4}/src/satori/client/network/base.py
RENAMED
|
File without changes
|
{satori_python_client-0.16.3 → satori_python_client-0.16.4}/src/satori/client/network/util.py
RENAMED
|
File without changes
|
{satori_python_client-0.16.3 → satori_python_client-0.16.4}/src/satori/client/network/webhook.py
RENAMED
|
File without changes
|
{satori_python_client-0.16.3 → satori_python_client-0.16.4}/src/satori/client/network/websocket.py
RENAMED
|
File without changes
|
|
File without changes
|