chinadata 0.3.3__py3-none-any.whl → 0.3.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.3.3.dist-info → chinadata-0.3.5.dist-info}/METADATA +1 -1
- chinadata-0.3.5.dist-info/RECORD +7 -0
- chinadata-0.3.3.dist-info/RECORD +0 -7
- {chinadata-0.3.3.dist-info → chinadata-0.3.5.dist-info}/WHEEL +0 -0
- {chinadata-0.3.3.dist-info → chinadata-0.3.5.dist-info}/top_level.txt +0 -0
chinadata/ca_data.py
CHANGED
|
@@ -760,6 +760,9 @@ class pro_api:
|
|
|
760
760
|
def limit_cpt_list(self, api_name='limit_cpt_list', **kwargs):
|
|
761
761
|
return self.query(token=self.token, api_name=api_name, **kwargs)
|
|
762
762
|
|
|
763
|
+
def ci_index_member(self, api_name='ci_index_member', **kwargs):
|
|
764
|
+
return self.query(token=self.token, api_name=api_name, **kwargs)
|
|
765
|
+
|
|
763
766
|
|
|
764
767
|
import pandas as pd
|
|
765
768
|
import os
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
chinadata/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
2
|
+
chinadata/ca_data.py,sha256=FFYnTvrUUnyqEVPqBclmYTyHA2OO_pT0b9IW7LZ-YV0,36436
|
|
3
|
+
chinadata/example.py,sha256=x2veHR97H3ym1ekSc7Kfi1v4RrH7M-d1mm2oqXWEM08,613
|
|
4
|
+
chinadata-0.3.5.dist-info/METADATA,sha256=lX3bQ2ycimjYzhoIF1cIV-e34WIYEVgqmt3A2pCmcAo,161
|
|
5
|
+
chinadata-0.3.5.dist-info/WHEEL,sha256=PZUExdf71Ui_so67QXpySuHtCi3-J3wvF4ORK6k_S8U,91
|
|
6
|
+
chinadata-0.3.5.dist-info/top_level.txt,sha256=Ptxvu9uzRHP4kVGRf413KuwSvsY2mk_KgQJ6ssWwisU,10
|
|
7
|
+
chinadata-0.3.5.dist-info/RECORD,,
|
chinadata-0.3.3.dist-info/RECORD
DELETED
|
@@ -1,7 +0,0 @@
|
|
|
1
|
-
chinadata/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
2
|
-
chinadata/ca_data.py,sha256=1rll6O925630WDKwaIWN2EyWqrfDgHr3MVM-OZCROQg,36290
|
|
3
|
-
chinadata/example.py,sha256=x2veHR97H3ym1ekSc7Kfi1v4RrH7M-d1mm2oqXWEM08,613
|
|
4
|
-
chinadata-0.3.3.dist-info/METADATA,sha256=4410UI_HCH_3zpCPo2v41wmniXur3ui-i6BlxsaALuM,161
|
|
5
|
-
chinadata-0.3.3.dist-info/WHEEL,sha256=PZUExdf71Ui_so67QXpySuHtCi3-J3wvF4ORK6k_S8U,91
|
|
6
|
-
chinadata-0.3.3.dist-info/top_level.txt,sha256=Ptxvu9uzRHP4kVGRf413KuwSvsY2mk_KgQJ6ssWwisU,10
|
|
7
|
-
chinadata-0.3.3.dist-info/RECORD,,
|
|
File without changes
|
|
File without changes
|