bitmex-api 0.0.61__py3-none-any.whl → 0.0.63__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.
- bitmex/ccxt/__init__.py +3 -2
- bitmex/ccxt/async_support/__init__.py +3 -2
- bitmex/ccxt/async_support/base/exchange.py +1 -1
- bitmex/ccxt/base/errors.py +6 -0
- bitmex/ccxt/base/exchange.py +1 -1
- bitmex/ccxt/pro/__init__.py +9 -1
- {bitmex_api-0.0.61.dist-info → bitmex_api-0.0.63.dist-info}/METADATA +1 -1
- {bitmex_api-0.0.61.dist-info → bitmex_api-0.0.63.dist-info}/RECORD +9 -9
- {bitmex_api-0.0.61.dist-info → bitmex_api-0.0.63.dist-info}/WHEEL +0 -0
bitmex/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.85'
|
30
30
|
|
31
31
|
# ----------------------------------------------------------------------------
|
32
32
|
|
@@ -88,8 +88,9 @@ from ccxt.base.errors import UnsubscribeError # noqa: F4
|
|
88
88
|
from ccxt.base.errors import error_hierarchy # noqa: F401
|
89
89
|
|
90
90
|
from ccxt.bitmex import bitmex # noqa: F401
|
91
|
+
from ccxt.kuna import kuna # noqa: F401
|
91
92
|
|
92
|
-
exchanges = [ 'bitmex',]
|
93
|
+
exchanges = [ 'bitmex', 'kuna',]
|
93
94
|
|
94
95
|
base = [
|
95
96
|
'Exchange',
|
@@ -8,7 +8,7 @@ sys.modules['ccxt'] = ccxt_module
|
|
8
8
|
|
9
9
|
# -----------------------------------------------------------------------------
|
10
10
|
|
11
|
-
__version__ = '4.4.
|
11
|
+
__version__ = '4.4.85'
|
12
12
|
|
13
13
|
# -----------------------------------------------------------------------------
|
14
14
|
|
@@ -68,8 +68,9 @@ from ccxt.base.errors import error_hierarchy # noqa: F4
|
|
68
68
|
|
69
69
|
|
70
70
|
from ccxt.async_support.bitmex import bitmex # noqa: F401
|
71
|
+
from ccxt.async_support.kuna import kuna # noqa: F401
|
71
72
|
|
72
|
-
exchanges = [ 'bitmex',]
|
73
|
+
exchanges = [ 'bitmex', 'kuna',]
|
73
74
|
|
74
75
|
base = [
|
75
76
|
'Exchange',
|
bitmex/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': {
|
bitmex/ccxt/base/exchange.py
CHANGED
bitmex/ccxt/pro/__init__.py
CHANGED
@@ -8,7 +8,7 @@ sys.modules['ccxt'] = ccxt_module
|
|
8
8
|
|
9
9
|
# ----------------------------------------------------------------------------
|
10
10
|
|
11
|
-
__version__ = '4.4.
|
11
|
+
__version__ = '4.4.85'
|
12
12
|
|
13
13
|
# ----------------------------------------------------------------------------
|
14
14
|
|
@@ -71,6 +71,14 @@ from ccxt.base.errors import error_hierarchy # noqa: F4
|
|
71
71
|
|
72
72
|
|
73
73
|
|
74
|
+
|
75
|
+
|
76
|
+
|
77
|
+
|
78
|
+
|
79
|
+
|
80
|
+
|
81
|
+
|
74
82
|
|
75
83
|
|
76
84
|
|
@@ -1,11 +1,11 @@
|
|
1
1
|
bitmex/__init__.py,sha256=YoXAuxG_VioYinNV_H2dBOxO7R1bhKl6aL_6s6TfuWg,246
|
2
|
-
bitmex/ccxt/__init__.py,sha256=
|
2
|
+
bitmex/ccxt/__init__.py,sha256=HSVkQ6UwBT_D2MC-8qBPPboVum1v7IsatFsPvsae1kM,6142
|
3
3
|
bitmex/ccxt/bitmex.py,sha256=U7MzNIUW_YBtBH2pMXOXPZ9oo25j2n_-iAwDWSDpd58,131801
|
4
4
|
bitmex/ccxt/abstract/bitmex.py,sha256=v15OP-vSO_eotD6KVf1BgKrbPxCPl2eXXYIuzWF1dl4,10774
|
5
|
-
bitmex/ccxt/async_support/__init__.py,sha256=
|
5
|
+
bitmex/ccxt/async_support/__init__.py,sha256=IFOfl_NmTMFCAn9frG-9h0cUlOiGHo8sHBPwfHHGa6o,4885
|
6
6
|
bitmex/ccxt/async_support/bitmex.py,sha256=ySXncjhPs47qdGGkNgjZppMIfHf4UmqKOungNwz-EQk,132379
|
7
7
|
bitmex/ccxt/async_support/base/__init__.py,sha256=aVYSsFi--b4InRs9zDN_wtCpj8odosAB726JdUHavrk,67
|
8
|
-
bitmex/ccxt/async_support/base/exchange.py,sha256=
|
8
|
+
bitmex/ccxt/async_support/base/exchange.py,sha256=ez6SSEp3QG4HwJ3H4qAFmC4mHA9IVz_gEaReL_Z3kzM,118577
|
9
9
|
bitmex/ccxt/async_support/base/throttler.py,sha256=tvDVcdRUVYi8fZRlEcnqtgzcgB_KMUMRs5Pu8tuU-tU,1847
|
10
10
|
bitmex/ccxt/async_support/base/ws/__init__.py,sha256=uockzpLuwntKGZbs5EOWFe-Zg-k6Cj7GhNJLc_RX0so,1791
|
11
11
|
bitmex/ccxt/async_support/base/ws/aiohttp_client.py,sha256=Y5HxAVXyyYduj6b6SbbUZETlq3GrVMzrkW1r-TMgpb8,6329
|
@@ -17,11 +17,11 @@ bitmex/ccxt/async_support/base/ws/order_book.py,sha256=uBUaIHhzMRykpmo4BCsdJ-t_H
|
|
17
17
|
bitmex/ccxt/async_support/base/ws/order_book_side.py,sha256=GhnGUt78pJ-AYL_Dq9produGjmBJLCI5FHIRdMz1O-g,6551
|
18
18
|
bitmex/ccxt/base/__init__.py,sha256=eTx1OE3HJjspFUQjGm6LBhaQiMKJnXjkdP-JUXknyQ0,1320
|
19
19
|
bitmex/ccxt/base/decimal_to_precision.py,sha256=fgWRBzRTtsf3r2INyS4f7WHlzgjB5YM1ekiwqD21aac,6634
|
20
|
-
bitmex/ccxt/base/errors.py,sha256=
|
21
|
-
bitmex/ccxt/base/exchange.py,sha256=
|
20
|
+
bitmex/ccxt/base/errors.py,sha256=MvCrL_sAM3de616T6RE0PSxiF2xV6Qqz5b1y1ghidbk,4888
|
21
|
+
bitmex/ccxt/base/exchange.py,sha256=w3T16lJ5Ii89lYzC5xpr_tZqilvTWgcF6D9WKfRfzzI,328021
|
22
22
|
bitmex/ccxt/base/precise.py,sha256=koce64Yrp6vFbGijJtUt-QQ6XhJgeGTCksZ871FPp_A,8886
|
23
23
|
bitmex/ccxt/base/types.py,sha256=IbLO7Ni-plO36xlOdJQFqujSJBq0q9qll009ShZ0M_U,11468
|
24
|
-
bitmex/ccxt/pro/__init__.py,sha256=
|
24
|
+
bitmex/ccxt/pro/__init__.py,sha256=9t4qr8MBr3vb_FX863YQ4KL9TOAen1Nvv8rtF26OOQs,4123
|
25
25
|
bitmex/ccxt/pro/bitmex.py,sha256=5gpicgex_am9Km9ZsZpMKBSKX-SFFAD3PPuv9r-nNdA,74693
|
26
26
|
bitmex/ccxt/static_dependencies/README.md,sha256=3TCvhhn09_Cqf9BDDpao1V7EfKHDpQ6k9oWRsLFixpU,18
|
27
27
|
bitmex/ccxt/static_dependencies/__init__.py,sha256=tzFje8cloqmiIE6kola3EaYC0SnD1izWnri69hzHsSw,168
|
@@ -282,6 +282,6 @@ bitmex/ccxt/static_dependencies/toolz/curried/exceptions.py,sha256=gKFOHDIayAWnX
|
|
282
282
|
bitmex/ccxt/static_dependencies/toolz/curried/operator.py,sha256=ML92mknkAwzBl2NCm-4werSUmJEtSHNY9NSzhseNM9s,525
|
283
283
|
bitmex/ccxt/static_dependencies/typing_inspect/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
284
284
|
bitmex/ccxt/static_dependencies/typing_inspect/typing_inspect.py,sha256=5gIWomLPfuDpgd3gX1GlnX0MuXM3VorR4j2W2qXORiQ,28269
|
285
|
-
bitmex_api-0.0.
|
286
|
-
bitmex_api-0.0.
|
287
|
-
bitmex_api-0.0.
|
285
|
+
bitmex_api-0.0.63.dist-info/METADATA,sha256=X98TwAeQzxdcLyFyuK0nKkkh2IX-OdrCYb90WCpowPI,10822
|
286
|
+
bitmex_api-0.0.63.dist-info/WHEEL,sha256=qtCwoSJWgHk21S1Kb4ihdzI2rlJ1ZKaIurTj_ngOhyQ,87
|
287
|
+
bitmex_api-0.0.63.dist-info/RECORD,,
|
File without changes
|