datahub_binary 0.9.9__cp312-cp312-win_amd64.whl → 0.9.10__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 +5 -3
- {datahub_binary-0.9.9.dist-info → datahub_binary-0.9.10.dist-info}/METADATA +1 -1
- {datahub_binary-0.9.9.dist-info → datahub_binary-0.9.10.dist-info}/RECORD +6 -6
- {datahub_binary-0.9.9.dist-info → datahub_binary-0.9.10.dist-info}/WHEEL +1 -1
- {datahub_binary-0.9.9.dist-info → datahub_binary-0.9.10.dist-info}/top_level.txt +0 -0
datahub.cp312-win_amd64.pyd
CHANGED
Binary file
|
datahub.pyi
CHANGED
@@ -1,12 +1,14 @@
|
|
1
1
|
# This file was generated by Nuitka
|
2
2
|
|
3
3
|
# Stubs included by default
|
4
|
-
import
|
4
|
+
from __future__ import annotations
|
5
|
+
from datahub import BarDataMatrix, CronTask, DataHub
|
6
|
+
from setting import *
|
5
7
|
import datahub.protos
|
8
|
+
import datahub.utils.logger
|
6
9
|
import datahub.utils.sftp
|
7
|
-
from setting import *
|
8
|
-
from datahub import BarDataMatrix, CronTask, DataHub
|
9
10
|
|
11
|
+
__all__ = ['DataHub', 'Setting', 'StarRocksSetting', 'RedisSetting', 'PostgresSetting', 'BarDataMatrix', 'protos', 'sftp', 'logger', 'SftpSetting', 'CronServerSetting', 'CronTask']
|
10
12
|
|
11
13
|
__name__ = ...
|
12
14
|
|
@@ -1,5 +1,5 @@
|
|
1
|
-
datahub.cp312-win_amd64.pyd,sha256=
|
2
|
-
datahub.pyi,sha256
|
1
|
+
datahub.cp312-win_amd64.pyd,sha256=MFOAq-zeRS6aTQBmEawcknTj7tr8YXa8k5aYhQhCyGg,1540608
|
2
|
+
datahub.pyi,sha256=-TCnGxvRmnFBlFWDjhBVgQoraKtzjA0KWYDXX7bBPQI,1381
|
3
3
|
datahub/protos/client_pb2.pyi,sha256=qLVfRvTEXlXoKMXAQOx2WI65P2qcYfzIB0lvp2ZcYSE,211224
|
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-0.9.
|
14
|
-
datahub_binary-0.9.
|
15
|
-
datahub_binary-0.9.
|
16
|
-
datahub_binary-0.9.
|
13
|
+
datahub_binary-0.9.10.dist-info/METADATA,sha256=ytlqMQh4kwUdvwK_CfQhda2sdO7ArdwvoTL5Qi1Cz7I,738
|
14
|
+
datahub_binary-0.9.10.dist-info/WHEEL,sha256=IfVKODeNJWKS4eqz2ZD1NZOOmvgu3Oin1vHmkQkr0aU,94
|
15
|
+
datahub_binary-0.9.10.dist-info/top_level.txt,sha256=J0rzqYfZghMgpObWaPGhQtV88I-KXrgArDvi_ddf6ZA,8
|
16
|
+
datahub_binary-0.9.10.dist-info/RECORD,,
|
File without changes
|