chinadata 0.2.3__py3-none-any.whl → 0.2.5__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
@@ -704,6 +704,9 @@ class pro_api:
704
704
  def moneyflow_dc(self, api_name='moneyflow_dc', **kwargs):
705
705
  return self.query(token=self.token, api_name=api_name, **kwargs)
706
706
 
707
+ def moneyflow_cnt_ths(self, api_name='moneyflow_cnt_ths', **kwargs):
708
+ return self.query(token=self.token, api_name=api_name, **kwargs)
709
+
707
710
  def kpl_concept(self, api_name='kpl_concept', **kwargs):
708
711
  return self.query(token=self.token, api_name=api_name, **kwargs)
709
712
 
@@ -1,8 +1,9 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: chinadata
3
- Version: 0.2.3
3
+ Version: 0.2.5
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=W6_4lFT305eTprVNeNVaV2tLowRUP69AIZiF7rAQSzE,35575
3
+ chinadata/example.py,sha256=eKj2Hl5KVq9EJGWVY2ZoRJOqZ-p4yiSoFI-xVzdf8LA,575
4
+ chinadata-0.2.5.dist-info/METADATA,sha256=N23cV9UO0kqaoh6q7K3PVAoLXwqlMT3wsrCZPGRvIx8,163
5
+ chinadata-0.2.5.dist-info/WHEEL,sha256=yQN5g4mg4AybRjkgi-9yy4iQEFibGQmlz78Pik5Or-A,92
6
+ chinadata-0.2.5.dist-info/top_level.txt,sha256=Ptxvu9uzRHP4kVGRf413KuwSvsY2mk_KgQJ6ssWwisU,10
7
+ chinadata-0.2.5.dist-info/RECORD,,
@@ -1,5 +1,5 @@
1
1
  Wheel-Version: 1.0
2
- Generator: setuptools (75.6.0)
2
+ Generator: bdist_wheel (0.41.2)
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=bvP7Pw_fJwiWwPsLqqJ-GYOJosuBHDoA78MSmAGoowI,35425
3
- chinadata/example.py,sha256=eKj2Hl5KVq9EJGWVY2ZoRJOqZ-p4yiSoFI-xVzdf8LA,575
4
- chinadata-0.2.3.dist-info/METADATA,sha256=7fLH7XCtZHPU04RZ6SUOf_jPsIQYx28NUDrxb5IFBUM,161
5
- chinadata-0.2.3.dist-info/WHEEL,sha256=PZUExdf71Ui_so67QXpySuHtCi3-J3wvF4ORK6k_S8U,91
6
- chinadata-0.2.3.dist-info/top_level.txt,sha256=Ptxvu9uzRHP4kVGRf413KuwSvsY2mk_KgQJ6ssWwisU,10
7
- chinadata-0.2.3.dist-info/RECORD,,