worqhat 3.1.0__py3-none-any.whl → 3.2.0__py3-none-any.whl
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.
worqhat/_version.py
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.3
|
|
2
2
|
Name: worqhat
|
|
3
|
-
Version: 3.
|
|
3
|
+
Version: 3.2.0
|
|
4
4
|
Summary: The official Python library for the worqhat API
|
|
5
5
|
Project-URL: Homepage, https://github.com/WorqHat/worqhat-python-sdk
|
|
6
6
|
Project-URL: Repository, https://github.com/WorqHat/worqhat-python-sdk
|
|
@@ -52,7 +52,7 @@ The REST API documentation can be found on [docs.worqhat.com](https://docs.worqh
|
|
|
52
52
|
|
|
53
53
|
```sh
|
|
54
54
|
# install from PyPI
|
|
55
|
-
pip install
|
|
55
|
+
pip install worqhat
|
|
56
56
|
```
|
|
57
57
|
|
|
58
58
|
## Usage
|
|
@@ -108,7 +108,7 @@ You can enable this by installing `aiohttp`:
|
|
|
108
108
|
|
|
109
109
|
```sh
|
|
110
110
|
# install from PyPI
|
|
111
|
-
pip install
|
|
111
|
+
pip install worqhat[aiohttp]
|
|
112
112
|
```
|
|
113
113
|
|
|
114
114
|
Then you can enable it by instantiating the client with `http_client=DefaultAioHttpClient()`:
|
|
@@ -11,7 +11,7 @@ worqhat/_resource.py,sha256=2r0Ilj0AtogNG1TdsG6biEPWD5Ihgf1hOE51PwMEpyQ,1106
|
|
|
11
11
|
worqhat/_response.py,sha256=NBeCvMH3I_Zr6-Gp_8aE-S7TtNphvnw_gTlK53-lew0,28794
|
|
12
12
|
worqhat/_streaming.py,sha256=h3n2sOPN_iuD2DUno9BKZt0wT_F7GRZHcotRI5yuI0s,10104
|
|
13
13
|
worqhat/_types.py,sha256=RLnhzVhf9Dvl-6kTVf8TKfUOc0O9QR6J1A0se5vLcXA,6198
|
|
14
|
-
worqhat/_version.py,sha256=
|
|
14
|
+
worqhat/_version.py,sha256=IUzACT4iGrz2I-aFde50BiTsD5aD_nlcgW7mUG0M9lI,159
|
|
15
15
|
worqhat/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
16
16
|
worqhat/_utils/__init__.py,sha256=PNZ_QJuzZEgyYXqkO1HVhGkj5IU9bglVUcw7H-Knjzw,2062
|
|
17
17
|
worqhat/_utils/_logs.py,sha256=cb3jsbICK0cXrlqMRi4y96MiJuqk5_rQy3ujWtoZTJU,777
|
|
@@ -32,7 +32,7 @@ worqhat/types/flow_retrieve_metrics_params.py,sha256=QMdN5LYYNSOXMBWLVLV0vMFLXIy
|
|
|
32
32
|
worqhat/types/flow_retrieve_metrics_response.py,sha256=GajGYlbav9SVM0jF8RGzaHICtt6OIDlfid1sIP1oY0Q,1297
|
|
33
33
|
worqhat/types/health_check_response.py,sha256=29tvzgqsy6wVfFwVunK5ouzSYeZGEUnQQuQpAQGsoxI,885
|
|
34
34
|
worqhat/types/retrieve_server_info_response.py,sha256=9NDQ1MOKfU02tTlMcigQbjgUogqzrjmhmPir-77ftFY,342
|
|
35
|
-
worqhat-3.
|
|
36
|
-
worqhat-3.
|
|
37
|
-
worqhat-3.
|
|
38
|
-
worqhat-3.
|
|
35
|
+
worqhat-3.2.0.dist-info/METADATA,sha256=NVoBsU8lFaVfwUQZzYwQUx5e4OYmK1Yxp-inx3ptfI4,13519
|
|
36
|
+
worqhat-3.2.0.dist-info/WHEEL,sha256=C2FUgwZgiLbznR-k0b_5k3Ai_1aASOXDss3lzCUsUug,87
|
|
37
|
+
worqhat-3.2.0.dist-info/licenses/LICENSE,sha256=UwMftLIOitTJWtJ9bowByxdt9ZSFqmmb43oQosW5xiU,11337
|
|
38
|
+
worqhat-3.2.0.dist-info/RECORD,,
|
|
File without changes
|
|
File without changes
|