akshare 1.15.59__py3-none-any.whl → 1.15.60__py3-none-any.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.

Potentially problematic release.


This version of akshare might be problematic. Click here for more details.

akshare/__init__.py CHANGED
@@ -2969,9 +2969,10 @@ amac_manager_cancelled_info # 中国证券投资基金业协会-信息公示-诚
2969
2969
  1.15.57 fix: fix add 2025 trade date
2970
2970
  1.15.58 fix: fix futures_hold_pos_sina interface
2971
2971
  1.15.59 fix: fix stock_sy_hy_em interface
2972
+ 1.15.60 fix: fix stock_hot_keyword_em interface
2972
2973
  """
2973
2974
 
2974
- __version__ = "1.15.59"
2975
+ __version__ = "1.15.60"
2975
2976
  __author__ = "AKFamily"
2976
2977
 
2977
2978
  import sys
akshare/datasets.py CHANGED
@@ -1,7 +1,7 @@
1
1
  # -*- coding:utf-8 -*-
2
2
  # !/usr/bin/env python
3
3
  """
4
- Date: 2024/9/3 15:30
4
+ Date: 2024/12/30 15:30
5
5
  Desc: 导入文件工具,可以正确处理路径问题
6
6
  """
7
7
 
@@ -15,7 +15,7 @@ def get_ths_js(file: str = "ths.js") -> pathlib.Path:
15
15
  :return: 文件路径
16
16
  :rtype: pathlib.Path
17
17
  """
18
- with resources.path(package="akshare.data", resource=file) as f:
18
+ with resources.path("akshare.data", file) as f:
19
19
  data_file_path = f
20
20
  return data_file_path
21
21
 
@@ -26,7 +26,7 @@ def get_crypto_info_csv(file: str = "crypto_info.zip") -> pathlib.Path:
26
26
  :return: 文件路径
27
27
  :rtype: pathlib.Path
28
28
  """
29
- with resources.path(package="akshare.data", resource=file) as f:
29
+ with resources.path("akshare.data", file) as f:
30
30
  data_file_path = f
31
31
  return data_file_path
32
32
 
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: akshare
3
- Version: 1.15.59
3
+ Version: 1.15.60
4
4
  Summary: AKShare is an elegant and simple financial data interface library for Python, built for human beings!
5
5
  Home-page: https://github.com/akfamily/akshare
6
6
  Author: AKFamily
@@ -1,5 +1,5 @@
1
- akshare/__init__.py,sha256=-2x4m6WuSG-J4cKyC8scsciXiXnDaOdxAQgHezjlHlo,184736
2
- akshare/datasets.py,sha256=-qdwaQjgBlftX84uM74KJqCYJYkQ50PV416_neA4uls,995
1
+ akshare/__init__.py,sha256=LWJVVgbMB0iXWeSG_052Yh-FmXawlBo_J5noDgO6oJI,184784
2
+ akshare/datasets.py,sha256=rKuRNZrqi6IMsZ9nyvO3Rx02js0tH3zMLjz8HQNAoPQ,963
3
3
  akshare/exceptions.py,sha256=WEJjIhSmJ_xXNW6grwV4nufE_cfmmyuhmueVGiN1VAg,878
4
4
  akshare/request.py,sha256=HtFFf9MhfEibR-ETWe-1Tts6ELU4VKSqA-ghaXjegQM,4252
5
5
  akshare/air/__init__.py,sha256=RMTf1bT5EOE3ttWpn3hGu1LtUmsVxDoa0W7W0gXHOy8,81
@@ -377,8 +377,8 @@ akshare/utils/token_process.py,sha256=K4rGXjh_tgugbRcyOK2h2x0jP3PT65IIK7nxhUKhOe
377
377
  akshare/utils/tqdm.py,sha256=MuPNwcswkOGjwWQOMWXi9ZvQ_RmW4obCWRj2i7HM7FE,847
378
378
  tests/__init__.py,sha256=gNzhlO0UPjFq6Ieb38kaVIODXv4cTDByrdohAZnDYt4,82
379
379
  tests/test_func.py,sha256=j1MGYbZI2if2j_LY1S4FLsf4qfq4NwVqD5wmRlv5Log,832
380
- akshare-1.15.59.dist-info/LICENSE,sha256=mmSZCPgfHiVw34LXuFArd-SUgQtBJ_QsIlh-kWlDHfs,1073
381
- akshare-1.15.59.dist-info/METADATA,sha256=MbOf1jZXf1HHhDjaa_DwgfyHgxxXWrW-qanLsGbP3PE,13423
382
- akshare-1.15.59.dist-info/WHEEL,sha256=PZUExdf71Ui_so67QXpySuHtCi3-J3wvF4ORK6k_S8U,91
383
- akshare-1.15.59.dist-info/top_level.txt,sha256=jsf9ZzZPmHaISTVumQPsAw7vv7Yv-PdEVW70SMEelQQ,14
384
- akshare-1.15.59.dist-info/RECORD,,
380
+ akshare-1.15.60.dist-info/LICENSE,sha256=mmSZCPgfHiVw34LXuFArd-SUgQtBJ_QsIlh-kWlDHfs,1073
381
+ akshare-1.15.60.dist-info/METADATA,sha256=rL8Nz3-2fUc5gXmkgZRO0DGVkZ-InHIsxWC4K6svFG8,13423
382
+ akshare-1.15.60.dist-info/WHEEL,sha256=PZUExdf71Ui_so67QXpySuHtCi3-J3wvF4ORK6k_S8U,91
383
+ akshare-1.15.60.dist-info/top_level.txt,sha256=jsf9ZzZPmHaISTVumQPsAw7vv7Yv-PdEVW70SMEelQQ,14
384
+ akshare-1.15.60.dist-info/RECORD,,