bitmex-api 0.0.81__py3-none-any.whl → 0.0.82__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 +1 -1
- bitmex/ccxt/async_support/__init__.py +1 -1
- bitmex/ccxt/async_support/base/exchange.py +2 -2
- bitmex/ccxt/base/errors.py +6 -0
- bitmex/ccxt/base/exchange.py +1 -1
- bitmex/ccxt/pro/__init__.py +1 -1
- {bitmex_api-0.0.81.dist-info → bitmex_api-0.0.82.dist-info}/METADATA +1 -1
- {bitmex_api-0.0.81.dist-info → bitmex_api-0.0.82.dist-info}/RECORD +9 -9
- {bitmex_api-0.0.81.dist-info → bitmex_api-0.0.82.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.
|
29
|
+
__version__ = '4.5.0'
|
30
30
|
|
31
31
|
# ----------------------------------------------------------------------------
|
32
32
|
|
@@ -2,7 +2,7 @@
|
|
2
2
|
|
3
3
|
# -----------------------------------------------------------------------------
|
4
4
|
|
5
|
-
__version__ = '4.
|
5
|
+
__version__ = '4.5.0'
|
6
6
|
|
7
7
|
# -----------------------------------------------------------------------------
|
8
8
|
|
@@ -585,7 +585,7 @@ class Exchange(BaseExchange):
|
|
585
585
|
|
586
586
|
def decode_proto_msg(self, data):
|
587
587
|
if not MessageToDict:
|
588
|
-
raise NotSupported(self.id + ' requires protobuf to decode messages, please install it with `pip install "protobuf==5.29.
|
588
|
+
raise NotSupported(self.id + ' requires protobuf to decode messages, please install it with `pip install "protobuf==5.29.5"`')
|
589
589
|
message = PushDataV3ApiWrapper_pb2.PushDataV3ApiWrapper()
|
590
590
|
message.ParseFromString(data)
|
591
591
|
dict_msg = MessageToDict(message)
|
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
@@ -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=iU-6sMVzJCVtz5ZPd9VjPP2Bo-miO1Yyp4p0J7wspaA,6130
|
3
3
|
bitmex/ccxt/bitmex.py,sha256=iujObuZVbUTHolZ4xLPNCzNCrLcZ5uY37i8v9Ct1BqU,131991
|
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=90I2_zGiVxxnBFzKzbdb5yRv2Gf4GVuy1WrHSXn2E60,4863
|
6
6
|
bitmex/ccxt/async_support/bitmex.py,sha256=orTQgQSEVIsd30_ZxDsebV_GTLumfm0AcrwHp9_EgMI,132569
|
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=YMd_vhLNV7Ay-PhgjeEmksr2-wUhQk6TSj_gsaJhLYg,121268
|
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/cache.py,sha256=xf2VOtfUwloxSlIQ39M1RGZHWQzyS9IGhB5NX6cDcAc,8370
|
@@ -16,11 +16,11 @@ bitmex/ccxt/async_support/base/ws/order_book.py,sha256=uBUaIHhzMRykpmo4BCsdJ-t_H
|
|
16
16
|
bitmex/ccxt/async_support/base/ws/order_book_side.py,sha256=GhnGUt78pJ-AYL_Dq9produGjmBJLCI5FHIRdMz1O-g,6551
|
17
17
|
bitmex/ccxt/base/__init__.py,sha256=eTx1OE3HJjspFUQjGm6LBhaQiMKJnXjkdP-JUXknyQ0,1320
|
18
18
|
bitmex/ccxt/base/decimal_to_precision.py,sha256=3XI30u9YudHbTA438397u5rkdlXa3atxwZEfUus3C4k,6803
|
19
|
-
bitmex/ccxt/base/errors.py,sha256=
|
20
|
-
bitmex/ccxt/base/exchange.py,sha256=
|
19
|
+
bitmex/ccxt/base/errors.py,sha256=OGhWNvNtRlJOzFx-n1x3ZjTnaPpfWH0Vc0xACS-MeDw,5012
|
20
|
+
bitmex/ccxt/base/exchange.py,sha256=W1B4s4X8fIXF9lvAte_LmBb8FYHtFF0qATcJgBfXEYA,334124
|
21
21
|
bitmex/ccxt/base/precise.py,sha256=koce64Yrp6vFbGijJtUt-QQ6XhJgeGTCksZ871FPp_A,8886
|
22
22
|
bitmex/ccxt/base/types.py,sha256=Gvbogh9i7pPH7Z18xesYeDPribqqwq8uKpOv-YODFBs,11505
|
23
|
-
bitmex/ccxt/pro/__init__.py,sha256=
|
23
|
+
bitmex/ccxt/pro/__init__.py,sha256=5epskQsJ3H4t0zPQAfpM1TvHo-Hs2QgydZBOF_aofM4,4177
|
24
24
|
bitmex/ccxt/pro/bitmex.py,sha256=B_6fmefZ4ztkO4muO2hDJeQVBUMOCt7SaQUX7RuDpm4,74700
|
25
25
|
bitmex/ccxt/static_dependencies/README.md,sha256=3TCvhhn09_Cqf9BDDpao1V7EfKHDpQ6k9oWRsLFixpU,18
|
26
26
|
bitmex/ccxt/static_dependencies/__init__.py,sha256=tzFje8cloqmiIE6kola3EaYC0SnD1izWnri69hzHsSw,168
|
@@ -281,6 +281,6 @@ bitmex/ccxt/static_dependencies/toolz/curried/exceptions.py,sha256=gKFOHDIayAWnX
|
|
281
281
|
bitmex/ccxt/static_dependencies/toolz/curried/operator.py,sha256=ML92mknkAwzBl2NCm-4werSUmJEtSHNY9NSzhseNM9s,525
|
282
282
|
bitmex/ccxt/static_dependencies/typing_inspect/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
283
283
|
bitmex/ccxt/static_dependencies/typing_inspect/typing_inspect.py,sha256=5gIWomLPfuDpgd3gX1GlnX0MuXM3VorR4j2W2qXORiQ,28269
|
284
|
-
bitmex_api-0.0.
|
285
|
-
bitmex_api-0.0.
|
286
|
-
bitmex_api-0.0.
|
284
|
+
bitmex_api-0.0.82.dist-info/METADATA,sha256=5aRUfg-Kz6pRLoA8xbCCJCIHoBr7S93FGjzUnFF9F8Q,10822
|
285
|
+
bitmex_api-0.0.82.dist-info/WHEEL,sha256=qtCwoSJWgHk21S1Kb4ihdzI2rlJ1ZKaIurTj_ngOhyQ,87
|
286
|
+
bitmex_api-0.0.82.dist-info/RECORD,,
|
File without changes
|