coinex-api 0.0.27__py3-none-any.whl → 0.0.28__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.
- coinex/ccxt/__init__.py +1 -1
- coinex/ccxt/async_support/__init__.py +1 -1
- coinex/ccxt/async_support/base/exchange.py +1 -1
- coinex/ccxt/base/errors.py +6 -0
- coinex/ccxt/base/exchange.py +1 -1
- coinex/ccxt/pro/__init__.py +1 -1
- {coinex_api-0.0.27.dist-info → coinex_api-0.0.28.dist-info}/METADATA +1 -1
- {coinex_api-0.0.27.dist-info → coinex_api-0.0.28.dist-info}/RECORD +9 -9
- {coinex_api-0.0.27.dist-info → coinex_api-0.0.28.dist-info}/WHEEL +0 -0
coinex/ccxt/__init__.py
CHANGED
@@ -26,7 +26,7 @@ sys.modules['ccxt'] = ccxt_module
|
|
26
26
|
|
27
27
|
# ----------------------------------------------------------------------------
|
28
28
|
|
29
|
-
__version__ = '4.4.
|
29
|
+
__version__ = '4.4.81'
|
30
30
|
|
31
31
|
# ----------------------------------------------------------------------------
|
32
32
|
|
coinex/ccxt/base/errors.py
CHANGED
@@ -1,3 +1,9 @@
|
|
1
|
+
# ----------------------------------------------------------------------------
|
2
|
+
|
3
|
+
# PLEASE DO NOT EDIT THIS FILE, IT IS GENERATED AND WILL BE OVERWRITTEN:
|
4
|
+
# https://github.com/ccxt/ccxt/blob/master/CONTRIBUTING.md#how-to-contribute-code
|
5
|
+
# EDIT THE CORRESPONDENT .ts FILE INSTEAD
|
6
|
+
|
1
7
|
error_hierarchy = {
|
2
8
|
'BaseError': {
|
3
9
|
'ExchangeError': {
|
coinex/ccxt/base/exchange.py
CHANGED
coinex/ccxt/pro/__init__.py
CHANGED
@@ -1,11 +1,11 @@
|
|
1
1
|
coinex/__init__.py,sha256=d633U2PpNFHvpDWLb3lItS0ObcBN0E2XgS5QkOEejI8,246
|
2
|
-
coinex/ccxt/__init__.py,sha256=
|
2
|
+
coinex/ccxt/__init__.py,sha256=At-IQWTIGRz2Ta7BnK0k_CgILeJeNFqWl1nqguZRTzk,6048
|
3
3
|
coinex/ccxt/coinex.py,sha256=z900_rtENIahJ6h5IVKeMQnG_AvQBoFBUi8nqeyExUc,267343
|
4
4
|
coinex/ccxt/abstract/coinex.py,sha256=4TRXtWgONqkm3eSL55Y5T7Q4QxJrnOTuhP0ugsKHAWo,34856
|
5
|
-
coinex/ccxt/async_support/__init__.py,sha256
|
5
|
+
coinex/ccxt/async_support/__init__.py,sha256=Ijcneeg4xk43oZjpTtXY2nAADkbdBKaBkCpV132lENM,4781
|
6
6
|
coinex/ccxt/async_support/coinex.py,sha256=B-40JNdBoWgj-BCMVrdyCNpTTiN-TTV85d8Hv8WxG6E,268631
|
7
7
|
coinex/ccxt/async_support/base/__init__.py,sha256=aVYSsFi--b4InRs9zDN_wtCpj8odosAB726JdUHavrk,67
|
8
|
-
coinex/ccxt/async_support/base/exchange.py,sha256=
|
8
|
+
coinex/ccxt/async_support/base/exchange.py,sha256=_9pWV9ZPF-h1SpHNhgxLgWiJzTX7HHzkz5SLs0m9bhs,117601
|
9
9
|
coinex/ccxt/async_support/base/throttler.py,sha256=tvDVcdRUVYi8fZRlEcnqtgzcgB_KMUMRs5Pu8tuU-tU,1847
|
10
10
|
coinex/ccxt/async_support/base/ws/__init__.py,sha256=uockzpLuwntKGZbs5EOWFe-Zg-k6Cj7GhNJLc_RX0so,1791
|
11
11
|
coinex/ccxt/async_support/base/ws/aiohttp_client.py,sha256=Y5HxAVXyyYduj6b6SbbUZETlq3GrVMzrkW1r-TMgpb8,6329
|
@@ -18,11 +18,11 @@ coinex/ccxt/async_support/base/ws/order_book.py,sha256=uBUaIHhzMRykpmo4BCsdJ-t_H
|
|
18
18
|
coinex/ccxt/async_support/base/ws/order_book_side.py,sha256=GhnGUt78pJ-AYL_Dq9produGjmBJLCI5FHIRdMz1O-g,6551
|
19
19
|
coinex/ccxt/base/__init__.py,sha256=eTx1OE3HJjspFUQjGm6LBhaQiMKJnXjkdP-JUXknyQ0,1320
|
20
20
|
coinex/ccxt/base/decimal_to_precision.py,sha256=fgWRBzRTtsf3r2INyS4f7WHlzgjB5YM1ekiwqD21aac,6634
|
21
|
-
coinex/ccxt/base/errors.py,sha256=
|
22
|
-
coinex/ccxt/base/exchange.py,sha256=
|
21
|
+
coinex/ccxt/base/errors.py,sha256=MvCrL_sAM3de616T6RE0PSxiF2xV6Qqz5b1y1ghidbk,4888
|
22
|
+
coinex/ccxt/base/exchange.py,sha256=FH-iVwSlHnjyOeUrmp5Jj2VjxDoIXV-0XcT4WM5RwKw,326255
|
23
23
|
coinex/ccxt/base/precise.py,sha256=koce64Yrp6vFbGijJtUt-QQ6XhJgeGTCksZ871FPp_A,8886
|
24
24
|
coinex/ccxt/base/types.py,sha256=SfxIKDSsxP7MPHWiOVI965Nr5NSEPpAno5fuveTRi3w,11423
|
25
|
-
coinex/ccxt/pro/__init__.py,sha256=
|
25
|
+
coinex/ccxt/pro/__init__.py,sha256=UCIMz2XPaGBP2o_GsufxYD99okkxQq2JaF3MQuyYqXY,619
|
26
26
|
coinex/ccxt/pro/coinex.py,sha256=aQ6Xa4ML0PTCgGleDJuhjqntspAREz6XxQwX9IcD6OY,56616
|
27
27
|
coinex/ccxt/static_dependencies/README.md,sha256=3TCvhhn09_Cqf9BDDpao1V7EfKHDpQ6k9oWRsLFixpU,18
|
28
28
|
coinex/ccxt/static_dependencies/__init__.py,sha256=tzFje8cloqmiIE6kola3EaYC0SnD1izWnri69hzHsSw,168
|
@@ -283,6 +283,6 @@ coinex/ccxt/static_dependencies/toolz/curried/exceptions.py,sha256=gKFOHDIayAWnX
|
|
283
283
|
coinex/ccxt/static_dependencies/toolz/curried/operator.py,sha256=ML92mknkAwzBl2NCm-4werSUmJEtSHNY9NSzhseNM9s,525
|
284
284
|
coinex/ccxt/static_dependencies/typing_inspect/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
285
285
|
coinex/ccxt/static_dependencies/typing_inspect/typing_inspect.py,sha256=5gIWomLPfuDpgd3gX1GlnX0MuXM3VorR4j2W2qXORiQ,28269
|
286
|
-
coinex_api-0.0.
|
287
|
-
coinex_api-0.0.
|
288
|
-
coinex_api-0.0.
|
286
|
+
coinex_api-0.0.28.dist-info/METADATA,sha256=r5I4_vVkIdYeCFvDbqQCGeZ9-NcN4PuZVEs6eYu4qTQ,19969
|
287
|
+
coinex_api-0.0.28.dist-info/WHEEL,sha256=qtCwoSJWgHk21S1Kb4ihdzI2rlJ1ZKaIurTj_ngOhyQ,87
|
288
|
+
coinex_api-0.0.28.dist-info/RECORD,,
|
File without changes
|