datahub_binary 1.4.8__cp312-cp312-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/client_pb2.pyi +4181 -0
- datahub/protos/common_pb2.pyi +604 -0
- datahub/protos/management_pb2.pyi +444 -0
- datahub/protos/position_pb2.pyi +652 -0
- datahub/protos/query_pb2.pyi +310 -0
- datahub/protos/quote_pb2.pyi +488 -0
- datahub/protos/signal_pb2.pyi +295 -0
- datahub/protos/strategy_pb2.pyi +615 -0
- datahub/protos/trade_pb2.pyi +921 -0
- datahub.build/.gitignore +1 -0
- datahub.cpython-312-x86_64-linux-gnu.so +0 -0
- datahub.pyi +67 -0
- datahub_binary-1.4.8.dist-info/METADATA +22 -0
- datahub_binary-1.4.8.dist-info/RECORD +16 -0
- datahub_binary-1.4.8.dist-info/WHEEL +6 -0
- datahub_binary-1.4.8.dist-info/top_level.txt +1 -0
datahub.build/.gitignore
ADDED
@@ -0,0 +1 @@
|
|
1
|
+
*
|
Binary file
|
datahub.pyi
ADDED
@@ -0,0 +1,67 @@
|
|
1
|
+
# This file was generated by Nuitka
|
2
|
+
|
3
|
+
# Stubs included by default
|
4
|
+
from __future__ import annotations
|
5
|
+
from datahub import BarDataMatrix, CronTask, DataHub
|
6
|
+
from datahub.ats import client_sdk
|
7
|
+
from setting import *
|
8
|
+
import datahub.protos
|
9
|
+
import datahub.utils.logger
|
10
|
+
import datahub.utils.sftp
|
11
|
+
|
12
|
+
__all__ = ['DataHub', 'Setting', 'StarRocksSetting', 'RedisSetting', 'PostgresSetting', 'BarDataMatrix', 'protos', 'sftp', 'logger', 'SftpSetting', 'CronServerSetting', 'CronTask', 'ats_client']
|
13
|
+
|
14
|
+
__name__ = ...
|
15
|
+
|
16
|
+
|
17
|
+
|
18
|
+
# Modules used internally, to allow implicit dependencies to be seen:
|
19
|
+
import os
|
20
|
+
import _frozen_importlib_external
|
21
|
+
import datetime
|
22
|
+
import time
|
23
|
+
import dataclasses
|
24
|
+
import enum
|
25
|
+
import queue
|
26
|
+
import threading
|
27
|
+
import typing
|
28
|
+
import uuid
|
29
|
+
import zmq
|
30
|
+
import loguru
|
31
|
+
import glob
|
32
|
+
import json
|
33
|
+
import polars
|
34
|
+
import datahub.StarRocksSetting
|
35
|
+
import datahub.PostgresSetting
|
36
|
+
import datahub.Setting
|
37
|
+
import posixpath
|
38
|
+
import bisect
|
39
|
+
import random
|
40
|
+
import httpx
|
41
|
+
import numpy
|
42
|
+
import numpy.typing
|
43
|
+
import pydantic
|
44
|
+
import contextlib
|
45
|
+
import sqlalchemy
|
46
|
+
import sqlalchemy.engine
|
47
|
+
import sqlalchemy.orm
|
48
|
+
import sqlalchemy.pool
|
49
|
+
import sqlalchemy.dialects
|
50
|
+
import sqlalchemy.dialects.postgresql
|
51
|
+
import redis
|
52
|
+
import redis.exceptions
|
53
|
+
import hashlib
|
54
|
+
import warnings
|
55
|
+
import io
|
56
|
+
import socket
|
57
|
+
import google
|
58
|
+
import google.protobuf
|
59
|
+
import google.protobuf.internal
|
60
|
+
import sys
|
61
|
+
import functools
|
62
|
+
import datahub.utils.monitor.Feishu
|
63
|
+
import lark_oapi
|
64
|
+
import lark_oapi.api
|
65
|
+
import lark_oapi.api.im
|
66
|
+
import lark_oapi.api.im.v1
|
67
|
+
import paramiko
|
@@ -0,0 +1,22 @@
|
|
1
|
+
Metadata-Version: 2.4
|
2
|
+
Name: datahub_binary
|
3
|
+
Version: 1.4.8
|
4
|
+
Summary: A comprehensive Python library for data processing, integration, and management.
|
5
|
+
Requires-Python: <3.13,>=3.9
|
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.0.0
|
14
|
+
Requires-Dist: protobuf>=6.30.1
|
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: toml>=0.10.0
|
19
|
+
Requires-Dist: pydantic>=2.11.3
|
20
|
+
Requires-Dist: lark-oapi>=1.4.14
|
21
|
+
Requires-Dist: pyzmq>=26.4.0
|
22
|
+
Requires-Dist: sortedcontainers>=2.4.0
|
@@ -0,0 +1,16 @@
|
|
1
|
+
datahub.cpython-312-x86_64-linux-gnu.so,sha256=chztIuvD-niwCeoMdelZQ1VxnHqLNnDaKOr6JSBCpzc,2615280
|
2
|
+
datahub.pyi,sha256=uC3jncBHPgd39EPO3fJGev-sbW0MTxYayJyPScMs4cI,1486
|
3
|
+
datahub/protos/client_pb2.pyi,sha256=CZTEbNX3LduN31Ir1gNb4iK9GFEbP75kc4yeuAwg-dA,220830
|
4
|
+
datahub/protos/common_pb2.pyi,sha256=KCzIIakHr0iViKFNFcK1ZotkqcQuZ9_XTNIfvyvcSbM,32839
|
5
|
+
datahub/protos/management_pb2.pyi,sha256=DtHNxR31C1T4HTUWT7KSsFPMvHiq37u_3G3aO__McA8,23183
|
6
|
+
datahub/protos/position_pb2.pyi,sha256=C4FCpOCjQrNtqvtjvxPZFbDG7aWBsjmQEBSzNVmRKp4,32252
|
7
|
+
datahub/protos/query_pb2.pyi,sha256=V6-yht8zbiCm02e7MTb1Ag_afoMnBFX1YsIETdom87I,15945
|
8
|
+
datahub/protos/quote_pb2.pyi,sha256=zfOKFL8y0RhUSfzBQRUydJRTJ4Y6lYe4CzJjjNASwJg,26766
|
9
|
+
datahub/protos/signal_pb2.pyi,sha256=HJxCtrEOlc1cBtH-ywFRvKItT0IiLyQVb0jzdkRF6mY,15879
|
10
|
+
datahub/protos/strategy_pb2.pyi,sha256=JmRoiuRdyE_1m6qQxxBMAvLp2OngDSHxTYivkcZQ2PU,32767
|
11
|
+
datahub/protos/trade_pb2.pyi,sha256=YLZFMLEMR3q1fSQxgyR81BsVvYngNQPbKPKvLA7ktjs,49810
|
12
|
+
datahub.build/.gitignore,sha256=aEiIwOuxfzdCmLZe4oB1JsBmCUxwG8x-u-HBCV9JT8E,1
|
13
|
+
datahub_binary-1.4.8.dist-info/METADATA,sha256=5vgFBpF5IV-yOojvBbZu-ko45HjdXxv_s704XVCjPZs,784
|
14
|
+
datahub_binary-1.4.8.dist-info/WHEEL,sha256=Oa6Ro-LmFY5F65shFK5kvKQRqk8efHYcAutx-BVSQsg,147
|
15
|
+
datahub_binary-1.4.8.dist-info/top_level.txt,sha256=J0rzqYfZghMgpObWaPGhQtV88I-KXrgArDvi_ddf6ZA,8
|
16
|
+
datahub_binary-1.4.8.dist-info/RECORD,,
|
@@ -0,0 +1 @@
|
|
1
|
+
datahub
|