bitmart 0.0.63__py3-none-any.whl → 0.0.65__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 bitmart might be problematic. Click here for more details.

bitmart/ccxt/__init__.py CHANGED
@@ -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.bitmart import bitmart # noqa: F401
91
+ from ccxt.kuna import kuna # noqa: F401
91
92
 
92
- exchanges = [ 'bitmart',]
93
+ exchanges = [ 'bitmart', 'kuna',]
93
94
 
94
95
  base = [
95
96
  'Exchange',
@@ -68,8 +68,9 @@ from ccxt.base.errors import error_hierarchy # noqa: F4
68
68
 
69
69
 
70
70
  from ccxt.async_support.bitmart import bitmart # noqa: F401
71
+ from ccxt.async_support.kuna import kuna # noqa: F401
71
72
 
72
- exchanges = [ 'bitmart',]
73
+ exchanges = [ 'bitmart', 'kuna',]
73
74
 
74
75
  base = [
75
76
  'Exchange',
@@ -79,6 +79,10 @@ from ccxt.base.errors import error_hierarchy # noqa: F4
79
79
 
80
80
 
81
81
 
82
+
83
+
84
+
85
+
82
86
 
83
87
 
84
88
 
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: bitmart
3
- Version: 0.0.63
3
+ Version: 0.0.65
4
4
  Summary: bitmart crypto exchange api client
5
5
  Project-URL: Homepage, https://github.com/ccxt/ccxt
6
6
  Project-URL: Issues, https://github.com/ccxt/ccxt
@@ -1,8 +1,8 @@
1
1
  bitmart/__init__.py,sha256=DRRGWQ_AXzv_ztbAPzIZ0ID_zHfKYZID66sOb-SJ3eM,258
2
- bitmart/ccxt/__init__.py,sha256=1tX40k2Jb0GXRvumlZAiFN2HJZN7hzlW7OEmbtA-v_I,6050
2
+ bitmart/ccxt/__init__.py,sha256=5JGf8rHHoJ-uo8orTcB38I-ZRkqSkI0MlKSLXTf5Ddo,6144
3
3
  bitmart/ccxt/bitmart.py,sha256=8LbVvV2whAFi4WNythAlWGuzGqhKmavqOJwmKqinSLo,248228
4
4
  bitmart/ccxt/abstract/bitmart.py,sha256=er1v0vWmX1-eus1XP5EyQCsmDS5LHVCUGEHqwvZuxyU,17395
5
- bitmart/ccxt/async_support/__init__.py,sha256=pXp_QlXBoD-i76FtMPLQLRzVkYb6fEQgk7kAaV0_X74,4783
5
+ bitmart/ccxt/async_support/__init__.py,sha256=Uxj-OurO8aLK5c20iYP9A_MgtFey2I4ZfQ5v7BsR6Ys,4887
6
6
  bitmart/ccxt/async_support/bitmart.py,sha256=8U1WC9fD8CLJFJC85wHZyZuf0XihYL4DubW3ZTtVEac,249352
7
7
  bitmart/ccxt/async_support/base/__init__.py,sha256=aVYSsFi--b4InRs9zDN_wtCpj8odosAB726JdUHavrk,67
8
8
  bitmart/ccxt/async_support/base/exchange.py,sha256=ez6SSEp3QG4HwJ3H4qAFmC4mHA9IVz_gEaReL_Z3kzM,118577
@@ -21,7 +21,7 @@ bitmart/ccxt/base/errors.py,sha256=MvCrL_sAM3de616T6RE0PSxiF2xV6Qqz5b1y1ghidbk,4
21
21
  bitmart/ccxt/base/exchange.py,sha256=w3T16lJ5Ii89lYzC5xpr_tZqilvTWgcF6D9WKfRfzzI,328021
22
22
  bitmart/ccxt/base/precise.py,sha256=koce64Yrp6vFbGijJtUt-QQ6XhJgeGTCksZ871FPp_A,8886
23
23
  bitmart/ccxt/base/types.py,sha256=IbLO7Ni-plO36xlOdJQFqujSJBq0q9qll009ShZ0M_U,11468
24
- bitmart/ccxt/pro/__init__.py,sha256=2KnIsGHEwEKFnBsdqIe57sdNDfqBy4HImvx8DBqwlCU,4121
24
+ bitmart/ccxt/pro/__init__.py,sha256=otrro2JjkOUMqV-abc5pAeeBSz2aJzJ4qmNG2bBkq30,4125
25
25
  bitmart/ccxt/pro/bitmart.py,sha256=-iCp2w0UXeNrro_TcyVyJvsaTFXtq92nEP4h7hq-F-w,67253
26
26
  bitmart/ccxt/static_dependencies/README.md,sha256=3TCvhhn09_Cqf9BDDpao1V7EfKHDpQ6k9oWRsLFixpU,18
27
27
  bitmart/ccxt/static_dependencies/__init__.py,sha256=tzFje8cloqmiIE6kola3EaYC0SnD1izWnri69hzHsSw,168
@@ -282,6 +282,6 @@ bitmart/ccxt/static_dependencies/toolz/curried/exceptions.py,sha256=gKFOHDIayAWn
282
282
  bitmart/ccxt/static_dependencies/toolz/curried/operator.py,sha256=ML92mknkAwzBl2NCm-4werSUmJEtSHNY9NSzhseNM9s,525
283
283
  bitmart/ccxt/static_dependencies/typing_inspect/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
284
284
  bitmart/ccxt/static_dependencies/typing_inspect/typing_inspect.py,sha256=5gIWomLPfuDpgd3gX1GlnX0MuXM3VorR4j2W2qXORiQ,28269
285
- bitmart-0.0.63.dist-info/METADATA,sha256=4_0t1U4QNkcIaQxfT5ZszoIJ6yIpe0bA0efVg6LsoGM,15156
286
- bitmart-0.0.63.dist-info/WHEEL,sha256=qtCwoSJWgHk21S1Kb4ihdzI2rlJ1ZKaIurTj_ngOhyQ,87
287
- bitmart-0.0.63.dist-info/RECORD,,
285
+ bitmart-0.0.65.dist-info/METADATA,sha256=HFFeSiFirf-OB_Kg49PvA6_ECIko2dcHs0YCD--D1mk,15156
286
+ bitmart-0.0.65.dist-info/WHEEL,sha256=qtCwoSJWgHk21S1Kb4ihdzI2rlJ1ZKaIurTj_ngOhyQ,87
287
+ bitmart-0.0.65.dist-info/RECORD,,