mns-scheduler 1.0.2.0__py3-none-any.whl → 1.0.2.1__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-scheduler might be problematic. Click here for more details.
- mns_scheduler/company_info/company_info_sync_api.py +2 -0
- mns_scheduler/zt/zt_pool_sync_api.py +20 -21
- {mns_scheduler-1.0.2.0.dist-info → mns_scheduler-1.0.2.1.dist-info}/METADATA +1 -1
- {mns_scheduler-1.0.2.0.dist-info → mns_scheduler-1.0.2.1.dist-info}/RECORD +6 -6
- {mns_scheduler-1.0.2.0.dist-info → mns_scheduler-1.0.2.1.dist-info}/WHEEL +0 -0
- {mns_scheduler-1.0.2.0.dist-info → mns_scheduler-1.0.2.1.dist-info}/top_level.txt +0 -0
|
@@ -367,6 +367,7 @@ def set_kpl_data(kpl_real_time_quotes_one, company_info_type, company_one):
|
|
|
367
367
|
return company_info_type
|
|
368
368
|
|
|
369
369
|
|
|
370
|
+
# 更新新上市公司信息
|
|
370
371
|
def new_company_info_update():
|
|
371
372
|
east_money_stock_info = get_east_money_stock_info()
|
|
372
373
|
new_stock = common_service_fun_api.get_new_stock(east_money_stock_info)
|
|
@@ -380,6 +381,7 @@ def new_company_info_update():
|
|
|
380
381
|
company_common_service_api.company_info_industry_cache_clear
|
|
381
382
|
|
|
382
383
|
|
|
384
|
+
# 保存申万行业分类
|
|
383
385
|
def save_sw_data(company_info_type):
|
|
384
386
|
first_sw_info = company_info_type[[
|
|
385
387
|
'first_sw_industry',
|
|
@@ -126,24 +126,23 @@ def save_zt_info(str_day):
|
|
|
126
126
|
mongodb_util.save_mongo(stock_em_zt_pool_df_data, 'stock_zt_pool')
|
|
127
127
|
return stock_em_zt_pool_df_data
|
|
128
128
|
|
|
129
|
-
|
|
130
|
-
|
|
131
|
-
|
|
132
|
-
|
|
133
|
-
|
|
134
|
-
|
|
135
|
-
|
|
136
|
-
|
|
137
|
-
|
|
138
|
-
|
|
139
|
-
|
|
140
|
-
|
|
141
|
-
|
|
142
|
-
|
|
143
|
-
|
|
144
|
-
|
|
145
|
-
|
|
146
|
-
|
|
147
|
-
|
|
148
|
-
|
|
149
|
-
str_now_day = sync_date.strftime('%Y-%m-%d')
|
|
129
|
+
# from datetime import datetime
|
|
130
|
+
#
|
|
131
|
+
# if __name__ == '__main__':
|
|
132
|
+
#
|
|
133
|
+
# sync_date = date_handle_util.add_date_day('20240110', 0)
|
|
134
|
+
#
|
|
135
|
+
# now_date = datetime.now()
|
|
136
|
+
#
|
|
137
|
+
# str_now_day = sync_date.strftime('%Y-%m-%d')
|
|
138
|
+
#
|
|
139
|
+
# while now_date > sync_date:
|
|
140
|
+
# try:
|
|
141
|
+
# save_zt_info(str_now_day)
|
|
142
|
+
# sync_date = date_handle_util.add_date_day(date_handle_util.no_slash_date(str_now_day), 1)
|
|
143
|
+
# print(str_now_day)
|
|
144
|
+
# str_now_day = sync_date.strftime('%Y-%m-%d')
|
|
145
|
+
#
|
|
146
|
+
# except BaseException as e:
|
|
147
|
+
# sync_date = date_handle_util.add_date_day(date_handle_util.no_slash_date(str_now_day), 1)
|
|
148
|
+
# str_now_day = sync_date.strftime('%Y-%m-%d')
|
|
@@ -3,7 +3,7 @@ mns_scheduler/big_deal/__init__.py,sha256=QWBdZwBCvQw8aS4hnL9_pg3U3ZiNLUXzlImyy9
|
|
|
3
3
|
mns_scheduler/big_deal/ths_big_deal_sync.py,sha256=wezGJWFRnKYBaPP9PVXLqMbHENOXgvJtw3HSGCSlX5c,4555
|
|
4
4
|
mns_scheduler/company_info/__init__.py,sha256=QWBdZwBCvQw8aS4hnL9_pg3U3ZiNLUXzlImyy9WhUcI,163
|
|
5
5
|
mns_scheduler/company_info/company_constant_data.py,sha256=LwyBWLoErAUPXss68ebVj3Qe8GouvKDFtyHrWuMd-qU,15238
|
|
6
|
-
mns_scheduler/company_info/company_info_sync_api.py,sha256=
|
|
6
|
+
mns_scheduler/company_info/company_info_sync_api.py,sha256=XRBFTabxNjDisD6VfQvu8d8tyn-8urAKSYRSfaKcvwE,20330
|
|
7
7
|
mns_scheduler/concept/__init__.py,sha256=QWBdZwBCvQw8aS4hnL9_pg3U3ZiNLUXzlImyy9WhUcI,163
|
|
8
8
|
mns_scheduler/concept/clean/__init__.py,sha256=QWBdZwBCvQw8aS4hnL9_pg3U3ZiNLUXzlImyy9WhUcI,163
|
|
9
9
|
mns_scheduler/concept/clean/ths_effective_concept_clean_api.py,sha256=2CzG7zvA2mydjIvnckMWz8eR_tmdfOl8k-I0eov9fy4,2440
|
|
@@ -55,11 +55,11 @@ mns_scheduler/zt/export_open_data_to_excel.py,sha256=haOSmh-aXnScp58u0mLE_QvcWII
|
|
|
55
55
|
mns_scheduler/zt/realtime_quotes_now_zt_kc_sync.py,sha256=9xTMcHBoSotN8ZvGOBkh_E8BDfPbwsCoLzX3XZMV0-s,17269
|
|
56
56
|
mns_scheduler/zt/today_high_chg_pool_sync_api.py,sha256=G6FXMH7HnvhyMFoE-RszggkByEp4bThyebt_9KiSX7c,21283
|
|
57
57
|
mns_scheduler/zt/zt_five_boards_sync_api.py,sha256=HfjPHKD99fU9c37kSenEX2_qNvFAjQGgy8ERuacSxwk,10916
|
|
58
|
-
mns_scheduler/zt/zt_pool_sync_api.py,sha256=
|
|
58
|
+
mns_scheduler/zt/zt_pool_sync_api.py,sha256=tzSCnqAelV7MQBZ3KcpOQQHNYnjFnmvoDFcapBpU_NA,7534
|
|
59
59
|
mns_scheduler/zz_task/__init__.py,sha256=QWBdZwBCvQw8aS4hnL9_pg3U3ZiNLUXzlImyy9WhUcI,163
|
|
60
60
|
mns_scheduler/zz_task/data_sync_task.py,sha256=oeEC_bSL8lsmdx3SRFnW_EUfv3HXcpByut4zAszQu3w,13768
|
|
61
61
|
mns_scheduler/zz_task/sync_realtime_quotes_task.py,sha256=DN3bq2XCDZC-PHlbD2NTog48bR44EruIEc2QVGKg7Tk,932
|
|
62
|
-
mns_scheduler-1.0.2.
|
|
63
|
-
mns_scheduler-1.0.2.
|
|
64
|
-
mns_scheduler-1.0.2.
|
|
65
|
-
mns_scheduler-1.0.2.
|
|
62
|
+
mns_scheduler-1.0.2.1.dist-info/METADATA,sha256=UyrIMRtUWiCsGv6g_rSbtkb4vAcBLZKnb5wag0OnUSs,64
|
|
63
|
+
mns_scheduler-1.0.2.1.dist-info/WHEEL,sha256=oiQVh_5PnQM0E3gPdiz09WCNmwiHDMaGer_elqB3coM,92
|
|
64
|
+
mns_scheduler-1.0.2.1.dist-info/top_level.txt,sha256=PXQDFBGR1pWmsUbH5yiLAh71P5HZODTRED0zJ8CCgOc,14
|
|
65
|
+
mns_scheduler-1.0.2.1.dist-info/RECORD,,
|
|
File without changes
|
|
File without changes
|