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 +3 -0
- {chinadata-0.2.3.dist-info → chinadata-0.2.5.dist-info}/METADATA +2 -1
- chinadata-0.2.5.dist-info/RECORD +7 -0
- {chinadata-0.2.3.dist-info → chinadata-0.2.5.dist-info}/WHEEL +1 -1
- chinadata-0.2.3.dist-info/RECORD +0 -7
- {chinadata-0.2.3.dist-info → chinadata-0.2.5.dist-info}/top_level.txt +0 -0
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
|
|
|
@@ -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,,
|
chinadata-0.2.3.dist-info/RECORD
DELETED
|
@@ -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,,
|
|
File without changes
|