mns-common 1.3.4.6__py3-none-any.whl → 1.3.4.7__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.

@@ -148,8 +148,8 @@ def group_by_industry_sum(real_time_quotes_now, field1, field2):
148
148
  def symbol_add_prefix(symbol):
149
149
  symbol_simple = symbol[0:6]
150
150
  if symbol_simple.startswith('6'):
151
- return '1' + symbol_simple
152
- elif symbol_simple.startswith('0'):
153
- return '0' + symbol_simple
151
+ return '1.' + symbol_simple
152
+ elif symbol_simple.startswith('0') or symbol_simple.startswith('3'):
153
+ return '0.' + symbol_simple
154
154
  else:
155
155
  return '0' + symbol_simple
@@ -1,4 +1,4 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: mns-common
3
- Version: 1.3.4.6
3
+ Version: 1.3.4.7
4
4
 
@@ -66,7 +66,7 @@ mns_common/api/ths/zt/ths_stock_zt_pool_v2_api.py,sha256=ohkeXyUSvxie2YqFPxqy9eL
66
66
  mns_common/api/us/__init__.py,sha256=wEg73KlZo-dU0yKGwpA1C2y6LZm4IBb94tNda1tqLeg,163
67
67
  mns_common/api/us/ths_us_company_info_api.py,sha256=qQjv4F-ovQ2uuu-FlBAnxjvVA7qj9y_x5WZtUoyoEW4,241
68
68
  mns_common/component/__init__.py,sha256=ZQmo83Xgfj7Y4LgNlBr3pwmtgAKZpunU18A9-wvYoPI,316
69
- mns_common/component/common_service_fun_api.py,sha256=muJKmwju1hguk5kKhgD7VezigpMA6_J5x3gZCHW_nFA,5479
69
+ mns_common/component/common_service_fun_api.py,sha256=PfyYWBthRrdn0RuHfh76Bhpeo13nxzuWWJUtkKiv6LA,5514
70
70
  mns_common/component/cache/__init__.py,sha256=2U9DiKslxsWwLLEcZKjS8UiQPN1QgALvnK3HiJNIZE0,163
71
71
  mns_common/component/cache/cache_service.py,sha256=QX7tjR1iGsoCyGt6O41w8aRbZ-3xXQ-53Ps3nmUzAGQ,809
72
72
  mns_common/component/classify/__init__.py,sha256=wEg73KlZo-dU0yKGwpA1C2y6LZm4IBb94tNda1tqLeg,163
@@ -136,7 +136,7 @@ mns_common/utils/date_handle_util.py,sha256=XS-MyA8_7k35LOCFAYOHgVcVkMft_Kc4Wa9U
136
136
  mns_common/utils/db_util.py,sha256=hSmfNAN4vEeEaUva6_cicZEhb2jSnib-Gvk2reke1vc,2590
137
137
  mns_common/utils/file_util.py,sha256=egWu6PenGPRp_ixrNTHKarT4dAnOT6FETR82EHUZJnQ,1042
138
138
  mns_common/utils/ip_util.py,sha256=UTcYfz_uytB__6nlBf7T-izuI7hi4XdB6ET0sJgEel4,969
139
- mns_common-1.3.4.6.dist-info/METADATA,sha256=tFAxlEnYm0AbM99-AWp0pjNiC9R38auycBFbrVROrXo,61
140
- mns_common-1.3.4.6.dist-info/WHEEL,sha256=tZoeGjtWxWRfdplE7E3d45VPlLNQnvbKiYnx7gwAy8A,92
141
- mns_common-1.3.4.6.dist-info/top_level.txt,sha256=ZC58kAR-8Hvc6U2xhYNBNLAh3mb6sZazbdj5nZpvEkQ,11
142
- mns_common-1.3.4.6.dist-info/RECORD,,
139
+ mns_common-1.3.4.7.dist-info/METADATA,sha256=5qHeeD_axbPiuGZPwzO_j6byqwv3dDLTWCZGp8h0WJw,61
140
+ mns_common-1.3.4.7.dist-info/WHEEL,sha256=tZoeGjtWxWRfdplE7E3d45VPlLNQnvbKiYnx7gwAy8A,92
141
+ mns_common-1.3.4.7.dist-info/top_level.txt,sha256=ZC58kAR-8Hvc6U2xhYNBNLAh3mb6sZazbdj5nZpvEkQ,11
142
+ mns_common-1.3.4.7.dist-info/RECORD,,