datahub_binary 1.7.4__cp312-cp312-win_amd64.whl → 1.7.5__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/datahub.pyi CHANGED
@@ -94,6 +94,7 @@ class DataHub:
94
94
  def get_seq_y_data(self, start_time: datetime, end_time: datetime | None = None, factors: Sequence[str] = (), instruments: Sequence[str] = ()) -> pl.DataFrame: ...
95
95
  def get_return_matrix(self, trade_time: datetime, factors: Sequence[str], instrument_ids: Sequence[str], adj_method: Literal['forward'] = 'forward') -> BarDataMatrix: ...
96
96
  def get_ex_factor_info(self, instruments: Sequence[str] = (), trade_date: date | None = None) -> pl.DataFrame: ...
97
+ def get_ex_split_info(self, instruments: Sequence[str] = (), trade_date: date | None = None) -> pl.DataFrame: ...
97
98
  def get_instrument_industry(self, trade_date: date, industry_source: str = 'sws', industry_level: Literal[1, 2, 3] = 1, use_last: bool = False) -> pl.DataFrame: ...
98
99
  def get_md_transaction(self, start_date: date, end_date: date | None = None, instruments: Sequence[str] = (), markets: Sequence[str] = ()) -> pl.DataFrame: ...
99
100
  def get_md_snapshot(self, start_date: date, end_date: date | None = None, instruments: Sequence[str] = (), markets: Sequence[str] = ()) -> pl.DataFrame: ...
datahub/dbo/sr.pyi CHANGED
@@ -41,6 +41,7 @@ class StarRocks(Database):
41
41
  def get_seq_y_data(self, start_time: datetime, end_time: datetime, factors: Sequence[str] = (), instruments: Sequence[str] = ()) -> pl.DataFrame: ...
42
42
  def get_seq_y_stat(self, start_time: datetime, end_time: datetime, stat_type: str, factors: Sequence[str] = (), instruments: Sequence[str] = ()) -> pl.DataFrame: ...
43
43
  def get_ex_factor_info(self, instruments: Sequence[str] = (), trade_date: date | None = None) -> pl.DataFrame: ...
44
+ def get_ex_split_info(self, instruments: Sequence[str] = (), trade_date: date | None = None) -> pl.DataFrame: ...
44
45
  def get_trading_days(self, start_date: date, end_date: date, market: str = 'XSHG') -> list[date]: ...
45
46
  def get_kline(self, freq: str, instruments: Sequence[str] = (), start_time: datetime | None = None, end_time: datetime | None = None, adj_method: str | None = None) -> pl.DataFrame: ...
46
47
  def get_md_transaction(self, start_date: date, end_date: date, instruments: Sequence[str] = (), markets: Sequence[str] = ()) -> pl.DataFrame: ...
Binary file
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: datahub_binary
3
- Version: 1.7.4
3
+ Version: 1.7.5
4
4
  Summary: A comprehensive Python library for data processing, integration, and management.
5
5
  Requires-Python: <3.13,>=3.9
6
6
  Description-Content-Type: text/markdown
@@ -1,14 +1,14 @@
1
- datahub.cp312-win_amd64.pyd,sha256=dOOQsqbo8b9TFVpYWVf7dCOWQb3F4TY7Qmah_sj2vLc,1848320
1
+ datahub.cp312-win_amd64.pyd,sha256=x-5WMTePICEL3EwuaPRE54KHao-PrpQkr6zobTizf6Y,1858048
2
2
  datahub.pyi,sha256=nmSoTvdNi_E6ZSrzqBmjDNQAAJB1o8lJQfsXNQvcLjM,1449
3
3
  datahub/__init__.pyi,sha256=hX8D9Qd6uPjZiUBd6rIq7Llkt_H4l_RvRXsws3sdYbI,630
4
4
  datahub/datacache.pyi,sha256=rVDkzr0nLn54RT6EkYMDBh41t788XfVFyL4XKTJ2eSM,3587
5
- datahub/datahub.pyi,sha256=vBISZrxMT6MzdBTLHya6OOGPgLlrRO1XNvOLc__OlyE,9567
5
+ datahub/datahub.pyi,sha256=7eRhMpTcLoOA1pea55i6OuWI83m9uTS_dSy-E1QAuAA,9686
6
6
  datahub/setting.pyi,sha256=u6gYjjF6r1thSpp2XNMvg_1JUcqB64dRTkNoHlOoKUQ,889
7
7
  datahub/ats/client_sdk.pyi,sha256=3g6pnbQIZSTIgfyTQ-MvjcMb0aRNMQ3atXeMrEBdfS8,3929
8
8
  datahub/dbo/database.pyi,sha256=O8Gp0Os3tzznLa6hdmCaXnq7Iw4xAAkW4YcjK0jUSUY,1024
9
9
  datahub/dbo/pg.pyi,sha256=zSr5GAiPVwvqXSN6qctkUh1My7c2tMyGETJB0Ir1Uvo,871
10
10
  datahub/dbo/redis_stream.pyi,sha256=B3DJ5GQ_gnGqaPAGwgHwvTAVubMz99mAaoS8EK_2VaQ,734
11
- datahub/dbo/sr.pyi,sha256=gGpliAQSwdzSXQ9QWBIeFvHZz1ZXsV7uiuJQkLxJWjw,6370
11
+ datahub/dbo/sr.pyi,sha256=jIXIUba7q2OCdBwJIOg8oUy8CV-8HV2IGiUywkHbOA0,6489
12
12
  datahub/protos/client_pb2.pyi,sha256=CZTEbNX3LduN31Ir1gNb4iK9GFEbP75kc4yeuAwg-dA,220830
13
13
  datahub/protos/common_pb2.pyi,sha256=KCzIIakHr0iViKFNFcK1ZotkqcQuZ9_XTNIfvyvcSbM,32839
14
14
  datahub/protos/management_pb2.pyi,sha256=DtHNxR31C1T4HTUWT7KSsFPMvHiq37u_3G3aO__McA8,23183
@@ -25,7 +25,7 @@ datahub/utils/monitor/__init__.pyi,sha256=EOwgf8CbJ4g3iUAaFoR6O-mYemJ9xjP42zlBj2
25
25
  datahub/utils/monitor/base.pyi,sha256=n1dKYK73JJ_7QPkCWFc-6Aj_a16j2z_VBaQ9zkN9A3E,310
26
26
  datahub/utils/monitor/feishu.pyi,sha256=GgvJXYeX3cPOQjqpV0GJUr_Ri1_cZe2-viRBkpe6O_g,402
27
27
  datahub.build/.gitignore,sha256=aEiIwOuxfzdCmLZe4oB1JsBmCUxwG8x-u-HBCV9JT8E,1
28
- datahub_binary-1.7.4.dist-info/METADATA,sha256=qfAtLwvyL7nhcjvgTycodpYmXn0995zTGSMDeV5yS1s,7842
29
- datahub_binary-1.7.4.dist-info/WHEEL,sha256=HT5wMepVT3_fC8RyaY7h_bho8yBhlmmR1GN-7bjpAPw,97
30
- datahub_binary-1.7.4.dist-info/top_level.txt,sha256=J0rzqYfZghMgpObWaPGhQtV88I-KXrgArDvi_ddf6ZA,8
31
- datahub_binary-1.7.4.dist-info/RECORD,,
28
+ datahub_binary-1.7.5.dist-info/METADATA,sha256=FT-ooBgrqSHuHNTA-VFsJ0reDUWnHuus1kz8z9xqIu0,7842
29
+ datahub_binary-1.7.5.dist-info/WHEEL,sha256=HT5wMepVT3_fC8RyaY7h_bho8yBhlmmR1GN-7bjpAPw,97
30
+ datahub_binary-1.7.5.dist-info/top_level.txt,sha256=J0rzqYfZghMgpObWaPGhQtV88I-KXrgArDvi_ddf6ZA,8
31
+ datahub_binary-1.7.5.dist-info/RECORD,,