mexc-exchange-api 0.0.9__py3-none-any.whl → 0.0.11__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 mexc-exchange-api might be problematic. Click here for more details.

@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: mexc_exchange_api
3
- Version: 0.0.9
3
+ Version: 0.0.11
4
4
  Summary: mexc crypto exchange api client
5
5
  Project-URL: Homepage, https://github.com/ccxt/ccxt
6
6
  Project-URL: Issues, https://github.com/ccxt/ccxt
@@ -38,7 +38,7 @@ pip install mexc-exchange-api
38
38
  ### Sync
39
39
 
40
40
  ```Python
41
- from mexc_exchange_api import MexcSync
41
+ from mexc import MexcSync
42
42
 
43
43
  def main():
44
44
  instance = MexcSync({})
@@ -53,7 +53,7 @@ def main():
53
53
 
54
54
  ```Python
55
55
  import asyncio
56
- from mexc_exchange_api import MexcAsync
56
+ from mexc import MexcAsync
57
57
 
58
58
  async def main():
59
59
  instance = MexcAsync({})
@@ -69,7 +69,7 @@ asyncio.run(main())
69
69
  ### Websockets
70
70
 
71
71
  ```Python
72
- from mexc_exchange_api import MexcWs
72
+ from mexc import MexcWs
73
73
 
74
74
  async def main():
75
75
  instance = MexcWs({})
@@ -0,0 +1,3 @@
1
+ mexc_exchange_api-0.0.11.dist-info/METADATA,sha256=uvPz3NzkSeQYw9rkuBl9BITclFXanwveCxzs1UD-8Zw,2060
2
+ mexc_exchange_api-0.0.11.dist-info/WHEEL,sha256=qtCwoSJWgHk21S1Kb4ihdzI2rlJ1ZKaIurTj_ngOhyQ,87
3
+ mexc_exchange_api-0.0.11.dist-info/RECORD,,
@@ -1,3 +0,0 @@
1
- mexc_exchange_api-0.0.9.dist-info/METADATA,sha256=GMtq8uUtxhDb3Go3vialqIqjBilo_3WvnD-jCrH93vM,2098
2
- mexc_exchange_api-0.0.9.dist-info/WHEEL,sha256=qtCwoSJWgHk21S1Kb4ihdzI2rlJ1ZKaIurTj_ngOhyQ,87
3
- mexc_exchange_api-0.0.9.dist-info/RECORD,,