tushare 1.4.15__py3-none-any.whl → 1.4.16__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.
- tushare/__init__.py +2 -2
- {tushare-1.4.15.dist-info → tushare-1.4.16.dist-info}/METADATA +1 -1
- {tushare-1.4.15.dist-info → tushare-1.4.16.dist-info}/RECORD +6 -6
- {tushare-1.4.15.dist-info → tushare-1.4.16.dist-info}/LICENSE +0 -0
- {tushare-1.4.15.dist-info → tushare-1.4.16.dist-info}/WHEEL +0 -0
- {tushare-1.4.15.dist-info → tushare-1.4.16.dist-info}/top_level.txt +0 -0
tushare/__init__.py
CHANGED
@@ -2,7 +2,7 @@
|
|
2
2
|
import codecs
|
3
3
|
import os
|
4
4
|
|
5
|
-
__version__ = '1.4.
|
5
|
+
__version__ = '1.4.16'
|
6
6
|
__author__ = 'Jimmy Liu'
|
7
7
|
|
8
8
|
"""
|
@@ -78,7 +78,7 @@ from tushare.stock.shibor import (shibor_data, shibor_quote_data,
|
|
78
78
|
"""
|
79
79
|
for tushare pro api
|
80
80
|
"""
|
81
|
-
from tushare.pro.data_pro import (pro_api, pro_bar, subs, ht_subs)
|
81
|
+
from tushare.pro.data_pro import (pro_api, pro_bar, subs, ht_subs, pro_bar_vip)
|
82
82
|
|
83
83
|
"""
|
84
84
|
for LHB
|
@@ -1,4 +1,4 @@
|
|
1
|
-
tushare/__init__.py,sha256=
|
1
|
+
tushare/__init__.py,sha256=WGp2WFHHZkVf028VsTtx31RvngjcKDEFQCE4Zt3JFcE,4778
|
2
2
|
tushare/bond/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
3
3
|
tushare/bond/bonds.py,sha256=PJM0xDiWZDpOPwDtbEU9PdP0M_Gu0c599YuB1rbZ3r8,232
|
4
4
|
tushare/coins/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
@@ -72,8 +72,8 @@ tushare/util/verify_token.py,sha256=cuV3RErWbOC318NANCYL6K1LKZ3wSAL2yMwZHA7tD3s,
|
|
72
72
|
tushare/util/protobuf/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
73
73
|
tushare/util/protobuf/funcs.py,sha256=UCdK8FxTyjPZsNzoEeXqYzqrQXUmRMvW5hua6GPA66A,779
|
74
74
|
tushare/util/protobuf/response_pb2.py,sha256=vJH9ONkDuJlg6y-q1PvuDZoviKrK7hzNtMieQHK45DI,11347
|
75
|
-
tushare-1.4.
|
76
|
-
tushare-1.4.
|
77
|
-
tushare-1.4.
|
78
|
-
tushare-1.4.
|
79
|
-
tushare-1.4.
|
75
|
+
tushare-1.4.16.dist-info/LICENSE,sha256=C2j55UI0Ul-1-wA1-rn7OaY6b3vGl4YukiyvYzHsU9o,1503
|
76
|
+
tushare-1.4.16.dist-info/METADATA,sha256=6cwUt3uKNk6ItLZukKycsUOZvHvfdia9ivJR1FOK-S8,2965
|
77
|
+
tushare-1.4.16.dist-info/WHEEL,sha256=yQN5g4mg4AybRjkgi-9yy4iQEFibGQmlz78Pik5Or-A,92
|
78
|
+
tushare-1.4.16.dist-info/top_level.txt,sha256=HHOxMuqc31KuAIcxpE0t5dAPMKbaiRtjsjTMFd7FlXI,8
|
79
|
+
tushare-1.4.16.dist-info/RECORD,,
|
File without changes
|
File without changes
|
File without changes
|