datahub_binary 0.4.3__cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.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/protos/martrix_pb2.pyi +24 -0
- datahub/protos/quote_pb2.pyi +448 -0
- datahub/protos/session_pb2.pyi +69 -0
- datahub.build/.gitignore +1 -0
- datahub.cpython-310-x86_64-linux-gnu.so +0 -0
- datahub.cpython-312-x86_64-linux-gnu.so +0 -0
- datahub.pyi +39 -0
- datahub_binary-0.4.3.dist-info/METADATA +18 -0
- datahub_binary-0.4.3.dist-info/RECORD +11 -0
- datahub_binary-0.4.3.dist-info/WHEEL +6 -0
- datahub_binary-0.4.3.dist-info/top_level.txt +1 -0
@@ -0,0 +1,24 @@
|
|
1
|
+
from google.protobuf.internal import containers as _containers
|
2
|
+
from google.protobuf import descriptor as _descriptor
|
3
|
+
from google.protobuf import message as _message
|
4
|
+
from typing import ClassVar as _ClassVar, Iterable as _Iterable, Optional as _Optional
|
5
|
+
|
6
|
+
DESCRIPTOR: _descriptor.FileDescriptor
|
7
|
+
|
8
|
+
class FinancialMatrix(_message.Message):
|
9
|
+
__slots__ = ["msg_type", "msg_sequence", "trade_time", "last_timestamp", "instrument_ids", "cols", "data_matrix"]
|
10
|
+
MSG_TYPE_FIELD_NUMBER: _ClassVar[int]
|
11
|
+
MSG_SEQUENCE_FIELD_NUMBER: _ClassVar[int]
|
12
|
+
TRADE_TIME_FIELD_NUMBER: _ClassVar[int]
|
13
|
+
LAST_TIMESTAMP_FIELD_NUMBER: _ClassVar[int]
|
14
|
+
INSTRUMENT_IDS_FIELD_NUMBER: _ClassVar[int]
|
15
|
+
COLS_FIELD_NUMBER: _ClassVar[int]
|
16
|
+
DATA_MATRIX_FIELD_NUMBER: _ClassVar[int]
|
17
|
+
msg_type: int
|
18
|
+
msg_sequence: int
|
19
|
+
trade_time: int
|
20
|
+
last_timestamp: int
|
21
|
+
instrument_ids: _containers.RepeatedScalarFieldContainer[str]
|
22
|
+
cols: _containers.RepeatedScalarFieldContainer[str]
|
23
|
+
data_matrix: _containers.RepeatedScalarFieldContainer[int]
|
24
|
+
def __init__(self, msg_type: _Optional[int] = ..., msg_sequence: _Optional[int] = ..., trade_time: _Optional[int] = ..., last_timestamp: _Optional[int] = ..., instrument_ids: _Optional[_Iterable[str]] = ..., cols: _Optional[_Iterable[str]] = ..., data_matrix: _Optional[_Iterable[int]] = ...) -> None: ...
|
@@ -0,0 +1,448 @@
|
|
1
|
+
from google.protobuf.internal import containers as _containers
|
2
|
+
from google.protobuf import descriptor as _descriptor
|
3
|
+
from google.protobuf import message as _message
|
4
|
+
from typing import ClassVar as _ClassVar, Iterable as _Iterable, Mapping as _Mapping, Optional as _Optional, Union as _Union
|
5
|
+
|
6
|
+
DESCRIPTOR: _descriptor.FileDescriptor
|
7
|
+
|
8
|
+
class QuoteLevelData(_message.Message):
|
9
|
+
__slots__ = ["bid_price", "bid_volume", "ask_price", "ask_volume"]
|
10
|
+
BID_PRICE_FIELD_NUMBER: _ClassVar[int]
|
11
|
+
BID_VOLUME_FIELD_NUMBER: _ClassVar[int]
|
12
|
+
ASK_PRICE_FIELD_NUMBER: _ClassVar[int]
|
13
|
+
ASK_VOLUME_FIELD_NUMBER: _ClassVar[int]
|
14
|
+
bid_price: int
|
15
|
+
bid_volume: int
|
16
|
+
ask_price: int
|
17
|
+
ask_volume: int
|
18
|
+
def __init__(self, bid_price: _Optional[int] = ..., bid_volume: _Optional[int] = ..., ask_price: _Optional[int] = ..., ask_volume: _Optional[int] = ...) -> None: ...
|
19
|
+
|
20
|
+
class MDSnapshot(_message.Message):
|
21
|
+
__slots__ = ["msg_type", "node_name", "node_type", "msg_sequence", "last_timestamp", "instrument_id", "market", "security_id", "security_type", "md_date", "md_time", "md_type", "last_price", "volume", "turnover", "high_price", "low_price", "open_price", "close_price", "pre_close_price", "up_limit", "down_limit", "iopv", "trade_nums", "status", "phase_code", "signal_value", "signal_id", "signal_name", "depth_quote"]
|
22
|
+
MSG_TYPE_FIELD_NUMBER: _ClassVar[int]
|
23
|
+
NODE_NAME_FIELD_NUMBER: _ClassVar[int]
|
24
|
+
NODE_TYPE_FIELD_NUMBER: _ClassVar[int]
|
25
|
+
MSG_SEQUENCE_FIELD_NUMBER: _ClassVar[int]
|
26
|
+
LAST_TIMESTAMP_FIELD_NUMBER: _ClassVar[int]
|
27
|
+
INSTRUMENT_ID_FIELD_NUMBER: _ClassVar[int]
|
28
|
+
MARKET_FIELD_NUMBER: _ClassVar[int]
|
29
|
+
SECURITY_ID_FIELD_NUMBER: _ClassVar[int]
|
30
|
+
SECURITY_TYPE_FIELD_NUMBER: _ClassVar[int]
|
31
|
+
MD_DATE_FIELD_NUMBER: _ClassVar[int]
|
32
|
+
MD_TIME_FIELD_NUMBER: _ClassVar[int]
|
33
|
+
MD_TYPE_FIELD_NUMBER: _ClassVar[int]
|
34
|
+
LAST_PRICE_FIELD_NUMBER: _ClassVar[int]
|
35
|
+
VOLUME_FIELD_NUMBER: _ClassVar[int]
|
36
|
+
TURNOVER_FIELD_NUMBER: _ClassVar[int]
|
37
|
+
HIGH_PRICE_FIELD_NUMBER: _ClassVar[int]
|
38
|
+
LOW_PRICE_FIELD_NUMBER: _ClassVar[int]
|
39
|
+
OPEN_PRICE_FIELD_NUMBER: _ClassVar[int]
|
40
|
+
CLOSE_PRICE_FIELD_NUMBER: _ClassVar[int]
|
41
|
+
PRE_CLOSE_PRICE_FIELD_NUMBER: _ClassVar[int]
|
42
|
+
UP_LIMIT_FIELD_NUMBER: _ClassVar[int]
|
43
|
+
DOWN_LIMIT_FIELD_NUMBER: _ClassVar[int]
|
44
|
+
IOPV_FIELD_NUMBER: _ClassVar[int]
|
45
|
+
TRADE_NUMS_FIELD_NUMBER: _ClassVar[int]
|
46
|
+
STATUS_FIELD_NUMBER: _ClassVar[int]
|
47
|
+
PHASE_CODE_FIELD_NUMBER: _ClassVar[int]
|
48
|
+
SIGNAL_VALUE_FIELD_NUMBER: _ClassVar[int]
|
49
|
+
SIGNAL_ID_FIELD_NUMBER: _ClassVar[int]
|
50
|
+
SIGNAL_NAME_FIELD_NUMBER: _ClassVar[int]
|
51
|
+
DEPTH_QUOTE_FIELD_NUMBER: _ClassVar[int]
|
52
|
+
msg_type: int
|
53
|
+
node_name: str
|
54
|
+
node_type: int
|
55
|
+
msg_sequence: int
|
56
|
+
last_timestamp: int
|
57
|
+
instrument_id: str
|
58
|
+
market: str
|
59
|
+
security_id: str
|
60
|
+
security_type: str
|
61
|
+
md_date: int
|
62
|
+
md_time: int
|
63
|
+
md_type: int
|
64
|
+
last_price: int
|
65
|
+
volume: int
|
66
|
+
turnover: int
|
67
|
+
high_price: int
|
68
|
+
low_price: int
|
69
|
+
open_price: int
|
70
|
+
close_price: int
|
71
|
+
pre_close_price: int
|
72
|
+
up_limit: int
|
73
|
+
down_limit: int
|
74
|
+
iopv: int
|
75
|
+
trade_nums: int
|
76
|
+
status: int
|
77
|
+
phase_code: int
|
78
|
+
signal_value: int
|
79
|
+
signal_id: int
|
80
|
+
signal_name: str
|
81
|
+
depth_quote: _containers.RepeatedCompositeFieldContainer[QuoteLevelData]
|
82
|
+
def __init__(self, msg_type: _Optional[int] = ..., node_name: _Optional[str] = ..., node_type: _Optional[int] = ..., msg_sequence: _Optional[int] = ..., last_timestamp: _Optional[int] = ..., instrument_id: _Optional[str] = ..., market: _Optional[str] = ..., security_id: _Optional[str] = ..., security_type: _Optional[str] = ..., md_date: _Optional[int] = ..., md_time: _Optional[int] = ..., md_type: _Optional[int] = ..., last_price: _Optional[int] = ..., volume: _Optional[int] = ..., turnover: _Optional[int] = ..., high_price: _Optional[int] = ..., low_price: _Optional[int] = ..., open_price: _Optional[int] = ..., close_price: _Optional[int] = ..., pre_close_price: _Optional[int] = ..., up_limit: _Optional[int] = ..., down_limit: _Optional[int] = ..., iopv: _Optional[int] = ..., trade_nums: _Optional[int] = ..., status: _Optional[int] = ..., phase_code: _Optional[int] = ..., signal_value: _Optional[int] = ..., signal_id: _Optional[int] = ..., signal_name: _Optional[str] = ..., depth_quote: _Optional[_Iterable[_Union[QuoteLevelData, _Mapping]]] = ...) -> None: ...
|
83
|
+
|
84
|
+
class MDTransaction(_message.Message):
|
85
|
+
__slots__ = ["msg_type", "node_name", "node_type", "msg_sequence", "last_timestamp", "instrument_id", "market", "security_id", "security_type", "md_date", "md_time", "trade_index", "trade_price", "trade_qty", "bs_flag", "ask_order_id", "bid_order_id", "trade_type", "channel_id", "biz_index", "status"]
|
86
|
+
MSG_TYPE_FIELD_NUMBER: _ClassVar[int]
|
87
|
+
NODE_NAME_FIELD_NUMBER: _ClassVar[int]
|
88
|
+
NODE_TYPE_FIELD_NUMBER: _ClassVar[int]
|
89
|
+
MSG_SEQUENCE_FIELD_NUMBER: _ClassVar[int]
|
90
|
+
LAST_TIMESTAMP_FIELD_NUMBER: _ClassVar[int]
|
91
|
+
INSTRUMENT_ID_FIELD_NUMBER: _ClassVar[int]
|
92
|
+
MARKET_FIELD_NUMBER: _ClassVar[int]
|
93
|
+
SECURITY_ID_FIELD_NUMBER: _ClassVar[int]
|
94
|
+
SECURITY_TYPE_FIELD_NUMBER: _ClassVar[int]
|
95
|
+
MD_DATE_FIELD_NUMBER: _ClassVar[int]
|
96
|
+
MD_TIME_FIELD_NUMBER: _ClassVar[int]
|
97
|
+
TRADE_INDEX_FIELD_NUMBER: _ClassVar[int]
|
98
|
+
TRADE_PRICE_FIELD_NUMBER: _ClassVar[int]
|
99
|
+
TRADE_QTY_FIELD_NUMBER: _ClassVar[int]
|
100
|
+
BS_FLAG_FIELD_NUMBER: _ClassVar[int]
|
101
|
+
ASK_ORDER_ID_FIELD_NUMBER: _ClassVar[int]
|
102
|
+
BID_ORDER_ID_FIELD_NUMBER: _ClassVar[int]
|
103
|
+
TRADE_TYPE_FIELD_NUMBER: _ClassVar[int]
|
104
|
+
CHANNEL_ID_FIELD_NUMBER: _ClassVar[int]
|
105
|
+
BIZ_INDEX_FIELD_NUMBER: _ClassVar[int]
|
106
|
+
STATUS_FIELD_NUMBER: _ClassVar[int]
|
107
|
+
msg_type: int
|
108
|
+
node_name: str
|
109
|
+
node_type: int
|
110
|
+
msg_sequence: int
|
111
|
+
last_timestamp: int
|
112
|
+
instrument_id: str
|
113
|
+
market: str
|
114
|
+
security_id: str
|
115
|
+
security_type: str
|
116
|
+
md_date: int
|
117
|
+
md_time: int
|
118
|
+
trade_index: int
|
119
|
+
trade_price: int
|
120
|
+
trade_qty: int
|
121
|
+
bs_flag: str
|
122
|
+
ask_order_id: int
|
123
|
+
bid_order_id: int
|
124
|
+
trade_type: str
|
125
|
+
channel_id: int
|
126
|
+
biz_index: int
|
127
|
+
status: int
|
128
|
+
def __init__(self, msg_type: _Optional[int] = ..., node_name: _Optional[str] = ..., node_type: _Optional[int] = ..., msg_sequence: _Optional[int] = ..., last_timestamp: _Optional[int] = ..., instrument_id: _Optional[str] = ..., market: _Optional[str] = ..., security_id: _Optional[str] = ..., security_type: _Optional[str] = ..., md_date: _Optional[int] = ..., md_time: _Optional[int] = ..., trade_index: _Optional[int] = ..., trade_price: _Optional[int] = ..., trade_qty: _Optional[int] = ..., bs_flag: _Optional[str] = ..., ask_order_id: _Optional[int] = ..., bid_order_id: _Optional[int] = ..., trade_type: _Optional[str] = ..., channel_id: _Optional[int] = ..., biz_index: _Optional[int] = ..., status: _Optional[int] = ...) -> None: ...
|
129
|
+
|
130
|
+
class MDOrder(_message.Message):
|
131
|
+
__slots__ = ["msg_type", "node_name", "node_type", "msg_sequence", "last_timestamp", "instrument_id", "market", "security_id", "security_type", "md_date", "md_time", "order_id", "bs_flag", "order_price", "order_qty", "order_type", "channel_id", "biz_index", "status"]
|
132
|
+
MSG_TYPE_FIELD_NUMBER: _ClassVar[int]
|
133
|
+
NODE_NAME_FIELD_NUMBER: _ClassVar[int]
|
134
|
+
NODE_TYPE_FIELD_NUMBER: _ClassVar[int]
|
135
|
+
MSG_SEQUENCE_FIELD_NUMBER: _ClassVar[int]
|
136
|
+
LAST_TIMESTAMP_FIELD_NUMBER: _ClassVar[int]
|
137
|
+
INSTRUMENT_ID_FIELD_NUMBER: _ClassVar[int]
|
138
|
+
MARKET_FIELD_NUMBER: _ClassVar[int]
|
139
|
+
SECURITY_ID_FIELD_NUMBER: _ClassVar[int]
|
140
|
+
SECURITY_TYPE_FIELD_NUMBER: _ClassVar[int]
|
141
|
+
MD_DATE_FIELD_NUMBER: _ClassVar[int]
|
142
|
+
MD_TIME_FIELD_NUMBER: _ClassVar[int]
|
143
|
+
ORDER_ID_FIELD_NUMBER: _ClassVar[int]
|
144
|
+
BS_FLAG_FIELD_NUMBER: _ClassVar[int]
|
145
|
+
ORDER_PRICE_FIELD_NUMBER: _ClassVar[int]
|
146
|
+
ORDER_QTY_FIELD_NUMBER: _ClassVar[int]
|
147
|
+
ORDER_TYPE_FIELD_NUMBER: _ClassVar[int]
|
148
|
+
CHANNEL_ID_FIELD_NUMBER: _ClassVar[int]
|
149
|
+
BIZ_INDEX_FIELD_NUMBER: _ClassVar[int]
|
150
|
+
STATUS_FIELD_NUMBER: _ClassVar[int]
|
151
|
+
msg_type: int
|
152
|
+
node_name: str
|
153
|
+
node_type: int
|
154
|
+
msg_sequence: int
|
155
|
+
last_timestamp: int
|
156
|
+
instrument_id: str
|
157
|
+
market: str
|
158
|
+
security_id: str
|
159
|
+
security_type: str
|
160
|
+
md_date: int
|
161
|
+
md_time: int
|
162
|
+
order_id: int
|
163
|
+
bs_flag: str
|
164
|
+
order_price: int
|
165
|
+
order_qty: int
|
166
|
+
order_type: str
|
167
|
+
channel_id: int
|
168
|
+
biz_index: int
|
169
|
+
status: int
|
170
|
+
def __init__(self, msg_type: _Optional[int] = ..., node_name: _Optional[str] = ..., node_type: _Optional[int] = ..., msg_sequence: _Optional[int] = ..., last_timestamp: _Optional[int] = ..., instrument_id: _Optional[str] = ..., market: _Optional[str] = ..., security_id: _Optional[str] = ..., security_type: _Optional[str] = ..., md_date: _Optional[int] = ..., md_time: _Optional[int] = ..., order_id: _Optional[int] = ..., bs_flag: _Optional[str] = ..., order_price: _Optional[int] = ..., order_qty: _Optional[int] = ..., order_type: _Optional[str] = ..., channel_id: _Optional[int] = ..., biz_index: _Optional[int] = ..., status: _Optional[int] = ...) -> None: ...
|
171
|
+
|
172
|
+
class RCParam(_message.Message):
|
173
|
+
__slots__ = ["msg_type", "node_name", "node_type", "msg_sequence", "last_timestamp", "account_id", "instrument_id", "market", "security_id", "buy_order_num", "sell_order_num", "buy_cancel_num", "sell_cancel_num", "buy_order_qty", "sell_order_qty", "buy_order_amt", "sell_order_amt", "buy_active_qty", "sell_active_qty", "buy_active_amt", "sell_active_amt", "buy_trade_qty", "sell_trade_qty", "buy_trade_amt", "sell_trade_amt"]
|
174
|
+
MSG_TYPE_FIELD_NUMBER: _ClassVar[int]
|
175
|
+
NODE_NAME_FIELD_NUMBER: _ClassVar[int]
|
176
|
+
NODE_TYPE_FIELD_NUMBER: _ClassVar[int]
|
177
|
+
MSG_SEQUENCE_FIELD_NUMBER: _ClassVar[int]
|
178
|
+
LAST_TIMESTAMP_FIELD_NUMBER: _ClassVar[int]
|
179
|
+
ACCOUNT_ID_FIELD_NUMBER: _ClassVar[int]
|
180
|
+
INSTRUMENT_ID_FIELD_NUMBER: _ClassVar[int]
|
181
|
+
MARKET_FIELD_NUMBER: _ClassVar[int]
|
182
|
+
SECURITY_ID_FIELD_NUMBER: _ClassVar[int]
|
183
|
+
BUY_ORDER_NUM_FIELD_NUMBER: _ClassVar[int]
|
184
|
+
SELL_ORDER_NUM_FIELD_NUMBER: _ClassVar[int]
|
185
|
+
BUY_CANCEL_NUM_FIELD_NUMBER: _ClassVar[int]
|
186
|
+
SELL_CANCEL_NUM_FIELD_NUMBER: _ClassVar[int]
|
187
|
+
BUY_ORDER_QTY_FIELD_NUMBER: _ClassVar[int]
|
188
|
+
SELL_ORDER_QTY_FIELD_NUMBER: _ClassVar[int]
|
189
|
+
BUY_ORDER_AMT_FIELD_NUMBER: _ClassVar[int]
|
190
|
+
SELL_ORDER_AMT_FIELD_NUMBER: _ClassVar[int]
|
191
|
+
BUY_ACTIVE_QTY_FIELD_NUMBER: _ClassVar[int]
|
192
|
+
SELL_ACTIVE_QTY_FIELD_NUMBER: _ClassVar[int]
|
193
|
+
BUY_ACTIVE_AMT_FIELD_NUMBER: _ClassVar[int]
|
194
|
+
SELL_ACTIVE_AMT_FIELD_NUMBER: _ClassVar[int]
|
195
|
+
BUY_TRADE_QTY_FIELD_NUMBER: _ClassVar[int]
|
196
|
+
SELL_TRADE_QTY_FIELD_NUMBER: _ClassVar[int]
|
197
|
+
BUY_TRADE_AMT_FIELD_NUMBER: _ClassVar[int]
|
198
|
+
SELL_TRADE_AMT_FIELD_NUMBER: _ClassVar[int]
|
199
|
+
msg_type: int
|
200
|
+
node_name: str
|
201
|
+
node_type: int
|
202
|
+
msg_sequence: int
|
203
|
+
last_timestamp: int
|
204
|
+
account_id: str
|
205
|
+
instrument_id: str
|
206
|
+
market: str
|
207
|
+
security_id: str
|
208
|
+
buy_order_num: int
|
209
|
+
sell_order_num: int
|
210
|
+
buy_cancel_num: int
|
211
|
+
sell_cancel_num: int
|
212
|
+
buy_order_qty: int
|
213
|
+
sell_order_qty: int
|
214
|
+
buy_order_amt: float
|
215
|
+
sell_order_amt: float
|
216
|
+
buy_active_qty: int
|
217
|
+
sell_active_qty: int
|
218
|
+
buy_active_amt: float
|
219
|
+
sell_active_amt: float
|
220
|
+
buy_trade_qty: int
|
221
|
+
sell_trade_qty: int
|
222
|
+
buy_trade_amt: float
|
223
|
+
sell_trade_amt: float
|
224
|
+
def __init__(self, msg_type: _Optional[int] = ..., node_name: _Optional[str] = ..., node_type: _Optional[int] = ..., msg_sequence: _Optional[int] = ..., last_timestamp: _Optional[int] = ..., account_id: _Optional[str] = ..., instrument_id: _Optional[str] = ..., market: _Optional[str] = ..., security_id: _Optional[str] = ..., buy_order_num: _Optional[int] = ..., sell_order_num: _Optional[int] = ..., buy_cancel_num: _Optional[int] = ..., sell_cancel_num: _Optional[int] = ..., buy_order_qty: _Optional[int] = ..., sell_order_qty: _Optional[int] = ..., buy_order_amt: _Optional[float] = ..., sell_order_amt: _Optional[float] = ..., buy_active_qty: _Optional[int] = ..., sell_active_qty: _Optional[int] = ..., buy_active_amt: _Optional[float] = ..., sell_active_amt: _Optional[float] = ..., buy_trade_qty: _Optional[int] = ..., sell_trade_qty: _Optional[int] = ..., buy_trade_amt: _Optional[float] = ..., sell_trade_amt: _Optional[float] = ...) -> None: ...
|
225
|
+
|
226
|
+
class ETFQuoteSnapshot(_message.Message):
|
227
|
+
__slots__ = ["msg_type", "msg_sequence", "last_timestamp", "instrument_id", "security_id", "market", "currency_id", "security_type", "symbol", "constituent_nums", "suspension_nums", "up_limit_nums", "down_limit_nums", "bid_iopv", "ask_iopv", "iopv", "pre_close_iopv", "iopv_pct_change", "etf_last_price", "etf_bid_price", "etf_ask_price", "etf_pre_close_price", "etf_pct_change", "index_last_price", "index_pre_close_price", "index_pct_change", "index_deviation", "etf_deviation", "etf_bid_premium_rate", "etf_ask_premium_rate", "etf_premium_rate", "md_date", "md_time", "signal_id", "node_name", "node_type"]
|
228
|
+
MSG_TYPE_FIELD_NUMBER: _ClassVar[int]
|
229
|
+
MSG_SEQUENCE_FIELD_NUMBER: _ClassVar[int]
|
230
|
+
LAST_TIMESTAMP_FIELD_NUMBER: _ClassVar[int]
|
231
|
+
INSTRUMENT_ID_FIELD_NUMBER: _ClassVar[int]
|
232
|
+
SECURITY_ID_FIELD_NUMBER: _ClassVar[int]
|
233
|
+
MARKET_FIELD_NUMBER: _ClassVar[int]
|
234
|
+
CURRENCY_ID_FIELD_NUMBER: _ClassVar[int]
|
235
|
+
SECURITY_TYPE_FIELD_NUMBER: _ClassVar[int]
|
236
|
+
SYMBOL_FIELD_NUMBER: _ClassVar[int]
|
237
|
+
CONSTITUENT_NUMS_FIELD_NUMBER: _ClassVar[int]
|
238
|
+
SUSPENSION_NUMS_FIELD_NUMBER: _ClassVar[int]
|
239
|
+
UP_LIMIT_NUMS_FIELD_NUMBER: _ClassVar[int]
|
240
|
+
DOWN_LIMIT_NUMS_FIELD_NUMBER: _ClassVar[int]
|
241
|
+
BID_IOPV_FIELD_NUMBER: _ClassVar[int]
|
242
|
+
ASK_IOPV_FIELD_NUMBER: _ClassVar[int]
|
243
|
+
IOPV_FIELD_NUMBER: _ClassVar[int]
|
244
|
+
PRE_CLOSE_IOPV_FIELD_NUMBER: _ClassVar[int]
|
245
|
+
IOPV_PCT_CHANGE_FIELD_NUMBER: _ClassVar[int]
|
246
|
+
ETF_LAST_PRICE_FIELD_NUMBER: _ClassVar[int]
|
247
|
+
ETF_BID_PRICE_FIELD_NUMBER: _ClassVar[int]
|
248
|
+
ETF_ASK_PRICE_FIELD_NUMBER: _ClassVar[int]
|
249
|
+
ETF_PRE_CLOSE_PRICE_FIELD_NUMBER: _ClassVar[int]
|
250
|
+
ETF_PCT_CHANGE_FIELD_NUMBER: _ClassVar[int]
|
251
|
+
INDEX_LAST_PRICE_FIELD_NUMBER: _ClassVar[int]
|
252
|
+
INDEX_PRE_CLOSE_PRICE_FIELD_NUMBER: _ClassVar[int]
|
253
|
+
INDEX_PCT_CHANGE_FIELD_NUMBER: _ClassVar[int]
|
254
|
+
INDEX_DEVIATION_FIELD_NUMBER: _ClassVar[int]
|
255
|
+
ETF_DEVIATION_FIELD_NUMBER: _ClassVar[int]
|
256
|
+
ETF_BID_PREMIUM_RATE_FIELD_NUMBER: _ClassVar[int]
|
257
|
+
ETF_ASK_PREMIUM_RATE_FIELD_NUMBER: _ClassVar[int]
|
258
|
+
ETF_PREMIUM_RATE_FIELD_NUMBER: _ClassVar[int]
|
259
|
+
MD_DATE_FIELD_NUMBER: _ClassVar[int]
|
260
|
+
MD_TIME_FIELD_NUMBER: _ClassVar[int]
|
261
|
+
SIGNAL_ID_FIELD_NUMBER: _ClassVar[int]
|
262
|
+
NODE_NAME_FIELD_NUMBER: _ClassVar[int]
|
263
|
+
NODE_TYPE_FIELD_NUMBER: _ClassVar[int]
|
264
|
+
msg_type: int
|
265
|
+
msg_sequence: int
|
266
|
+
last_timestamp: int
|
267
|
+
instrument_id: str
|
268
|
+
security_id: str
|
269
|
+
market: str
|
270
|
+
currency_id: str
|
271
|
+
security_type: str
|
272
|
+
symbol: str
|
273
|
+
constituent_nums: int
|
274
|
+
suspension_nums: int
|
275
|
+
up_limit_nums: int
|
276
|
+
down_limit_nums: int
|
277
|
+
bid_iopv: int
|
278
|
+
ask_iopv: int
|
279
|
+
iopv: int
|
280
|
+
pre_close_iopv: int
|
281
|
+
iopv_pct_change: float
|
282
|
+
etf_last_price: int
|
283
|
+
etf_bid_price: int
|
284
|
+
etf_ask_price: int
|
285
|
+
etf_pre_close_price: int
|
286
|
+
etf_pct_change: float
|
287
|
+
index_last_price: int
|
288
|
+
index_pre_close_price: int
|
289
|
+
index_pct_change: float
|
290
|
+
index_deviation: float
|
291
|
+
etf_deviation: float
|
292
|
+
etf_bid_premium_rate: float
|
293
|
+
etf_ask_premium_rate: float
|
294
|
+
etf_premium_rate: float
|
295
|
+
md_date: int
|
296
|
+
md_time: int
|
297
|
+
signal_id: int
|
298
|
+
node_name: str
|
299
|
+
node_type: int
|
300
|
+
def __init__(self, msg_type: _Optional[int] = ..., msg_sequence: _Optional[int] = ..., last_timestamp: _Optional[int] = ..., instrument_id: _Optional[str] = ..., security_id: _Optional[str] = ..., market: _Optional[str] = ..., currency_id: _Optional[str] = ..., security_type: _Optional[str] = ..., symbol: _Optional[str] = ..., constituent_nums: _Optional[int] = ..., suspension_nums: _Optional[int] = ..., up_limit_nums: _Optional[int] = ..., down_limit_nums: _Optional[int] = ..., bid_iopv: _Optional[int] = ..., ask_iopv: _Optional[int] = ..., iopv: _Optional[int] = ..., pre_close_iopv: _Optional[int] = ..., iopv_pct_change: _Optional[float] = ..., etf_last_price: _Optional[int] = ..., etf_bid_price: _Optional[int] = ..., etf_ask_price: _Optional[int] = ..., etf_pre_close_price: _Optional[int] = ..., etf_pct_change: _Optional[float] = ..., index_last_price: _Optional[int] = ..., index_pre_close_price: _Optional[int] = ..., index_pct_change: _Optional[float] = ..., index_deviation: _Optional[float] = ..., etf_deviation: _Optional[float] = ..., etf_bid_premium_rate: _Optional[float] = ..., etf_ask_premium_rate: _Optional[float] = ..., etf_premium_rate: _Optional[float] = ..., md_date: _Optional[int] = ..., md_time: _Optional[int] = ..., signal_id: _Optional[int] = ..., node_name: _Optional[str] = ..., node_type: _Optional[int] = ...) -> None: ...
|
301
|
+
|
302
|
+
class ETFQuoteTick(_message.Message):
|
303
|
+
__slots__ = ["msg_type", "msg_sequence", "last_timestamp", "instrument_id", "security_id", "market", "security_type", "symbol", "constituent_nums", "suspension_nums", "up_limit_nums", "down_limit_nums", "iopv", "etf_premium_rate", "md_date", "md_time", "etf_last_price", "etf_bid_price", "etf_ask_price", "etf_pre_close_price", "etf_pct_change", "signal_id", "node_name", "node_type"]
|
304
|
+
MSG_TYPE_FIELD_NUMBER: _ClassVar[int]
|
305
|
+
MSG_SEQUENCE_FIELD_NUMBER: _ClassVar[int]
|
306
|
+
LAST_TIMESTAMP_FIELD_NUMBER: _ClassVar[int]
|
307
|
+
INSTRUMENT_ID_FIELD_NUMBER: _ClassVar[int]
|
308
|
+
SECURITY_ID_FIELD_NUMBER: _ClassVar[int]
|
309
|
+
MARKET_FIELD_NUMBER: _ClassVar[int]
|
310
|
+
SECURITY_TYPE_FIELD_NUMBER: _ClassVar[int]
|
311
|
+
SYMBOL_FIELD_NUMBER: _ClassVar[int]
|
312
|
+
CONSTITUENT_NUMS_FIELD_NUMBER: _ClassVar[int]
|
313
|
+
SUSPENSION_NUMS_FIELD_NUMBER: _ClassVar[int]
|
314
|
+
UP_LIMIT_NUMS_FIELD_NUMBER: _ClassVar[int]
|
315
|
+
DOWN_LIMIT_NUMS_FIELD_NUMBER: _ClassVar[int]
|
316
|
+
IOPV_FIELD_NUMBER: _ClassVar[int]
|
317
|
+
ETF_PREMIUM_RATE_FIELD_NUMBER: _ClassVar[int]
|
318
|
+
MD_DATE_FIELD_NUMBER: _ClassVar[int]
|
319
|
+
MD_TIME_FIELD_NUMBER: _ClassVar[int]
|
320
|
+
ETF_LAST_PRICE_FIELD_NUMBER: _ClassVar[int]
|
321
|
+
ETF_BID_PRICE_FIELD_NUMBER: _ClassVar[int]
|
322
|
+
ETF_ASK_PRICE_FIELD_NUMBER: _ClassVar[int]
|
323
|
+
ETF_PRE_CLOSE_PRICE_FIELD_NUMBER: _ClassVar[int]
|
324
|
+
ETF_PCT_CHANGE_FIELD_NUMBER: _ClassVar[int]
|
325
|
+
SIGNAL_ID_FIELD_NUMBER: _ClassVar[int]
|
326
|
+
NODE_NAME_FIELD_NUMBER: _ClassVar[int]
|
327
|
+
NODE_TYPE_FIELD_NUMBER: _ClassVar[int]
|
328
|
+
msg_type: int
|
329
|
+
msg_sequence: int
|
330
|
+
last_timestamp: int
|
331
|
+
instrument_id: str
|
332
|
+
security_id: str
|
333
|
+
market: str
|
334
|
+
security_type: str
|
335
|
+
symbol: str
|
336
|
+
constituent_nums: int
|
337
|
+
suspension_nums: int
|
338
|
+
up_limit_nums: int
|
339
|
+
down_limit_nums: int
|
340
|
+
iopv: int
|
341
|
+
etf_premium_rate: float
|
342
|
+
md_date: int
|
343
|
+
md_time: int
|
344
|
+
etf_last_price: int
|
345
|
+
etf_bid_price: int
|
346
|
+
etf_ask_price: int
|
347
|
+
etf_pre_close_price: int
|
348
|
+
etf_pct_change: float
|
349
|
+
signal_id: int
|
350
|
+
node_name: str
|
351
|
+
node_type: int
|
352
|
+
def __init__(self, msg_type: _Optional[int] = ..., msg_sequence: _Optional[int] = ..., last_timestamp: _Optional[int] = ..., instrument_id: _Optional[str] = ..., security_id: _Optional[str] = ..., market: _Optional[str] = ..., security_type: _Optional[str] = ..., symbol: _Optional[str] = ..., constituent_nums: _Optional[int] = ..., suspension_nums: _Optional[int] = ..., up_limit_nums: _Optional[int] = ..., down_limit_nums: _Optional[int] = ..., iopv: _Optional[int] = ..., etf_premium_rate: _Optional[float] = ..., md_date: _Optional[int] = ..., md_time: _Optional[int] = ..., etf_last_price: _Optional[int] = ..., etf_bid_price: _Optional[int] = ..., etf_ask_price: _Optional[int] = ..., etf_pre_close_price: _Optional[int] = ..., etf_pct_change: _Optional[float] = ..., signal_id: _Optional[int] = ..., node_name: _Optional[str] = ..., node_type: _Optional[int] = ...) -> None: ...
|
353
|
+
|
354
|
+
class FXSnapshot(_message.Message):
|
355
|
+
__slots__ = ["msg_type", "msg_sequence", "last_timestamp", "node_name", "node_type", "md_date", "md_time", "currency_id", "fx_rate"]
|
356
|
+
MSG_TYPE_FIELD_NUMBER: _ClassVar[int]
|
357
|
+
MSG_SEQUENCE_FIELD_NUMBER: _ClassVar[int]
|
358
|
+
LAST_TIMESTAMP_FIELD_NUMBER: _ClassVar[int]
|
359
|
+
NODE_NAME_FIELD_NUMBER: _ClassVar[int]
|
360
|
+
NODE_TYPE_FIELD_NUMBER: _ClassVar[int]
|
361
|
+
MD_DATE_FIELD_NUMBER: _ClassVar[int]
|
362
|
+
MD_TIME_FIELD_NUMBER: _ClassVar[int]
|
363
|
+
CURRENCY_ID_FIELD_NUMBER: _ClassVar[int]
|
364
|
+
FX_RATE_FIELD_NUMBER: _ClassVar[int]
|
365
|
+
msg_type: int
|
366
|
+
msg_sequence: int
|
367
|
+
last_timestamp: int
|
368
|
+
node_name: str
|
369
|
+
node_type: int
|
370
|
+
md_date: int
|
371
|
+
md_time: int
|
372
|
+
currency_id: str
|
373
|
+
fx_rate: float
|
374
|
+
def __init__(self, msg_type: _Optional[int] = ..., msg_sequence: _Optional[int] = ..., last_timestamp: _Optional[int] = ..., node_name: _Optional[str] = ..., node_type: _Optional[int] = ..., md_date: _Optional[int] = ..., md_time: _Optional[int] = ..., currency_id: _Optional[str] = ..., fx_rate: _Optional[float] = ...) -> None: ...
|
375
|
+
|
376
|
+
class SignalQuoteData(_message.Message):
|
377
|
+
__slots__ = ["signal_type", "signal_value"]
|
378
|
+
SIGNAL_TYPE_FIELD_NUMBER: _ClassVar[int]
|
379
|
+
SIGNAL_VALUE_FIELD_NUMBER: _ClassVar[int]
|
380
|
+
signal_type: int
|
381
|
+
signal_value: int
|
382
|
+
def __init__(self, signal_type: _Optional[int] = ..., signal_value: _Optional[int] = ...) -> None: ...
|
383
|
+
|
384
|
+
class SignalSnapshot(_message.Message):
|
385
|
+
__slots__ = ["msg_type", "msg_sequence", "last_timestamp", "node_name", "node_type", "instrument_id", "security_id", "market", "security_type", "symbol", "md_date", "md_time", "signal_type", "signal_id", "signal_name", "signal_value", "signal_quote", "depth_quote"]
|
386
|
+
MSG_TYPE_FIELD_NUMBER: _ClassVar[int]
|
387
|
+
MSG_SEQUENCE_FIELD_NUMBER: _ClassVar[int]
|
388
|
+
LAST_TIMESTAMP_FIELD_NUMBER: _ClassVar[int]
|
389
|
+
NODE_NAME_FIELD_NUMBER: _ClassVar[int]
|
390
|
+
NODE_TYPE_FIELD_NUMBER: _ClassVar[int]
|
391
|
+
INSTRUMENT_ID_FIELD_NUMBER: _ClassVar[int]
|
392
|
+
SECURITY_ID_FIELD_NUMBER: _ClassVar[int]
|
393
|
+
MARKET_FIELD_NUMBER: _ClassVar[int]
|
394
|
+
SECURITY_TYPE_FIELD_NUMBER: _ClassVar[int]
|
395
|
+
SYMBOL_FIELD_NUMBER: _ClassVar[int]
|
396
|
+
MD_DATE_FIELD_NUMBER: _ClassVar[int]
|
397
|
+
MD_TIME_FIELD_NUMBER: _ClassVar[int]
|
398
|
+
SIGNAL_TYPE_FIELD_NUMBER: _ClassVar[int]
|
399
|
+
SIGNAL_ID_FIELD_NUMBER: _ClassVar[int]
|
400
|
+
SIGNAL_NAME_FIELD_NUMBER: _ClassVar[int]
|
401
|
+
SIGNAL_VALUE_FIELD_NUMBER: _ClassVar[int]
|
402
|
+
SIGNAL_QUOTE_FIELD_NUMBER: _ClassVar[int]
|
403
|
+
DEPTH_QUOTE_FIELD_NUMBER: _ClassVar[int]
|
404
|
+
msg_type: int
|
405
|
+
msg_sequence: int
|
406
|
+
last_timestamp: int
|
407
|
+
node_name: str
|
408
|
+
node_type: int
|
409
|
+
instrument_id: str
|
410
|
+
security_id: str
|
411
|
+
market: str
|
412
|
+
security_type: str
|
413
|
+
symbol: str
|
414
|
+
md_date: int
|
415
|
+
md_time: int
|
416
|
+
signal_type: int
|
417
|
+
signal_id: int
|
418
|
+
signal_name: str
|
419
|
+
signal_value: int
|
420
|
+
signal_quote: _containers.RepeatedCompositeFieldContainer[SignalQuoteData]
|
421
|
+
depth_quote: _containers.RepeatedCompositeFieldContainer[QuoteLevelData]
|
422
|
+
def __init__(self, msg_type: _Optional[int] = ..., msg_sequence: _Optional[int] = ..., last_timestamp: _Optional[int] = ..., node_name: _Optional[str] = ..., node_type: _Optional[int] = ..., instrument_id: _Optional[str] = ..., security_id: _Optional[str] = ..., market: _Optional[str] = ..., security_type: _Optional[str] = ..., symbol: _Optional[str] = ..., md_date: _Optional[int] = ..., md_time: _Optional[int] = ..., signal_type: _Optional[int] = ..., signal_id: _Optional[int] = ..., signal_name: _Optional[str] = ..., signal_value: _Optional[int] = ..., signal_quote: _Optional[_Iterable[_Union[SignalQuoteData, _Mapping]]] = ..., depth_quote: _Optional[_Iterable[_Union[QuoteLevelData, _Mapping]]] = ...) -> None: ...
|
423
|
+
|
424
|
+
class SignalTick(_message.Message):
|
425
|
+
__slots__ = ["msg_type", "msg_sequence", "last_timestamp", "node_name", "node_type", "instrument_id", "md_date", "md_time", "signal_type", "signal_id", "signal_value"]
|
426
|
+
MSG_TYPE_FIELD_NUMBER: _ClassVar[int]
|
427
|
+
MSG_SEQUENCE_FIELD_NUMBER: _ClassVar[int]
|
428
|
+
LAST_TIMESTAMP_FIELD_NUMBER: _ClassVar[int]
|
429
|
+
NODE_NAME_FIELD_NUMBER: _ClassVar[int]
|
430
|
+
NODE_TYPE_FIELD_NUMBER: _ClassVar[int]
|
431
|
+
INSTRUMENT_ID_FIELD_NUMBER: _ClassVar[int]
|
432
|
+
MD_DATE_FIELD_NUMBER: _ClassVar[int]
|
433
|
+
MD_TIME_FIELD_NUMBER: _ClassVar[int]
|
434
|
+
SIGNAL_TYPE_FIELD_NUMBER: _ClassVar[int]
|
435
|
+
SIGNAL_ID_FIELD_NUMBER: _ClassVar[int]
|
436
|
+
SIGNAL_VALUE_FIELD_NUMBER: _ClassVar[int]
|
437
|
+
msg_type: int
|
438
|
+
msg_sequence: int
|
439
|
+
last_timestamp: int
|
440
|
+
node_name: str
|
441
|
+
node_type: int
|
442
|
+
instrument_id: str
|
443
|
+
md_date: int
|
444
|
+
md_time: int
|
445
|
+
signal_type: int
|
446
|
+
signal_id: int
|
447
|
+
signal_value: int
|
448
|
+
def __init__(self, msg_type: _Optional[int] = ..., msg_sequence: _Optional[int] = ..., last_timestamp: _Optional[int] = ..., node_name: _Optional[str] = ..., node_type: _Optional[int] = ..., instrument_id: _Optional[str] = ..., md_date: _Optional[int] = ..., md_time: _Optional[int] = ..., signal_type: _Optional[int] = ..., signal_id: _Optional[int] = ..., signal_value: _Optional[int] = ...) -> None: ...
|
@@ -0,0 +1,69 @@
|
|
1
|
+
from google.protobuf import descriptor as _descriptor
|
2
|
+
from google.protobuf import message as _message
|
3
|
+
from typing import ClassVar as _ClassVar, Optional as _Optional
|
4
|
+
|
5
|
+
DESCRIPTOR: _descriptor.FileDescriptor
|
6
|
+
|
7
|
+
class Ping(_message.Message):
|
8
|
+
__slots__ = ["msg_type", "msg_sequence"]
|
9
|
+
MSG_TYPE_FIELD_NUMBER: _ClassVar[int]
|
10
|
+
MSG_SEQUENCE_FIELD_NUMBER: _ClassVar[int]
|
11
|
+
msg_type: int
|
12
|
+
msg_sequence: int
|
13
|
+
def __init__(self, msg_type: _Optional[int] = ..., msg_sequence: _Optional[int] = ...) -> None: ...
|
14
|
+
|
15
|
+
class Pong(_message.Message):
|
16
|
+
__slots__ = ["msg_type", "msg_sequence"]
|
17
|
+
MSG_TYPE_FIELD_NUMBER: _ClassVar[int]
|
18
|
+
MSG_SEQUENCE_FIELD_NUMBER: _ClassVar[int]
|
19
|
+
msg_type: int
|
20
|
+
msg_sequence: int
|
21
|
+
def __init__(self, msg_type: _Optional[int] = ..., msg_sequence: _Optional[int] = ...) -> None: ...
|
22
|
+
|
23
|
+
class ManagerNotLogin(_message.Message):
|
24
|
+
__slots__ = ["msg_type", "last_timestamp"]
|
25
|
+
MSG_TYPE_FIELD_NUMBER: _ClassVar[int]
|
26
|
+
LAST_TIMESTAMP_FIELD_NUMBER: _ClassVar[int]
|
27
|
+
msg_type: int
|
28
|
+
last_timestamp: int
|
29
|
+
def __init__(self, msg_type: _Optional[int] = ..., last_timestamp: _Optional[int] = ...) -> None: ...
|
30
|
+
|
31
|
+
class ManagerErrorMsg(_message.Message):
|
32
|
+
__slots__ = ["msg_type", "error_msg", "last_timestamp", "request_id"]
|
33
|
+
MSG_TYPE_FIELD_NUMBER: _ClassVar[int]
|
34
|
+
ERROR_MSG_FIELD_NUMBER: _ClassVar[int]
|
35
|
+
LAST_TIMESTAMP_FIELD_NUMBER: _ClassVar[int]
|
36
|
+
REQUEST_ID_FIELD_NUMBER: _ClassVar[int]
|
37
|
+
msg_type: int
|
38
|
+
error_msg: str
|
39
|
+
last_timestamp: int
|
40
|
+
request_id: str
|
41
|
+
def __init__(self, msg_type: _Optional[int] = ..., error_msg: _Optional[str] = ..., last_timestamp: _Optional[int] = ..., request_id: _Optional[str] = ...) -> None: ...
|
42
|
+
|
43
|
+
class LoginReq(_message.Message):
|
44
|
+
__slots__ = ["msg_type", "user_id", "passwd", "last_timestamp", "request_id"]
|
45
|
+
MSG_TYPE_FIELD_NUMBER: _ClassVar[int]
|
46
|
+
USER_ID_FIELD_NUMBER: _ClassVar[int]
|
47
|
+
PASSWD_FIELD_NUMBER: _ClassVar[int]
|
48
|
+
LAST_TIMESTAMP_FIELD_NUMBER: _ClassVar[int]
|
49
|
+
REQUEST_ID_FIELD_NUMBER: _ClassVar[int]
|
50
|
+
msg_type: int
|
51
|
+
user_id: str
|
52
|
+
passwd: str
|
53
|
+
last_timestamp: int
|
54
|
+
request_id: str
|
55
|
+
def __init__(self, msg_type: _Optional[int] = ..., user_id: _Optional[str] = ..., passwd: _Optional[str] = ..., last_timestamp: _Optional[int] = ..., request_id: _Optional[str] = ...) -> None: ...
|
56
|
+
|
57
|
+
class LoginRsp(_message.Message):
|
58
|
+
__slots__ = ["msg_type", "is_succ", "error_msg", "last_timestamp", "request_id"]
|
59
|
+
MSG_TYPE_FIELD_NUMBER: _ClassVar[int]
|
60
|
+
IS_SUCC_FIELD_NUMBER: _ClassVar[int]
|
61
|
+
ERROR_MSG_FIELD_NUMBER: _ClassVar[int]
|
62
|
+
LAST_TIMESTAMP_FIELD_NUMBER: _ClassVar[int]
|
63
|
+
REQUEST_ID_FIELD_NUMBER: _ClassVar[int]
|
64
|
+
msg_type: int
|
65
|
+
is_succ: bool
|
66
|
+
error_msg: str
|
67
|
+
last_timestamp: int
|
68
|
+
request_id: str
|
69
|
+
def __init__(self, msg_type: _Optional[int] = ..., is_succ: bool = ..., error_msg: _Optional[str] = ..., last_timestamp: _Optional[int] = ..., request_id: _Optional[str] = ...) -> None: ...
|
datahub.build/.gitignore
ADDED
@@ -0,0 +1 @@
|
|
1
|
+
*
|
Binary file
|
Binary file
|
datahub.pyi
ADDED
@@ -0,0 +1,39 @@
|
|
1
|
+
# This file was generated by Nuitka
|
2
|
+
|
3
|
+
# Stubs included by default
|
4
|
+
from datahub import BarDataMatrix, DataHub, PostgresSetting, RedisSetting, Setting, SftpSetting, StarRocksSetting
|
5
|
+
from . import logger, protos
|
6
|
+
|
7
|
+
|
8
|
+
__name__ = ...
|
9
|
+
|
10
|
+
|
11
|
+
|
12
|
+
# Modules used internally, to allow implicit dependencies to be seen:
|
13
|
+
import os
|
14
|
+
import dataclasses
|
15
|
+
import datetime
|
16
|
+
import typing
|
17
|
+
import numpy
|
18
|
+
import numpy.typing
|
19
|
+
import polars
|
20
|
+
import _frozen_importlib_external
|
21
|
+
import time
|
22
|
+
import contextlib
|
23
|
+
import sqlalchemy
|
24
|
+
import sqlalchemy.engine
|
25
|
+
import sqlalchemy.orm
|
26
|
+
import sqlalchemy.pool
|
27
|
+
import sqlalchemy.dialects
|
28
|
+
import sqlalchemy.dialects.postgresql
|
29
|
+
import redis
|
30
|
+
import redis.exceptions
|
31
|
+
import loguru
|
32
|
+
import sys
|
33
|
+
import functools
|
34
|
+
import posixpath
|
35
|
+
import socket
|
36
|
+
import google
|
37
|
+
import google.protobuf
|
38
|
+
import google.protobuf.internal
|
39
|
+
import paramiko
|
@@ -0,0 +1,18 @@
|
|
1
|
+
Metadata-Version: 2.2
|
2
|
+
Name: datahub_binary
|
3
|
+
Version: 0.4.3
|
4
|
+
Summary: A comprehensive Python library for data processing, integration, and management.
|
5
|
+
Requires-Python: <3.13,>=3.10
|
6
|
+
Description-Content-Type: text/markdown
|
7
|
+
Requires-Dist: SQLAlchemy>=1.0.0
|
8
|
+
Requires-Dist: httpx[socks]>=0.28.0
|
9
|
+
Requires-Dist: starrocks>=1.0.0
|
10
|
+
Requires-Dist: polars-lts-cpu>=1.0.0; sys_platform == "darwin"
|
11
|
+
Requires-Dist: polars>=1.0.0; sys_platform != "darwin"
|
12
|
+
Requires-Dist: loguru>=0.7.3
|
13
|
+
Requires-Dist: numpy>=2.2.2
|
14
|
+
Requires-Dist: protobuf>=5.29.3
|
15
|
+
Requires-Dist: redis>=5.2.1
|
16
|
+
Requires-Dist: psycopg2-binary>=2.9.10
|
17
|
+
Requires-Dist: paramiko>=3.5.1
|
18
|
+
Requires-Dist: auditwheel>=6.2.0
|
@@ -0,0 +1,11 @@
|
|
1
|
+
datahub.cpython-310-x86_64-linux-gnu.so,sha256=yxXG1Db7g1tsZullXHkk6FIY6RdOg2pl8AZF7yiEkOU,1208984
|
2
|
+
datahub.cpython-312-x86_64-linux-gnu.so,sha256=eJNbm--VxpUUHIE1bQysFantOIf8VtNQYe5v8CAwLD8,1443120
|
3
|
+
datahub.pyi,sha256=uf30Vvjkw1Pc-iF8c97jh5liX6nxDdt1RrFEtejaFEQ,815
|
4
|
+
datahub/protos/martrix_pb2.pyi,sha256=-27Vq8GYkmK2CEwpJFCmeJvaWoYmlSHdK7mSq9WxNoU,1342
|
5
|
+
datahub/protos/quote_pb2.pyi,sha256=xOOhTfyQyjFK5Bn10rw0qKz8UrNTE64KtCFLNnaGOBk,24628
|
6
|
+
datahub/protos/session_pb2.pyi,sha256=8UUmtlXxFbOBJq6afpyxg3hHCTSwA6sfaWOdoawDNHo,2955
|
7
|
+
datahub.build/.gitignore,sha256=aEiIwOuxfzdCmLZe4oB1JsBmCUxwG8x-u-HBCV9JT8E,1
|
8
|
+
datahub_binary-0.4.3.dist-info/METADATA,sha256=BdLcwak_XkNeDyvT42cm8KIIyAEzpBvHLrfL34-Hi_E,657
|
9
|
+
datahub_binary-0.4.3.dist-info/WHEEL,sha256=ioNivK4u0DxJob89I7xrxcN2gUlLG7vDbVThdmyNM2Q,146
|
10
|
+
datahub_binary-0.4.3.dist-info/top_level.txt,sha256=J0rzqYfZghMgpObWaPGhQtV88I-KXrgArDvi_ddf6ZA,8
|
11
|
+
datahub_binary-0.4.3.dist-info/RECORD,,
|
@@ -0,0 +1 @@
|
|
1
|
+
datahub
|