kucoin-api 0.0.2__py3-none-any.whl → 0.0.4__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.
Potentially problematic release.
This version of kucoin-api might be problematic. Click here for more details.
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: kucoin_api
|
|
3
|
-
Version: 0.0.
|
|
4
|
-
Summary:
|
|
3
|
+
Version: 0.0.4
|
|
4
|
+
Summary: kucoin exchange api client
|
|
5
5
|
Project-URL: Homepage, https://github.com/ccxt/ccxt
|
|
6
6
|
Project-URL: Issues, https://github.com/ccxt/ccxt
|
|
7
7
|
Author-email: Example Author <author@example.com>
|
|
@@ -32,7 +32,7 @@ pip install kucoin-api
|
|
|
32
32
|
### Async
|
|
33
33
|
|
|
34
34
|
```Python
|
|
35
|
-
from
|
|
35
|
+
from kucoin_api import KucoinAsync
|
|
36
36
|
|
|
37
37
|
async def main():
|
|
38
38
|
instance = KucoinAsync({})
|
|
@@ -42,7 +42,7 @@ async def main():
|
|
|
42
42
|
### Sync
|
|
43
43
|
|
|
44
44
|
```Python
|
|
45
|
-
from
|
|
45
|
+
from kucoin_api import KucoinSync
|
|
46
46
|
|
|
47
47
|
def main():
|
|
48
48
|
instance = KucoinSync({})
|
|
@@ -52,7 +52,7 @@ def main():
|
|
|
52
52
|
### Websockets
|
|
53
53
|
|
|
54
54
|
```Python
|
|
55
|
-
from
|
|
55
|
+
from kucoin_api import KucoinWs
|
|
56
56
|
|
|
57
57
|
async def main():
|
|
58
58
|
instance = KucoinWs({})
|
|
@@ -283,6 +283,6 @@ kucoin_api/ccxt/static_dependencies/toolz/curried/exceptions.py,sha256=gKFOHDIay
|
|
|
283
283
|
kucoin_api/ccxt/static_dependencies/toolz/curried/operator.py,sha256=ML92mknkAwzBl2NCm-4werSUmJEtSHNY9NSzhseNM9s,525
|
|
284
284
|
kucoin_api/ccxt/static_dependencies/typing_inspect/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
285
285
|
kucoin_api/ccxt/static_dependencies/typing_inspect/typing_inspect.py,sha256=5gIWomLPfuDpgd3gX1GlnX0MuXM3VorR4j2W2qXORiQ,28269
|
|
286
|
-
kucoin_api-0.0.
|
|
287
|
-
kucoin_api-0.0.
|
|
288
|
-
kucoin_api-0.0.
|
|
286
|
+
kucoin_api-0.0.4.dist-info/METADATA,sha256=D_tGnJd1vnXKuWCTfFBrZxsmlfxwqmCfoMtuAsIheVs,1431
|
|
287
|
+
kucoin_api-0.0.4.dist-info/WHEEL,sha256=qtCwoSJWgHk21S1Kb4ihdzI2rlJ1ZKaIurTj_ngOhyQ,87
|
|
288
|
+
kucoin_api-0.0.4.dist-info/RECORD,,
|
|
File without changes
|