siat 2.0.18__py3-none-any.whl → 2.0.19__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/stock_china.py CHANGED
@@ -1119,13 +1119,13 @@ def stock_profile_china(ticker,category='profile', \
1119
1119
  except:
1120
1120
  print('')
1121
1121
  print(titletxt)
1122
- print(" #Warning(stock_profile_china): dividend info not found for",ticker)
1122
+ print(" #Warning(stock_profile_china): dividend info not found for stock",ticker)
1123
1123
  return
1124
1124
 
1125
1125
  if len(df3)==0:
1126
1126
  print('')
1127
1127
  print(titletxt)
1128
- print(" #Warning(stock_profile_china): dividend info not found for",ticker)
1128
+ print(" No dividend record found for stock",ticker)
1129
1129
  return
1130
1130
 
1131
1131
  # 整理信息
@@ -1153,13 +1153,13 @@ def stock_profile_china(ticker,category='profile', \
1153
1153
  except:
1154
1154
  print('')
1155
1155
  print(titletxt)
1156
- print(" #Warning(stock_profile_china): rights issue info not found for",ticker)
1156
+ print(" #Warning(stock_profile_china): rights issue info not found for stock",ticker)
1157
1157
  return
1158
1158
 
1159
1159
  if len(df3p)==0:
1160
1160
  print('')
1161
1161
  print(titletxt)
1162
- print(" #Warning(stock_profile_china): rights issue info not found for",ticker)
1162
+ print(" No rights issue record found for stock",ticker)
1163
1163
  return
1164
1164
 
1165
1165
  # 整理信息
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: siat
3
- Version: 2.0.18
3
+ Version: 2.0.19
4
4
  Summary: Securities Investment Analysis Tools (siat)
5
5
  Home-page: https://pypi.org/project/siat/
6
6
  Author: Prof. WANG Dehong, Business School, BFSU (北京外国语大学 国际商学院 王德宏 教授)
@@ -91,7 +91,7 @@ siat/shenwan index history test.py,sha256=JCVAzOSEldHalhSFa3pqD8JI_8_djPMQOxpkuY
91
91
  siat/stock.py,sha256=unwmbNTT5vC3v9cg4XtnpPBawPVxtBTgRnevE1i0T00,118039
92
92
  siat/stock_advice_linear.py,sha256=-twT7IGP-NEplkL1WPSACcNJjggRB2j4mlAQCkzOAuo,31655
93
93
  siat/stock_base.py,sha256=uISvbRyOGy8p9QREA96CVydgflBkn5L3OXOGKl8oanc,1312
94
- siat/stock_china.py,sha256=6iBuvN8YV74vyFwfgeYABoLecNfSH53t9JKVTMUovqI,76043
94
+ siat/stock_china.py,sha256=Hj1El4SxcSc1hrsOcPhya-sLh1Ppmesg9DKkZ-B85Rk,76007
95
95
  siat/stock_china_test.py,sha256=Qc1m19FAUSvBi9E0ZTVcYBveiGYFIlIFvthbidzCe1s,1276
96
96
  siat/stock_info.pickle,sha256=o4M-pcN8Sh8QiwZQAZWY1aelI4xgIGIxors7n2uHSJI,1266744
97
97
  siat/stock_info_test.py,sha256=gfG3DbhDACbtD8wnv_R6zhj0t11XaC8NX8uLD9Qv3Fo,6122
@@ -114,7 +114,7 @@ siat/universal_test.py,sha256=CDAOffW1Rvs-TcNN5giWVvHMlch1w4dp-w5SIV9jXL0,3936
114
114
  siat/valuation_china.py,sha256=gYYXeT9bBPyQ251TCsYlibWcu6JA8x-YOKqLUEeLE7U,51342
115
115
  siat/valuation_market_china_test.py,sha256=gbJ0ioauuo4koTPH6WKUkqcXiQPafnbhU5eKJ6lpdLA,1571
116
116
  siat/var_model_validation.py,sha256=zB_Skk_tmzIR15l6oAW3am4HBGVIG-eZ8gJhCdXZ8Qw,14859
117
- siat-2.0.18.dist-info/METADATA,sha256=EphQVDEUDeIV4Hb41UGNCHqm2ef3-jd0zoLACthghYY,1411
118
- siat-2.0.18.dist-info/WHEEL,sha256=ewwEueio1C2XeHTvT17n8dZUJgOvyCWCt0WVNLClP9o,92
119
- siat-2.0.18.dist-info/top_level.txt,sha256=r1cVyL7AIKqeAmEJjNR8FMT20OmEzufDstC2gv3NvEY,5
120
- siat-2.0.18.dist-info/RECORD,,
117
+ siat-2.0.19.dist-info/METADATA,sha256=Q8Xv8GSOV6dtC4JanrxuJW-B_z2s-3ahPLLa_rx0klw,1411
118
+ siat-2.0.19.dist-info/WHEEL,sha256=ewwEueio1C2XeHTvT17n8dZUJgOvyCWCt0WVNLClP9o,92
119
+ siat-2.0.19.dist-info/top_level.txt,sha256=r1cVyL7AIKqeAmEJjNR8FMT20OmEzufDstC2gv3NvEY,5
120
+ siat-2.0.19.dist-info/RECORD,,
File without changes