siat 3.1.13__py3-none-any.whl → 3.1.14__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.
siat/translate.py
CHANGED
@@ -3228,10 +3228,16 @@ def ticker1_name(ticker,ticker_type='auto'):
|
|
3228
3228
|
return ticker
|
3229
3229
|
|
3230
3230
|
#快速转换
|
3231
|
+
"""
|
3231
3232
|
if ticker_type=='auto':
|
3232
3233
|
tname=codetranslate(ticker)
|
3233
3234
|
if tname != ticker: #翻译成功
|
3234
3235
|
return tname
|
3236
|
+
"""
|
3237
|
+
tname=codetranslate(ticker)
|
3238
|
+
if tname != ticker: #翻译成功
|
3239
|
+
return tname
|
3240
|
+
|
3235
3241
|
|
3236
3242
|
symbol=ticker1_cvt2yahoo(ticker)
|
3237
3243
|
|
@@ -126,14 +126,14 @@ siat/transaction_test.py,sha256=Z8g1LJCN4-mnUByXMUMoFmN0t105cbmsz2QmvSuIkbU,1858
|
|
126
126
|
siat/translate-20230125.py,sha256=NPPSXhT38s5t9fzMvl_fvi4ckSB73ThLmZetVI-xGdU,117953
|
127
127
|
siat/translate-20230206.py,sha256=-vtI125WyaJhmPotOpDAmclt_XnYVaWU9ByLWZ6FyYE,118133
|
128
128
|
siat/translate-20230215.py,sha256=TJgtPE3n8IjljmZ4Pefy8dmHoNdFF-1zpML6BhA9FKE,121657
|
129
|
-
siat/translate.py,sha256=
|
129
|
+
siat/translate.py,sha256=hb389Zmxpij8BJvHIWAYUQenhUG9B4mtKiq3Lgw8xTI,215250
|
130
130
|
siat/translate_20240606.py,sha256=63IyHWEU3Uz9mjwyuAX3fqY4nUMdwh0ICQAgmgPXP7Y,215121
|
131
131
|
siat/universal_test.py,sha256=CDAOffW1Rvs-TcNN5giWVvHMlch1w4dp-w5SIV9jXL0,3936
|
132
132
|
siat/valuation.py,sha256=NKfeZMdDJOW42oLVHob6eSVBXUqlN1OCnnzwyGAst8c,48855
|
133
133
|
siat/valuation_china.py,sha256=Tde2LzPDQy3Z7xOQQDw4ckQMPdROp_z0-GjFE6Z5_lI,67639
|
134
134
|
siat/valuation_market_china_test.py,sha256=gbJ0ioauuo4koTPH6WKUkqcXiQPafnbhU5eKJ6lpdLA,1571
|
135
135
|
siat/var_model_validation.py,sha256=f-oDewg7bPzyNanz_Y_jLH68NowAA3gXFehW_weKGG0,14898
|
136
|
-
siat-3.1.
|
137
|
-
siat-3.1.
|
138
|
-
siat-3.1.
|
139
|
-
siat-3.1.
|
136
|
+
siat-3.1.14.dist-info/METADATA,sha256=lYsUZIA_FzmfXzoRg5rBpsL6Wa2RKEz4HQucm2hYJpw,1448
|
137
|
+
siat-3.1.14.dist-info/WHEEL,sha256=2wepM1nk4DS4eFpYrW1TTqPcoGNfHhhO_i5m4cOimbo,92
|
138
|
+
siat-3.1.14.dist-info/top_level.txt,sha256=r1cVyL7AIKqeAmEJjNR8FMT20OmEzufDstC2gv3NvEY,5
|
139
|
+
siat-3.1.14.dist-info/RECORD,,
|
File without changes
|
File without changes
|