chinadata 0.2.2__py3-none-any.whl → 0.2.4__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.
chinadata/ca_data.py CHANGED
@@ -443,6 +443,8 @@ class pro_api:
443
443
  return self.query(token=self.token, api_name=api_name, **kwargs)
444
444
  def idx_factor_pro(self, api_name='idx_factor_pro', **kwargs):
445
445
  return self.query(token=self.token, api_name=api_name, **kwargs)
446
+ def fund_factor_pro(self, api_name='fund_factor_pro', **kwargs):
447
+ return self.query(token=self.token, api_name=api_name, **kwargs)
446
448
 
447
449
 
448
450
 
@@ -1,9 +1,8 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: chinadata
3
- Version: 0.2.2
3
+ Version: 0.2.4
4
4
  Author: xc
5
5
  Author-email: utyu@gmail.com
6
6
  Platform: any
7
7
  Requires-Dist: requests
8
8
  Requires-Dist: pandas
9
-
@@ -0,0 +1,7 @@
1
+ chinadata/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
2
+ chinadata/ca_data.py,sha256=KZsYxizI7NTApyNgwp9Hjxeu1t79qQp6wq44Xv0z6I0,35310
3
+ chinadata/example.py,sha256=x2veHR97H3ym1ekSc7Kfi1v4RrH7M-d1mm2oqXWEM08,613
4
+ chinadata-0.2.4.dist-info/METADATA,sha256=GDHsvqSadzJG_GgJiLIu559iAQDRzH9hjJQX-jxMbaM,161
5
+ chinadata-0.2.4.dist-info/WHEEL,sha256=PZUExdf71Ui_so67QXpySuHtCi3-J3wvF4ORK6k_S8U,91
6
+ chinadata-0.2.4.dist-info/top_level.txt,sha256=Ptxvu9uzRHP4kVGRf413KuwSvsY2mk_KgQJ6ssWwisU,10
7
+ chinadata-0.2.4.dist-info/RECORD,,
@@ -1,5 +1,5 @@
1
1
  Wheel-Version: 1.0
2
- Generator: bdist_wheel (0.42.0)
2
+ Generator: setuptools (75.6.0)
3
3
  Root-Is-Purelib: true
4
4
  Tag: py3-none-any
5
5
 
@@ -1,7 +0,0 @@
1
- chinadata/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
2
- chinadata/ca_data.py,sha256=HtARq1khasWxCU0C73Q0UFEMwbYgjd7h1Ih_RTHRa-c,35166
3
- chinadata/example.py,sha256=x2veHR97H3ym1ekSc7Kfi1v4RrH7M-d1mm2oqXWEM08,613
4
- chinadata-0.2.2.dist-info/METADATA,sha256=RXn8Yngx_--dHM4WUQgqbae8YZ-9QFSACxC736CJ6uE,163
5
- chinadata-0.2.2.dist-info/WHEEL,sha256=oiQVh_5PnQM0E3gPdiz09WCNmwiHDMaGer_elqB3coM,92
6
- chinadata-0.2.2.dist-info/top_level.txt,sha256=Ptxvu9uzRHP4kVGRf413KuwSvsY2mk_KgQJ6ssWwisU,10
7
- chinadata-0.2.2.dist-info/RECORD,,