datahub_binary 1.0.1__cp312-cp312-win_amd64.whl → 1.0.3__cp312-cp312-win_amd64.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.
- datahub.cp312-win_amd64.pyd +0 -0
- datahub.pyi +2 -2
- {datahub_binary-1.0.1.dist-info → datahub_binary-1.0.3.dist-info}/METADATA +1 -1
- {datahub_binary-1.0.1.dist-info → datahub_binary-1.0.3.dist-info}/RECORD +6 -6
- {datahub_binary-1.0.1.dist-info → datahub_binary-1.0.3.dist-info}/WHEEL +1 -1
- {datahub_binary-1.0.1.dist-info → datahub_binary-1.0.3.dist-info}/top_level.txt +0 -0
datahub.cp312-win_amd64.pyd
CHANGED
Binary file
|
datahub.pyi
CHANGED
@@ -3,13 +3,13 @@
|
|
3
3
|
# Stubs included by default
|
4
4
|
from __future__ import annotations
|
5
5
|
from datahub import BarDataMatrix, CronTask, DataHub
|
6
|
+
from datahub.ats import client_sdk
|
6
7
|
from setting import *
|
7
|
-
import datahub.ats
|
8
8
|
import datahub.protos
|
9
9
|
import datahub.utils.logger
|
10
10
|
import datahub.utils.sftp
|
11
11
|
|
12
|
-
__all__ = ['DataHub', 'Setting', 'StarRocksSetting', 'RedisSetting', 'PostgresSetting', 'BarDataMatrix', 'protos', 'sftp', 'logger', 'SftpSetting', 'CronServerSetting', 'CronTask', '
|
12
|
+
__all__ = ['DataHub', 'Setting', 'StarRocksSetting', 'RedisSetting', 'PostgresSetting', 'BarDataMatrix', 'protos', 'sftp', 'logger', 'SftpSetting', 'CronServerSetting', 'CronTask', 'ats_client']
|
13
13
|
|
14
14
|
__name__ = ...
|
15
15
|
|
@@ -1,5 +1,5 @@
|
|
1
|
-
datahub.cp312-win_amd64.pyd,sha256=
|
2
|
-
datahub.pyi,sha256=
|
1
|
+
datahub.cp312-win_amd64.pyd,sha256=WQJ9vVCOHvas_AArWID2wm6j6yRWGz8gCrDKHALCRSM,1649152
|
2
|
+
datahub.pyi,sha256=8HXrC_9uuH03DtGCJIlr4-jb33B9rgHhs9ZZ4Q4li4A,1483
|
3
3
|
datahub/protos/client_pb2.pyi,sha256=SSd9XSIi5Jpv9OB0MFQEe88G86OMjL7Ws0wLIfyiB1g,212081
|
4
4
|
datahub/protos/common_pb2.pyi,sha256=KCzIIakHr0iViKFNFcK1ZotkqcQuZ9_XTNIfvyvcSbM,32839
|
5
5
|
datahub/protos/management_pb2.pyi,sha256=DtHNxR31C1T4HTUWT7KSsFPMvHiq37u_3G3aO__McA8,23183
|
@@ -10,7 +10,7 @@ datahub/protos/signal_pb2.pyi,sha256=HJxCtrEOlc1cBtH-ywFRvKItT0IiLyQVb0jzdkRF6mY
|
|
10
10
|
datahub/protos/strategy_pb2.pyi,sha256=JmRoiuRdyE_1m6qQxxBMAvLp2OngDSHxTYivkcZQ2PU,32767
|
11
11
|
datahub/protos/trade_pb2.pyi,sha256=YLZFMLEMR3q1fSQxgyR81BsVvYngNQPbKPKvLA7ktjs,49810
|
12
12
|
datahub.build/.gitignore,sha256=aEiIwOuxfzdCmLZe4oB1JsBmCUxwG8x-u-HBCV9JT8E,1
|
13
|
-
datahub_binary-1.0.
|
14
|
-
datahub_binary-1.0.
|
15
|
-
datahub_binary-1.0.
|
16
|
-
datahub_binary-1.0.
|
13
|
+
datahub_binary-1.0.3.dist-info/METADATA,sha256=0ZjJHuaKZq1J3HOLeU0iZtoSRF1wXXKQyTV9ivQhhaA,806
|
14
|
+
datahub_binary-1.0.3.dist-info/WHEEL,sha256=4EMMXa1mUsCVDducOGGo7wz29awCSGNwUbJIrR8qZWE,96
|
15
|
+
datahub_binary-1.0.3.dist-info/top_level.txt,sha256=J0rzqYfZghMgpObWaPGhQtV88I-KXrgArDvi_ddf6ZA,8
|
16
|
+
datahub_binary-1.0.3.dist-info/RECORD,,
|
File without changes
|