mns-common 1.2.7.8__py3-none-any.whl → 1.2.8.0__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 mns-common might be problematic. Click here for more details.
- mns_common/component/company/company_common_service_new_api.py +9 -0
- {mns_common-1.2.7.8.dist-info → mns_common-1.2.8.0.dist-info}/METADATA +1 -1
- {mns_common-1.2.7.8.dist-info → mns_common-1.2.8.0.dist-info}/RECORD +5 -5
- {mns_common-1.2.7.8.dist-info → mns_common-1.2.8.0.dist-info}/WHEEL +0 -0
- {mns_common-1.2.7.8.dist-info → mns_common-1.2.8.0.dist-info}/top_level.txt +0 -0
|
@@ -105,3 +105,12 @@ def amend_ths_industry(real_time_quotes_now_init):
|
|
|
105
105
|
# 处理na值
|
|
106
106
|
real_time_quotes_now_result.fillna('', inplace=True)
|
|
107
107
|
return real_time_quotes_now_result
|
|
108
|
+
|
|
109
|
+
|
|
110
|
+
# 获取公司详情
|
|
111
|
+
@lru_cache(maxsize=None)
|
|
112
|
+
def get_company_all_info_info():
|
|
113
|
+
return mongodb_util.find_query_data_choose_field('company_info', {},
|
|
114
|
+
{"ths_concept_list_info": 0,
|
|
115
|
+
"kpl_plate_list_info": 0,
|
|
116
|
+
})
|
|
@@ -66,7 +66,7 @@ mns_common/component/classify/symbol_classify_api.py,sha256=fwT2qM-F-eADOtUeRgyq
|
|
|
66
66
|
mns_common/component/classify/symbol_classify_param.py,sha256=ZOXoZeZ2grVACrpRCQyTF6_NEI9fI-tspYj7jubnkmc,1356
|
|
67
67
|
mns_common/component/company/__init__.py,sha256=2U9DiKslxsWwLLEcZKjS8UiQPN1QgALvnK3HiJNIZE0,163
|
|
68
68
|
mns_common/component/company/company_common_service_api.py,sha256=pqb11v5y0uFWJtqA7K-AMf6hzyrFUq_OVpvr7uaWOow,8252
|
|
69
|
-
mns_common/component/company/company_common_service_new_api.py,sha256=
|
|
69
|
+
mns_common/component/company/company_common_service_new_api.py,sha256=33I7KwWsG8prWPVO45XW_H3QW_BIcq2YRCaSlyKhH-4,5457
|
|
70
70
|
mns_common/component/concept/__init__.py,sha256=2U9DiKslxsWwLLEcZKjS8UiQPN1QgALvnK3HiJNIZE0,163
|
|
71
71
|
mns_common/component/concept/kpl_concept_common_service_api.py,sha256=Ruc3INOhVjB0X1LeMRX0zL3uhv9OLweG2hj6wkZffow,3235
|
|
72
72
|
mns_common/component/concept/ths_concept_common_service_api.py,sha256=ik_3T0oWtyTWYOSjmSEGrcd32DsvoHqiEYeGDMLIRRg,10270
|
|
@@ -124,7 +124,7 @@ mns_common/utils/date_handle_util.py,sha256=qkEyKLYiVq6qpKVp32MLKwRtGKVBK6AY5at2
|
|
|
124
124
|
mns_common/utils/db_util.py,sha256=hSmfNAN4vEeEaUva6_cicZEhb2jSnib-Gvk2reke1vc,2590
|
|
125
125
|
mns_common/utils/file_util.py,sha256=egWu6PenGPRp_ixrNTHKarT4dAnOT6FETR82EHUZJnQ,1042
|
|
126
126
|
mns_common/utils/ip_util.py,sha256=UTcYfz_uytB__6nlBf7T-izuI7hi4XdB6ET0sJgEel4,969
|
|
127
|
-
mns_common-1.2.
|
|
128
|
-
mns_common-1.2.
|
|
129
|
-
mns_common-1.2.
|
|
130
|
-
mns_common-1.2.
|
|
127
|
+
mns_common-1.2.8.0.dist-info/METADATA,sha256=FdfuYPC8v0xvLvRqXuP4omNRdUN12UpOR3fT8y7-fLw,61
|
|
128
|
+
mns_common-1.2.8.0.dist-info/WHEEL,sha256=GJ7t_kWBFywbagK5eo9IoUwLW6oyOeTKmQ-9iHFVNxQ,92
|
|
129
|
+
mns_common-1.2.8.0.dist-info/top_level.txt,sha256=ZC58kAR-8Hvc6U2xhYNBNLAh3mb6sZazbdj5nZpvEkQ,11
|
|
130
|
+
mns_common-1.2.8.0.dist-info/RECORD,,
|
|
File without changes
|
|
File without changes
|