datahub_binary 0.7.7__cp312-cp312-win_amd64.whl → 0.7.9__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.
Binary file
datahub.pyi CHANGED
@@ -48,7 +48,6 @@ import socket
48
48
  import google
49
49
  import google.protobuf
50
50
  import google.protobuf.internal
51
- import starrocks
52
51
  import sys
53
52
  import functools
54
53
  import paramiko
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: datahub_binary
3
- Version: 0.7.7
3
+ Version: 0.7.9
4
4
  Summary: A comprehensive Python library for data processing, integration, and management.
5
5
  Requires-Python: <3.13,>=3.10
6
6
  Description-Content-Type: text/markdown
@@ -0,0 +1,17 @@
1
+ datahub.cp312-win_amd64.pyd,sha256=GBeJv6yIr6Psr9HHx2YUrqMG0jH_Mo24q-JlWzoLmUs,1378304
2
+ datahub.pyi,sha256=O9EXz2lYTF1c1FjfHEnOw0YG-qTCIOu4As_I4ciGbCs,1068
3
+ datahub/protos/client_pb2.pyi,sha256=Z-DFR1iUjl49DXEgWkoyrbyJaXI_9Wrur-fQvCdpIak,203322
4
+ datahub/protos/common_pb2.pyi,sha256=F6E-v_KFerzZz4ck3Ru1s0fzVd1OSUK7Qu4BdgFCX68,32812
5
+ datahub/protos/management_pb2.pyi,sha256=MJBltow6rxFspCZ6sTIXLb1_fsUtked141YP1xhWk0g,23155
6
+ datahub/protos/martrix_pb2.pyi,sha256=7kzztGJ5UnSPyiiv6qsBlOKFGwcj4Qm-2_Ke6EqML8A,1342
7
+ datahub/protos/position_pb2.pyi,sha256=Cr-YN8ps9qF18hN4uq8iQWzs59S7nqr5uV-ZhdHC7yM,19342
8
+ datahub/protos/query_pb2.pyi,sha256=ccsTOeG2DyP9eTT_lWCZy14zz4wpzc44ktWZgjPC-9Y,15918
9
+ datahub/protos/quote_pb2.pyi,sha256=jm4Bi32BpZCi6Lq_UjP1iEvE2YeAEDJnYlzK6AHtfYk,25156
10
+ datahub/protos/signal_pb2.pyi,sha256=d3TPBmB_1_PnMu7tkrvbyOacbg-TiI221Noh7PkKv2E,15576
11
+ datahub/protos/strategy_pb2.pyi,sha256=iujX-GnYBULUjiwrmTkor_WJRjwjFgBXDio2-yur3WE,32144
12
+ datahub/protos/trade_pb2.pyi,sha256=-TDJLvDEpRQwaNkn4JPTi39kOraD8PFZHeMQ3z1-bY0,49339
13
+ datahub.build/.gitignore,sha256=aEiIwOuxfzdCmLZe4oB1JsBmCUxwG8x-u-HBCV9JT8E,1
14
+ datahub_binary-0.7.9.dist-info/METADATA,sha256=oqeH84_HiwF9fSaxjtlIYLTWqyBQkBxxSDOezEsRw28,670
15
+ datahub_binary-0.7.9.dist-info/WHEEL,sha256=x5rgv--I0NI0IT1Lh9tN1VG2cI637p3deednwYLKnxc,96
16
+ datahub_binary-0.7.9.dist-info/top_level.txt,sha256=J0rzqYfZghMgpObWaPGhQtV88I-KXrgArDvi_ddf6ZA,8
17
+ datahub_binary-0.7.9.dist-info/RECORD,,
@@ -1,69 +0,0 @@
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: ...
@@ -1,10 +0,0 @@
1
- datahub.cp312-win_amd64.pyd,sha256=1Fsnc_vLHY6pWS8VZgESrplXZ4mHOH7kgrTvPYsGr_A,1121792
2
- datahub.pyi,sha256=jmVpNfMpjO4_0RrTAxbK0ryA0LV2Ym-e8PtddMnCg5M,1085
3
- datahub/protos/martrix_pb2.pyi,sha256=SuTKcGctWdBsDVUneyBB60Ui_pEhvGs4gAf1cpuXWsE,1369
4
- datahub/protos/quote_pb2.pyi,sha256=UYh6NpNaIkHFs5tbTFBsJE01x8alITE6uD7gkOcQ_CQ,25183
5
- datahub/protos/session_pb2.pyi,sha256=bbZ7Ri83oHv4BjUTJ-gy8ldJEVMGdTImKV6T1EdT0pM,2955
6
- datahub.build/.gitignore,sha256=aEiIwOuxfzdCmLZe4oB1JsBmCUxwG8x-u-HBCV9JT8E,1
7
- datahub_binary-0.7.7.dist-info/METADATA,sha256=guCGTqetHu6r6yHSieQCS4BFinXVA3WnSweix0_qXC4,670
8
- datahub_binary-0.7.7.dist-info/WHEEL,sha256=x5rgv--I0NI0IT1Lh9tN1VG2cI637p3deednwYLKnxc,96
9
- datahub_binary-0.7.7.dist-info/top_level.txt,sha256=J0rzqYfZghMgpObWaPGhQtV88I-KXrgArDvi_ddf6ZA,8
10
- datahub_binary-0.7.7.dist-info/RECORD,,