crypto-com-sdk 0.0.8__py3-none-any.whl → 0.0.9__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.
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: crypto_com_sdk
3
- Version: 0.0.8
3
+ Version: 0.0.9
4
4
  Summary: cryptocom 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 crypto-com-sdk
38
38
  ### Sync
39
39
 
40
40
  ```Python
41
- from crypto_com_sdk import CryptocomSync
41
+ from cryptocom import CryptocomSync
42
42
 
43
43
  def main():
44
44
  instance = CryptocomSync({})
@@ -53,7 +53,7 @@ def main():
53
53
 
54
54
  ```Python
55
55
  import asyncio
56
- from crypto_com_sdk import CryptocomAsync
56
+ from cryptocom import CryptocomAsync
57
57
 
58
58
  async def main():
59
59
  instance = CryptocomAsync({})
@@ -69,7 +69,7 @@ asyncio.run(main())
69
69
  ### Websockets
70
70
 
71
71
  ```Python
72
- from crypto_com_sdk import CryptocomWs
72
+ from cryptocom import CryptocomWs
73
73
 
74
74
  async def main():
75
75
  instance = CryptocomWs({})
@@ -0,0 +1,3 @@
1
+ crypto_com_sdk-0.0.9.dist-info/METADATA,sha256=L1a2G01d3moO_rfVeNFPRn00IL4AXbRewd0VoRRXqAA,2123
2
+ crypto_com_sdk-0.0.9.dist-info/WHEEL,sha256=qtCwoSJWgHk21S1Kb4ihdzI2rlJ1ZKaIurTj_ngOhyQ,87
3
+ crypto_com_sdk-0.0.9.dist-info/RECORD,,
@@ -1,3 +0,0 @@
1
- crypto_com_sdk-0.0.8.dist-info/METADATA,sha256=YaZtOhH4kPRIAhPBgwTUL8lHSQIiECJnbzZaOJi1ljA,2138
2
- crypto_com_sdk-0.0.8.dist-info/WHEEL,sha256=qtCwoSJWgHk21S1Kb4ihdzI2rlJ1ZKaIurTj_ngOhyQ,87
3
- crypto_com_sdk-0.0.8.dist-info/RECORD,,