bitunix-automated-crypto-trading 2.6.7__py3-none-any.whl → 2.6.8__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.
- bitunix_automated_crypto_trading/AsyncThreadRunner.py +81 -81
- bitunix_automated_crypto_trading/BitunixApi.py +278 -278
- bitunix_automated_crypto_trading/BitunixSignal.py +1099 -1099
- bitunix_automated_crypto_trading/BitunixWebSocket.py +254 -254
- bitunix_automated_crypto_trading/DataFrameHtmlRenderer.py +74 -74
- bitunix_automated_crypto_trading/NotificationManager.py +23 -23
- bitunix_automated_crypto_trading/ThreadManager.py +68 -68
- bitunix_automated_crypto_trading/TickerManager.py +635 -635
- bitunix_automated_crypto_trading/bitunix.py +597 -594
- bitunix_automated_crypto_trading/config.py +90 -90
- bitunix_automated_crypto_trading/logger.py +84 -84
- {bitunix_automated_crypto_trading-2.6.7.dist-info → bitunix_automated_crypto_trading-2.6.8.dist-info}/METADATA +36 -36
- bitunix_automated_crypto_trading-2.6.8.dist-info/RECORD +17 -0
- bitunix_automated_crypto_trading/config.txt +0 -60
- bitunix_automated_crypto_trading/sampleenv.txt +0 -5
- bitunix_automated_crypto_trading/static/chart.css +0 -28
- bitunix_automated_crypto_trading/static/chart.js +0 -362
- bitunix_automated_crypto_trading/static/modal.css +0 -68
- bitunix_automated_crypto_trading/static/modal.js +0 -147
- bitunix_automated_crypto_trading/static/script.js +0 -166
- bitunix_automated_crypto_trading/static/styles.css +0 -118
- bitunix_automated_crypto_trading/templates/charts.html +0 -98
- bitunix_automated_crypto_trading/templates/login.html +0 -19
- bitunix_automated_crypto_trading/templates/main.html +0 -551
- bitunix_automated_crypto_trading/templates/modal-chart.html +0 -26
- bitunix_automated_crypto_trading/templates/modal-config.html +0 -34
- bitunix_automated_crypto_trading/templates/modal-logs.html +0 -15
- bitunix_automated_crypto_trading-2.6.7.dist-info/RECORD +0 -31
- {bitunix_automated_crypto_trading-2.6.7.dist-info → bitunix_automated_crypto_trading-2.6.8.dist-info}/WHEEL +0 -0
- {bitunix_automated_crypto_trading-2.6.7.dist-info → bitunix_automated_crypto_trading-2.6.8.dist-info}/entry_points.txt +0 -0
- {bitunix_automated_crypto_trading-2.6.7.dist-info → bitunix_automated_crypto_trading-2.6.8.dist-info}/top_level.txt +0 -0
@@ -1,31 +0,0 @@
|
|
1
|
-
bitunix_automated_crypto_trading/AsyncThreadRunner.py,sha256=PrTxq0ZKk5otYyeZCod0L1GN0ykajOxaccr2Tzcwxlk,3224
|
2
|
-
bitunix_automated_crypto_trading/BitunixApi.py,sha256=XLpoWFEjrpGbpi9JKEjTlJo9fBHMiDr0HQWSVXEdiFY,11622
|
3
|
-
bitunix_automated_crypto_trading/BitunixSignal.py,sha256=79w2_4tHaWj6pRpwHWPcUc2mj1fnWLnJLKST1SmKaSQ,64186
|
4
|
-
bitunix_automated_crypto_trading/BitunixWebSocket.py,sha256=AUW_Qfw1lnNFfvYomEd3WUkkrzpFvfyNHnB7q33wsC0,11398
|
5
|
-
bitunix_automated_crypto_trading/DataFrameHtmlRenderer.py,sha256=KFo0BPC8J99XsCAjA4J0dZCo-YPe8eqY3QHMcPifEuY,2973
|
6
|
-
bitunix_automated_crypto_trading/NotificationManager.py,sha256=tHwfL60h7qIVhNIDAqaTDFnIYTqCikROZBieCRGNK-0,819
|
7
|
-
bitunix_automated_crypto_trading/ThreadManager.py,sha256=nYbllySsmC4v0HdhMuPhfCywfxlfbUo5YJ-Di2o6w4Q,2399
|
8
|
-
bitunix_automated_crypto_trading/TickerManager.py,sha256=TxKrN67Ld9BKqsLxk56IeZHBhanMcK11dtzlDqbR8ro,31890
|
9
|
-
bitunix_automated_crypto_trading/__init__.py,sha256=1hzk6nX8NnUCr1tsq8oFq1qGCNhNwnwldWE75641Eew,78
|
10
|
-
bitunix_automated_crypto_trading/bitunix.py,sha256=AGxORSoI6eMdC9sjOSnEVQRt_rWEv4CVuBwRm-v2EIc,25134
|
11
|
-
bitunix_automated_crypto_trading/config.py,sha256=6bcaCWCuX_-VFktknNP83ZR8I0xDBoaK5rhkXRpSYvI,3619
|
12
|
-
bitunix_automated_crypto_trading/config.txt,sha256=XzVjYlv6iRMr7C5zEAaRvpvwk-U3pgFLnhk1hYJ5-UM,1269
|
13
|
-
bitunix_automated_crypto_trading/logger.py,sha256=2NL1l8zJTryFILo3AKIFH7MCpDDfsH20bunmUVBZj7E,3014
|
14
|
-
bitunix_automated_crypto_trading/sampleenv.txt,sha256=s2k1WgPugwKWU0ksrWuCOezuSBrbWpe1ZTzDCpHwg3U,141
|
15
|
-
bitunix_automated_crypto_trading/static/chart.css,sha256=I_zhjrJR4p3gWTck9BXmbtsegYMM4r38wEHB7P_GraI,730
|
16
|
-
bitunix_automated_crypto_trading/static/chart.js,sha256=f-zgduEBS3P-JFDkEgDtb7YxsMLv2oKUm6sIPfc_7fg,13173
|
17
|
-
bitunix_automated_crypto_trading/static/modal.css,sha256=WsAi8VhcT9xxlNwZ6cb9TUn0gySUOvZQ3_Vap8ZRjqY,1844
|
18
|
-
bitunix_automated_crypto_trading/static/modal.js,sha256=xLyRxgyLKovYYTlwCZkcbR9vQGH-O-7bePF_YypfvdI,5850
|
19
|
-
bitunix_automated_crypto_trading/static/script.js,sha256=4bsmq0gUIinWKccueTw0qdUXCYG6TUjWLRmSkEzlwD4,5817
|
20
|
-
bitunix_automated_crypto_trading/static/styles.css,sha256=2Ilhk50fMkxyeyr_cy6ql0c-BCUq-qMKHiSsVL3dbcA,2014
|
21
|
-
bitunix_automated_crypto_trading/templates/charts.html,sha256=lXItuIQTWqSEB9fL3Min4XDwUPw6wzkg129ujKy-8o4,4242
|
22
|
-
bitunix_automated_crypto_trading/templates/login.html,sha256=Ba9z8B_dhQsNgn5Wpb3oAfLv4fY2ZKsOUCxfboWLavU,565
|
23
|
-
bitunix_automated_crypto_trading/templates/main.html,sha256=_OBclFmhhsjsdzqwqFA0R8atIC8M5gA4X9CyEm8mOTY,26927
|
24
|
-
bitunix_automated_crypto_trading/templates/modal-chart.html,sha256=Y0OKMEqI2I1dciu0TVj19AsltNqOvm8hm1ScmDd3qCQ,1057
|
25
|
-
bitunix_automated_crypto_trading/templates/modal-config.html,sha256=zQwkOY6XJiYcdV8UaP19coyCUZfEINn8Nhu5FnJ7lm4,1332
|
26
|
-
bitunix_automated_crypto_trading/templates/modal-logs.html,sha256=TNM21tE2jMXpm5X3pAYT5ZX5XdWQWLlFEKofZUA1lVA,631
|
27
|
-
bitunix_automated_crypto_trading-2.6.7.dist-info/METADATA,sha256=Yesz9lpsLRwggHqJExxZ_tbuJwTEkinaWQrnQec6e04,1032
|
28
|
-
bitunix_automated_crypto_trading-2.6.7.dist-info/WHEEL,sha256=CmyFI0kx5cdEMTLiONQRbGQwjIoR1aIYB7eCAQ4KPJ0,91
|
29
|
-
bitunix_automated_crypto_trading-2.6.7.dist-info/entry_points.txt,sha256=UXREYHuSl2XYd_tOtLIq0zg3d1kX3lixX5SpN8yGBw4,82
|
30
|
-
bitunix_automated_crypto_trading-2.6.7.dist-info/top_level.txt,sha256=uyFzHUCOsp8elnG2Ovor6xXcf7dxRxY-C-Txiwix64Q,33
|
31
|
-
bitunix_automated_crypto_trading-2.6.7.dist-info/RECORD,,
|
File without changes
|
File without changes
|
File without changes
|