hikyuu 2.7.0__py3-none-manylinux2014_aarch64.whl → 2.7.0.4__py3-none-manylinux2014_aarch64.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.
- hikyuu/__init__.pyi +4 -4
- hikyuu/cpp/libhikyuu.so +0 -0
- hikyuu/cpp/libsqlite3.so +0 -0
- hikyuu/draw/__init__.pyi +1 -1
- hikyuu/draw/drawplot/__init__.pyi +1 -1
- hikyuu/draw/drawplot/bokeh_draw.pyi +4 -4
- hikyuu/draw/drawplot/echarts_draw.pyi +4 -4
- hikyuu/draw/drawplot/matplotlib_draw.pyi +4 -4
- hikyuu/extend.pyi +2 -2
- hikyuu/hub.pyi +6 -6
- hikyuu/include/hikyuu/version.h +2 -2
- hikyuu/plugin/libclickhousedriver.so +0 -0
- hikyuu/plugin/libimport2hdf5.so +0 -0
- hikyuu/trade_manage/__init__.pyi +3 -3
- hikyuu/trade_manage/trade.pyi +3 -3
- hikyuu/util/__init__.pyi +2 -2
- hikyuu/util/singleton.pyi +1 -1
- {hikyuu-2.7.0.dist-info → hikyuu-2.7.0.4.dist-info}/METADATA +2 -4
- {hikyuu-2.7.0.dist-info → hikyuu-2.7.0.4.dist-info}/RECORD +22 -22
- {hikyuu-2.7.0.dist-info → hikyuu-2.7.0.4.dist-info}/WHEEL +0 -0
- {hikyuu-2.7.0.dist-info → hikyuu-2.7.0.4.dist-info}/entry_points.txt +0 -0
- {hikyuu-2.7.0.dist-info → hikyuu-2.7.0.4.dist-info}/top_level.txt +0 -0
hikyuu/__init__.pyi
CHANGED
|
@@ -268,8 +268,8 @@ from hikyuu.cpp.core310 import SP_Normal
|
|
|
268
268
|
from hikyuu.cpp.core310 import SP_TruncNormal
|
|
269
269
|
from hikyuu.cpp.core310 import SP_Uniform
|
|
270
270
|
from hikyuu.cpp.core310 import SQRT
|
|
271
|
-
from hikyuu.cpp.core310 import STDEV as STD
|
|
272
271
|
from hikyuu.cpp.core310 import STDEV
|
|
272
|
+
from hikyuu.cpp.core310 import STDEV as STD
|
|
273
273
|
from hikyuu.cpp.core310 import STDP
|
|
274
274
|
from hikyuu.cpp.core310 import ST_FixedPercent
|
|
275
275
|
from hikyuu.cpp.core310 import ST_Indicator
|
|
@@ -638,8 +638,8 @@ from hikyuu.hub import get_part_info
|
|
|
638
638
|
from hikyuu.hub import get_part_list
|
|
639
639
|
from hikyuu.hub import get_part_module
|
|
640
640
|
from hikyuu.hub import get_part_name_list
|
|
641
|
-
from hikyuu.hub import print_part_info
|
|
642
641
|
from hikyuu.hub import print_part_info as help_part
|
|
642
|
+
from hikyuu.hub import print_part_info
|
|
643
643
|
from hikyuu.hub import remove_hub
|
|
644
644
|
from hikyuu.hub import search_part
|
|
645
645
|
from hikyuu.hub import update_hub
|
|
@@ -684,10 +684,10 @@ from hikyuu.util.mylog import add_class_logger_handler
|
|
|
684
684
|
from hikyuu.util.mylog import capture_multiprocess_all_logger
|
|
685
685
|
from hikyuu.util.mylog import class_logger
|
|
686
686
|
from hikyuu.util.mylog import hku_benchmark
|
|
687
|
-
from hikyuu.util.mylog import hku_debug as hku_trace
|
|
688
687
|
from hikyuu.util.mylog import hku_debug
|
|
689
|
-
from hikyuu.util.mylog import
|
|
688
|
+
from hikyuu.util.mylog import hku_debug as hku_trace
|
|
690
689
|
from hikyuu.util.mylog import hku_debug_if as hku_trace_if
|
|
690
|
+
from hikyuu.util.mylog import hku_debug_if
|
|
691
691
|
from hikyuu.util.mylog import hku_error
|
|
692
692
|
from hikyuu.util.mylog import hku_error_if
|
|
693
693
|
from hikyuu.util.mylog import hku_fatal
|
hikyuu/cpp/libhikyuu.so
CHANGED
|
Binary file
|
hikyuu/cpp/libsqlite3.so
CHANGED
|
Binary file
|
hikyuu/draw/__init__.pyi
CHANGED
|
@@ -9,8 +9,8 @@ from hikyuu.draw.drawplot import gcf
|
|
|
9
9
|
from hikyuu.draw.drawplot import get_current_draw_engine
|
|
10
10
|
from hikyuu.draw.drawplot.matplotlib_draw import DRAWBAND
|
|
11
11
|
from hikyuu.draw.drawplot.matplotlib_draw import DRAWICON
|
|
12
|
-
from hikyuu.draw.drawplot.matplotlib_draw import DRAWIMG
|
|
13
12
|
from hikyuu.draw.drawplot.matplotlib_draw import DRAWIMG as DRAWBMP
|
|
13
|
+
from hikyuu.draw.drawplot.matplotlib_draw import DRAWIMG
|
|
14
14
|
from hikyuu.draw.drawplot.matplotlib_draw import DRAWLINE
|
|
15
15
|
from hikyuu.draw.drawplot.matplotlib_draw import DRAWNUMBER
|
|
16
16
|
from hikyuu.draw.drawplot.matplotlib_draw import DRAWNUMBER_FIX
|
|
@@ -25,8 +25,8 @@ from hikyuu.draw.drawplot.echarts_draw import sys_performance as ec_sys_performa
|
|
|
25
25
|
from hikyuu.draw.drawplot.echarts_draw import sysplot as ec_sysplot
|
|
26
26
|
from hikyuu.draw.drawplot.matplotlib_draw import DRAWBAND
|
|
27
27
|
from hikyuu.draw.drawplot.matplotlib_draw import DRAWICON
|
|
28
|
-
from hikyuu.draw.drawplot.matplotlib_draw import DRAWIMG
|
|
29
28
|
from hikyuu.draw.drawplot.matplotlib_draw import DRAWIMG as DRAWBMP
|
|
29
|
+
from hikyuu.draw.drawplot.matplotlib_draw import DRAWIMG
|
|
30
30
|
from hikyuu.draw.drawplot.matplotlib_draw import DRAWLINE
|
|
31
31
|
from hikyuu.draw.drawplot.matplotlib_draw import DRAWNUMBER
|
|
32
32
|
from hikyuu.draw.drawplot.matplotlib_draw import DRAWNUMBER_FIX
|
|
@@ -284,8 +284,8 @@ from hikyuu.cpp.core310 import SP_Normal
|
|
|
284
284
|
from hikyuu.cpp.core310 import SP_TruncNormal
|
|
285
285
|
from hikyuu.cpp.core310 import SP_Uniform
|
|
286
286
|
from hikyuu.cpp.core310 import SQRT
|
|
287
|
-
from hikyuu.cpp.core310 import STDEV as STD
|
|
288
287
|
from hikyuu.cpp.core310 import STDEV
|
|
288
|
+
from hikyuu.cpp.core310 import STDEV as STD
|
|
289
289
|
from hikyuu.cpp.core310 import STDP
|
|
290
290
|
from hikyuu.cpp.core310 import ST_FixedPercent
|
|
291
291
|
from hikyuu.cpp.core310 import ST_Indicator
|
|
@@ -628,8 +628,8 @@ from hikyuu.hub import get_part_info
|
|
|
628
628
|
from hikyuu.hub import get_part_list
|
|
629
629
|
from hikyuu.hub import get_part_module
|
|
630
630
|
from hikyuu.hub import get_part_name_list
|
|
631
|
-
from hikyuu.hub import print_part_info
|
|
632
631
|
from hikyuu.hub import print_part_info as help_part
|
|
632
|
+
from hikyuu.hub import print_part_info
|
|
633
633
|
from hikyuu.hub import remove_hub
|
|
634
634
|
from hikyuu.hub import search_part
|
|
635
635
|
from hikyuu.hub import update_hub
|
|
@@ -676,10 +676,10 @@ from hikyuu.util.mylog import add_class_logger_handler
|
|
|
676
676
|
from hikyuu.util.mylog import capture_multiprocess_all_logger
|
|
677
677
|
from hikyuu.util.mylog import class_logger
|
|
678
678
|
from hikyuu.util.mylog import hku_benchmark
|
|
679
|
-
from hikyuu.util.mylog import hku_debug as hku_trace
|
|
680
679
|
from hikyuu.util.mylog import hku_debug
|
|
681
|
-
from hikyuu.util.mylog import
|
|
680
|
+
from hikyuu.util.mylog import hku_debug as hku_trace
|
|
682
681
|
from hikyuu.util.mylog import hku_debug_if as hku_trace_if
|
|
682
|
+
from hikyuu.util.mylog import hku_debug_if
|
|
683
683
|
from hikyuu.util.mylog import hku_error
|
|
684
684
|
from hikyuu.util.mylog import hku_error_if
|
|
685
685
|
from hikyuu.util.mylog import hku_fatal
|
|
@@ -271,8 +271,8 @@ from hikyuu.cpp.core310 import SP_Normal
|
|
|
271
271
|
from hikyuu.cpp.core310 import SP_TruncNormal
|
|
272
272
|
from hikyuu.cpp.core310 import SP_Uniform
|
|
273
273
|
from hikyuu.cpp.core310 import SQRT
|
|
274
|
-
from hikyuu.cpp.core310 import STDEV as STD
|
|
275
274
|
from hikyuu.cpp.core310 import STDEV
|
|
275
|
+
from hikyuu.cpp.core310 import STDEV as STD
|
|
276
276
|
from hikyuu.cpp.core310 import STDP
|
|
277
277
|
from hikyuu.cpp.core310 import ST_FixedPercent
|
|
278
278
|
from hikyuu.cpp.core310 import ST_Indicator
|
|
@@ -616,8 +616,8 @@ from hikyuu.hub import get_part_info
|
|
|
616
616
|
from hikyuu.hub import get_part_list
|
|
617
617
|
from hikyuu.hub import get_part_module
|
|
618
618
|
from hikyuu.hub import get_part_name_list
|
|
619
|
-
from hikyuu.hub import print_part_info
|
|
620
619
|
from hikyuu.hub import print_part_info as help_part
|
|
620
|
+
from hikyuu.hub import print_part_info
|
|
621
621
|
from hikyuu.hub import remove_hub
|
|
622
622
|
from hikyuu.hub import search_part
|
|
623
623
|
from hikyuu.hub import update_hub
|
|
@@ -664,10 +664,10 @@ from hikyuu.util.mylog import add_class_logger_handler
|
|
|
664
664
|
from hikyuu.util.mylog import capture_multiprocess_all_logger
|
|
665
665
|
from hikyuu.util.mylog import class_logger
|
|
666
666
|
from hikyuu.util.mylog import hku_benchmark
|
|
667
|
-
from hikyuu.util.mylog import hku_debug as hku_trace
|
|
668
667
|
from hikyuu.util.mylog import hku_debug
|
|
669
|
-
from hikyuu.util.mylog import
|
|
668
|
+
from hikyuu.util.mylog import hku_debug as hku_trace
|
|
670
669
|
from hikyuu.util.mylog import hku_debug_if as hku_trace_if
|
|
670
|
+
from hikyuu.util.mylog import hku_debug_if
|
|
671
671
|
from hikyuu.util.mylog import hku_error
|
|
672
672
|
from hikyuu.util.mylog import hku_error_if
|
|
673
673
|
from hikyuu.util.mylog import hku_fatal
|
|
@@ -274,8 +274,8 @@ from hikyuu.cpp.core310 import SP_Normal
|
|
|
274
274
|
from hikyuu.cpp.core310 import SP_TruncNormal
|
|
275
275
|
from hikyuu.cpp.core310 import SP_Uniform
|
|
276
276
|
from hikyuu.cpp.core310 import SQRT
|
|
277
|
-
from hikyuu.cpp.core310 import STDEV as STD
|
|
278
277
|
from hikyuu.cpp.core310 import STDEV
|
|
278
|
+
from hikyuu.cpp.core310 import STDEV as STD
|
|
279
279
|
from hikyuu.cpp.core310 import STDP
|
|
280
280
|
from hikyuu.cpp.core310 import ST_FixedPercent
|
|
281
281
|
from hikyuu.cpp.core310 import ST_Indicator
|
|
@@ -619,8 +619,8 @@ from hikyuu.hub import get_part_info
|
|
|
619
619
|
from hikyuu.hub import get_part_list
|
|
620
620
|
from hikyuu.hub import get_part_module
|
|
621
621
|
from hikyuu.hub import get_part_name_list
|
|
622
|
-
from hikyuu.hub import print_part_info
|
|
623
622
|
from hikyuu.hub import print_part_info as help_part
|
|
623
|
+
from hikyuu.hub import print_part_info
|
|
624
624
|
from hikyuu.hub import remove_hub
|
|
625
625
|
from hikyuu.hub import search_part
|
|
626
626
|
from hikyuu.hub import update_hub
|
|
@@ -667,10 +667,10 @@ from hikyuu.util.mylog import add_class_logger_handler
|
|
|
667
667
|
from hikyuu.util.mylog import capture_multiprocess_all_logger
|
|
668
668
|
from hikyuu.util.mylog import class_logger
|
|
669
669
|
from hikyuu.util.mylog import hku_benchmark
|
|
670
|
-
from hikyuu.util.mylog import hku_debug as hku_trace
|
|
671
670
|
from hikyuu.util.mylog import hku_debug
|
|
672
|
-
from hikyuu.util.mylog import
|
|
671
|
+
from hikyuu.util.mylog import hku_debug as hku_trace
|
|
673
672
|
from hikyuu.util.mylog import hku_debug_if as hku_trace_if
|
|
673
|
+
from hikyuu.util.mylog import hku_debug_if
|
|
674
674
|
from hikyuu.util.mylog import hku_error
|
|
675
675
|
from hikyuu.util.mylog import hku_error_if
|
|
676
676
|
from hikyuu.util.mylog import hku_fatal
|
hikyuu/extend.pyi
CHANGED
|
@@ -500,11 +500,11 @@ from hikyuu.cpp.core310 import ZONGGUBEN
|
|
|
500
500
|
from hikyuu.cpp.core310 import ZSCORE
|
|
501
501
|
from hikyuu.cpp.core310 import __add__ as __old_TimeDelta_add__
|
|
502
502
|
from hikyuu.cpp.core310 import __add__ as __old_Datetime_add__
|
|
503
|
-
from hikyuu.cpp.core310 import __init__ as old_Query_init
|
|
504
503
|
from hikyuu.cpp.core310 import __init__ as __old_TimeDelta_init__
|
|
505
504
|
from hikyuu.cpp.core310 import __init__ as __old_Datetime_init__
|
|
506
|
-
from hikyuu.cpp.core310 import
|
|
505
|
+
from hikyuu.cpp.core310 import __init__ as old_Query_init
|
|
507
506
|
from hikyuu.cpp.core310 import __sub__ as __old_TimeDelta_sub__
|
|
507
|
+
from hikyuu.cpp.core310 import __sub__ as __old_Datetime_sub__
|
|
508
508
|
from hikyuu.cpp.core310 import active_device
|
|
509
509
|
from hikyuu.cpp.core310 import backtest
|
|
510
510
|
from hikyuu.cpp.core310 import batch_calculate_inds
|
hikyuu/hub.pyi
CHANGED
|
@@ -28,11 +28,11 @@ import sys as sys
|
|
|
28
28
|
import typing
|
|
29
29
|
__all__: list = ['add_remote_hub', 'add_local_hub', 'update_hub', 'remove_hub', 'build_hub', 'help_part', 'get_part', 'get_part_list', 'get_hub_path', 'get_part_info', 'get_part_module', 'print_part_info', 'get_hub_name_list', 'get_part_name_list', 'get_current_hub', 'search_part']
|
|
30
30
|
class ConfigModel(sqlalchemy.orm.decl_api.Base):
|
|
31
|
-
__mapper__: typing.ClassVar[sqlalchemy.orm.mapper.Mapper] # value = <Mapper at
|
|
31
|
+
__mapper__: typing.ClassVar[sqlalchemy.orm.mapper.Mapper] # value = <Mapper at 0xffff600716c0; ConfigModel>
|
|
32
32
|
__table__: typing.ClassVar[sqlalchemy.sql.schema.Table] # value = Table('hub_config', MetaData(), Column('id', Integer(), table=<hub_config>, primary_key=True, nullable=False, default=Sequence('config_id_seq', metadata=MetaData())), Column('key', String(), table=<hub_config>), Column('value', String(), table=<hub_config>), schema=None)
|
|
33
33
|
__table_args__: typing.ClassVar[tuple] # value = (UniqueConstraint(Column('key', String(), table=<hub_config>)))
|
|
34
34
|
__tablename__: typing.ClassVar[str] = 'hub_config'
|
|
35
|
-
_sa_class_manager: typing.ClassVar[sqlalchemy.orm.instrumentation.ClassManager] # value = <ClassManager of <class 'hikyuu.hub.ConfigModel'> at
|
|
35
|
+
_sa_class_manager: typing.ClassVar[sqlalchemy.orm.instrumentation.ClassManager] # value = <ClassManager of <class 'hikyuu.hub.ConfigModel'> at ffff60066ed0>
|
|
36
36
|
def __init__(self, **kwargs):
|
|
37
37
|
"""
|
|
38
38
|
A simple constructor that allows initialization from kwargs.
|
|
@@ -109,11 +109,11 @@ class HubManager:
|
|
|
109
109
|
def print_part_info(self, name):
|
|
110
110
|
...
|
|
111
111
|
class HubModel(sqlalchemy.orm.decl_api.Base):
|
|
112
|
-
__mapper__: typing.ClassVar[sqlalchemy.orm.mapper.Mapper] # value = <Mapper at
|
|
112
|
+
__mapper__: typing.ClassVar[sqlalchemy.orm.mapper.Mapper] # value = <Mapper at 0xffff60072590; HubModel>
|
|
113
113
|
__table__: typing.ClassVar[sqlalchemy.sql.schema.Table] # value = Table('hub_repo', MetaData(), Column('id', Integer(), table=<hub_repo>, primary_key=True, nullable=False, default=Sequence('remote_id_seq', metadata=MetaData())), Column('name', String(), table=<hub_repo>), Column('hub_type', String(), table=<hub_repo>), Column('local_base', String(), table=<hub_repo>), Column('local', String(), table=<hub_repo>), Column('url', String(), table=<hub_repo>), Column('branch', String(), table=<hub_repo>), schema=None)
|
|
114
114
|
__table_args__: typing.ClassVar[tuple] # value = (UniqueConstraint(Column('name', String(), table=<hub_repo>)))
|
|
115
115
|
__tablename__: typing.ClassVar[str] = 'hub_repo'
|
|
116
|
-
_sa_class_manager: typing.ClassVar[sqlalchemy.orm.instrumentation.ClassManager] # value = <ClassManager of <class 'hikyuu.hub.HubModel'> at
|
|
116
|
+
_sa_class_manager: typing.ClassVar[sqlalchemy.orm.instrumentation.ClassManager] # value = <ClassManager of <class 'hikyuu.hub.HubModel'> at ffff6009bba0>
|
|
117
117
|
def __init__(self, **kwargs):
|
|
118
118
|
"""
|
|
119
119
|
A simple constructor that allows initialization from kwargs.
|
|
@@ -146,11 +146,11 @@ class ModuleConflictError(Exception):
|
|
|
146
146
|
def __str__(self):
|
|
147
147
|
...
|
|
148
148
|
class PartModel(sqlalchemy.orm.decl_api.Base):
|
|
149
|
-
__mapper__: typing.ClassVar[sqlalchemy.orm.mapper.Mapper] # value = <Mapper at
|
|
149
|
+
__mapper__: typing.ClassVar[sqlalchemy.orm.mapper.Mapper] # value = <Mapper at 0xffff60072ad0; PartModel>
|
|
150
150
|
__table__: typing.ClassVar[sqlalchemy.sql.schema.Table] # value = Table('hub_part', MetaData(), Column('id', Integer(), table=<hub_part>, primary_key=True, nullable=False, default=Sequence('part_id_seq', metadata=MetaData())), Column('hub_name', String(), table=<hub_part>), Column('part', String(), table=<hub_part>), Column('name', String(), table=<hub_part>), Column('author', String(), table=<hub_part>), Column('version', String(), table=<hub_part>), Column('doc', String(), table=<hub_part>), Column('module_name', String(), table=<hub_part>), Column('label', String(), table=<hub_part>), schema=None)
|
|
151
151
|
__table_args__: typing.ClassVar[tuple] # value = (UniqueConstraint(Column('name', String(), table=<hub_part>)))
|
|
152
152
|
__tablename__: typing.ClassVar[str] = 'hub_part'
|
|
153
|
-
_sa_class_manager: typing.ClassVar[sqlalchemy.orm.instrumentation.ClassManager] # value = <ClassManager of <class 'hikyuu.hub.PartModel'> at
|
|
153
|
+
_sa_class_manager: typing.ClassVar[sqlalchemy.orm.instrumentation.ClassManager] # value = <ClassManager of <class 'hikyuu.hub.PartModel'> at ffff600b0b30>
|
|
154
154
|
def __init__(self, **kwargs):
|
|
155
155
|
"""
|
|
156
156
|
A simple constructor that allows initialization from kwargs.
|
hikyuu/include/hikyuu/version.h
CHANGED
|
@@ -16,9 +16,9 @@
|
|
|
16
16
|
#define HKU_VERSION_MAJOR 2
|
|
17
17
|
#define HKU_VERSION_MINOR 7
|
|
18
18
|
#define HKU_VERSION_ALTER 0
|
|
19
|
-
#define HKU_VERSION_BUILD
|
|
19
|
+
#define HKU_VERSION_BUILD 202511111244
|
|
20
20
|
#define HKU_VERSION_MODE "RELEASE"
|
|
21
|
-
#define HKU_VERSION_GIT "2.7.0
|
|
21
|
+
#define HKU_VERSION_GIT "2.7.0 master.b2b9d24b (RELEASE)"
|
|
22
22
|
// clang-format on
|
|
23
23
|
|
|
24
24
|
#endif /* HKU_VERSION_H */
|
|
Binary file
|
hikyuu/plugin/libimport2hdf5.so
CHANGED
|
Binary file
|
hikyuu/trade_manage/__init__.pyi
CHANGED
|
@@ -265,8 +265,8 @@ from hikyuu.cpp.core310 import SP_Normal
|
|
|
265
265
|
from hikyuu.cpp.core310 import SP_TruncNormal
|
|
266
266
|
from hikyuu.cpp.core310 import SP_Uniform
|
|
267
267
|
from hikyuu.cpp.core310 import SQRT
|
|
268
|
-
from hikyuu.cpp.core310 import STDEV as STD
|
|
269
268
|
from hikyuu.cpp.core310 import STDEV
|
|
269
|
+
from hikyuu.cpp.core310 import STDEV as STD
|
|
270
270
|
from hikyuu.cpp.core310 import STDP
|
|
271
271
|
from hikyuu.cpp.core310 import ST_FixedPercent
|
|
272
272
|
from hikyuu.cpp.core310 import ST_Indicator
|
|
@@ -621,10 +621,10 @@ from hikyuu.util.mylog import add_class_logger_handler
|
|
|
621
621
|
from hikyuu.util.mylog import capture_multiprocess_all_logger
|
|
622
622
|
from hikyuu.util.mylog import class_logger
|
|
623
623
|
from hikyuu.util.mylog import hku_benchmark
|
|
624
|
-
from hikyuu.util.mylog import hku_debug as hku_trace
|
|
625
624
|
from hikyuu.util.mylog import hku_debug
|
|
626
|
-
from hikyuu.util.mylog import
|
|
625
|
+
from hikyuu.util.mylog import hku_debug as hku_trace
|
|
627
626
|
from hikyuu.util.mylog import hku_debug_if as hku_trace_if
|
|
627
|
+
from hikyuu.util.mylog import hku_debug_if
|
|
628
628
|
from hikyuu.util.mylog import hku_error
|
|
629
629
|
from hikyuu.util.mylog import hku_error_if
|
|
630
630
|
from hikyuu.util.mylog import hku_fatal
|
hikyuu/trade_manage/trade.pyi
CHANGED
|
@@ -265,8 +265,8 @@ from hikyuu.cpp.core310 import SP_Normal
|
|
|
265
265
|
from hikyuu.cpp.core310 import SP_TruncNormal
|
|
266
266
|
from hikyuu.cpp.core310 import SP_Uniform
|
|
267
267
|
from hikyuu.cpp.core310 import SQRT
|
|
268
|
-
from hikyuu.cpp.core310 import STDEV as STD
|
|
269
268
|
from hikyuu.cpp.core310 import STDEV
|
|
269
|
+
from hikyuu.cpp.core310 import STDEV as STD
|
|
270
270
|
from hikyuu.cpp.core310 import STDP
|
|
271
271
|
from hikyuu.cpp.core310 import ST_FixedPercent
|
|
272
272
|
from hikyuu.cpp.core310 import ST_Indicator
|
|
@@ -615,10 +615,10 @@ from hikyuu.util.mylog import add_class_logger_handler
|
|
|
615
615
|
from hikyuu.util.mylog import capture_multiprocess_all_logger
|
|
616
616
|
from hikyuu.util.mylog import class_logger
|
|
617
617
|
from hikyuu.util.mylog import hku_benchmark
|
|
618
|
-
from hikyuu.util.mylog import hku_debug as hku_trace
|
|
619
618
|
from hikyuu.util.mylog import hku_debug
|
|
620
|
-
from hikyuu.util.mylog import
|
|
619
|
+
from hikyuu.util.mylog import hku_debug as hku_trace
|
|
621
620
|
from hikyuu.util.mylog import hku_debug_if as hku_trace_if
|
|
621
|
+
from hikyuu.util.mylog import hku_debug_if
|
|
622
622
|
from hikyuu.util.mylog import hku_error
|
|
623
623
|
from hikyuu.util.mylog import hku_error_if
|
|
624
624
|
from hikyuu.util.mylog import hku_fatal
|
hikyuu/util/__init__.pyi
CHANGED
|
@@ -18,10 +18,10 @@ from hikyuu.util.mylog import capture_multiprocess_all_logger
|
|
|
18
18
|
from hikyuu.util.mylog import class_logger
|
|
19
19
|
from hikyuu.util.mylog import get_default_logger
|
|
20
20
|
from hikyuu.util.mylog import hku_benchmark
|
|
21
|
-
from hikyuu.util.mylog import hku_debug as hku_trace
|
|
22
21
|
from hikyuu.util.mylog import hku_debug
|
|
23
|
-
from hikyuu.util.mylog import
|
|
22
|
+
from hikyuu.util.mylog import hku_debug as hku_trace
|
|
24
23
|
from hikyuu.util.mylog import hku_debug_if
|
|
24
|
+
from hikyuu.util.mylog import hku_debug_if as hku_trace_if
|
|
25
25
|
from hikyuu.util.mylog import hku_error
|
|
26
26
|
from hikyuu.util.mylog import hku_error_if
|
|
27
27
|
from hikyuu.util.mylog import hku_fatal
|
hikyuu/util/singleton.pyi
CHANGED
|
@@ -12,7 +12,7 @@ class SingletonType(type):
|
|
|
12
12
|
self.name = name
|
|
13
13
|
|
|
14
14
|
"""
|
|
15
|
-
_instance_lock: typing.ClassVar[_thread.lock] # value = <unlocked _thread.lock object at
|
|
15
|
+
_instance_lock: typing.ClassVar[_thread.lock] # value = <unlocked _thread.lock object at 0xffff621b46c0>
|
|
16
16
|
@classmethod
|
|
17
17
|
def __call__(cls, *args, **kwargs):
|
|
18
18
|
...
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: hikyuu
|
|
3
|
-
Version: 2.7.0
|
|
3
|
+
Version: 2.7.0.4
|
|
4
4
|
Summary: Hikyuu Quant Framework for System Trading Analysis and backtester
|
|
5
5
|
Home-page: http://hikyuu.org/
|
|
6
6
|
Author: fasiondog
|
|
@@ -46,8 +46,6 @@ Requires-Dist: pipdeptree
|
|
|
46
46
|
Requires-Dist: h5py>=3.14.0
|
|
47
47
|
Requires-Dist: tqdm>=4.67.1
|
|
48
48
|
Requires-Dist: clickhouse-connect>=0.9.2
|
|
49
|
-
Requires-Dist: pyarrow>=19.0.0
|
|
50
|
-
Requires-Dist: zstandard>=0.25
|
|
51
49
|
Dynamic: author
|
|
52
50
|
Dynamic: author-email
|
|
53
51
|
Dynamic: classifier
|
|
@@ -127,7 +125,7 @@ Hikyuu Quant Framework是一款基于C++/Python的开源量化交易研究框架
|
|
|
127
125
|
|
|
128
126
|
## 🎉 项目捐赠,感谢你的支持 🎉
|
|
129
127
|
|
|
130
|
-
🎁 [**捐赠计划与附赠参见**:https://hikyuu.readthedocs.io/zh-cn/latest/vip/vip-plan.html]()
|
|
128
|
+
🎁 [**捐赠计划与附赠参见**:https://hikyuu.readthedocs.io/zh-cn/latest/vip/vip-plan.html](https://hikyuu.readthedocs.io/zh-cn/latest/vip/vip-plan.html)
|
|
131
129
|
|
|
132
130
|
| 说明 | 捐赠链接(与下方二维码同) |
|
|
133
131
|
| ---------------------- | --------------------------------------------------------------- |
|
|
@@ -1,12 +1,12 @@
|
|
|
1
1
|
hikyuu/LICENSE.txt,sha256=eYUkkmVyE-JozrxZVvt2kdnQT8i6toPobgU_jqhK7cU,1065
|
|
2
2
|
hikyuu/__init__.py,sha256=fWZVi2NSx5EeuatIksKk5JMLakfpfbVszJaRGdXKe1A,18751
|
|
3
|
-
hikyuu/__init__.pyi,sha256=
|
|
3
|
+
hikyuu/__init__.pyi,sha256=wXlNq6eIrrgE4fweswZkGi0J6hKNbO0Z7hAXyOou2_I,48815
|
|
4
4
|
hikyuu/core.py,sha256=MzqL2cRiKj8CMzEQOGjiPn4utLZqsB6yUOSgbv7HpAw,704
|
|
5
5
|
hikyuu/core.pyi,sha256=HvZp18X8NH5hs5PpTO3T0K9J1of-68Jh8qRRHZgva1w,33546
|
|
6
6
|
hikyuu/extend.py,sha256=27sQMG8-XkhT7pc9Megj_UxuqoSA3BqnE0OOuNpvNi4,9118
|
|
7
|
-
hikyuu/extend.pyi,sha256=
|
|
7
|
+
hikyuu/extend.pyi,sha256=stM-hCZACrdTIhNFprRXF2WIM-0OEWG1jIX0FJzAsYI,36768
|
|
8
8
|
hikyuu/hub.py,sha256=M7e3pGtGWEPyz9IZj8pOD0EmC8mXtxr-F-IQNnbZ9qY,27870
|
|
9
|
-
hikyuu/hub.pyi,sha256=
|
|
9
|
+
hikyuu/hub.pyi,sha256=ZaBLePbni5LLPzYXmM2tR_w8n2kP0LNwu3FLqDYbng8,10462
|
|
10
10
|
hikyuu/interactive.py,sha256=Ee9E1XEtbQc1o-er7QHs0F6o4krUXBARZX1HGmaiogI,2275
|
|
11
11
|
hikyuu/analysis/__init__.py,sha256=hFm87HRyntuyCiQY1gEX6XZJ9OgTty5nBxCpf8ndbSw,252
|
|
12
12
|
hikyuu/analysis/__init__.pyi,sha256=EX13pk5rSJA4hapAuaRAKoJAJEFslNgK9HpE0lMvam4,25484
|
|
@@ -44,7 +44,7 @@ hikyuu/cpp/libboost_thread-mt.so.1.88.0,sha256=SFYz2ZOlQyWdLgXZt7RHJqq69T8WUEJQ7
|
|
|
44
44
|
hikyuu/cpp/libboost_wserialization-mt.so,sha256=PBNN-E48NuoKjpuHDQHfF08MemRVb3pO0MlwkEE1pNM,345408
|
|
45
45
|
hikyuu/cpp/libboost_wserialization-mt.so.1.88.0,sha256=PBNN-E48NuoKjpuHDQHfF08MemRVb3pO0MlwkEE1pNM,345408
|
|
46
46
|
hikyuu/cpp/libcrypto.so.3,sha256=P2gs3V7oEkPCxU0xuzwb291b7B-Vlu9fYd8brF-6dyA,4057240
|
|
47
|
-
hikyuu/cpp/libhikyuu.so,sha256=
|
|
47
|
+
hikyuu/cpp/libhikyuu.so,sha256=YGLPcw9MUltPHZ9sWh976DR8nUlrMa1ZLKrP7N82fzI,35824488
|
|
48
48
|
hikyuu/cpp/libhku_hdf5.so,sha256=KArHJcGFM1tJX1uMz4LK6fRQDVnaxaN9WPQ53gucO3I,5018736
|
|
49
49
|
hikyuu/cpp/libhku_hdf5.so.200,sha256=KArHJcGFM1tJX1uMz4LK6fRQDVnaxaN9WPQ53gucO3I,5018736
|
|
50
50
|
hikyuu/cpp/libhku_hdf5.so.200.2.0,sha256=KArHJcGFM1tJX1uMz4LK6fRQDVnaxaN9WPQ53gucO3I,5018736
|
|
@@ -64,7 +64,7 @@ hikyuu/cpp/libmysqlclient.so,sha256=AG9kYJu1WUMwjohx9_ZLCMFI3yfyGb2hgEPrkACfbeY,
|
|
|
64
64
|
hikyuu/cpp/libmysqlclient.so.21,sha256=AG9kYJu1WUMwjohx9_ZLCMFI3yfyGb2hgEPrkACfbeY,6768120
|
|
65
65
|
hikyuu/cpp/libmysqlclient.so.21.2.32,sha256=AG9kYJu1WUMwjohx9_ZLCMFI3yfyGb2hgEPrkACfbeY,6768120
|
|
66
66
|
hikyuu/cpp/libresolv.so.2,sha256=ISqNGwLCD_mPb1Ag5geMLoX0byKjvZc06g4lyjdMsjI,60104
|
|
67
|
-
hikyuu/cpp/libsqlite3.so,sha256=
|
|
67
|
+
hikyuu/cpp/libsqlite3.so,sha256=mI4qVZ9cNDpUzZSqiHuTCOxGHvuaXKA37mW_QzxlR5s,1321712
|
|
68
68
|
hikyuu/cpp/libssl.so.3,sha256=fkBJG314zunleTwBk7HLuZlxOQKGEtfuKQQlevpmXnQ,630720
|
|
69
69
|
hikyuu/cpp/libzstd.so.1,sha256=oVYZFu9vm_3PMka0yx6rmHcan2iUIsrmRdiePMWJA10,730992
|
|
70
70
|
hikyuu/cpp/i18n/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
@@ -166,7 +166,7 @@ hikyuu/data/sqlite_upgrade/0028.sql,sha256=SeZJo6BUpLgso9Klb6d_mFHauqn9Zkms27d0f
|
|
|
166
166
|
hikyuu/data/sqlite_upgrade/__init__.py,sha256=ugyuFliEqtAwQmH4sTlc16YXKYbFWDmfyk87fErB8-8,21
|
|
167
167
|
hikyuu/data/sqlite_upgrade/createdb.sql,sha256=hPjoube6WXZ3ZjvNrMnDqazqTFZi7eNqk136K_tff4Y,5491
|
|
168
168
|
hikyuu/draw/__init__.py,sha256=eIlhScrLIJ6E1_hm_XXhGMbkjs-NZPqByd_-Kqc1eSw,2535
|
|
169
|
-
hikyuu/draw/__init__.pyi,sha256=
|
|
169
|
+
hikyuu/draw/__init__.pyi,sha256=cLSBvr4z3lh7_2dYToBX021lJWCFFU_TmKurxYvNoD4,1952
|
|
170
170
|
hikyuu/draw/elder.py,sha256=IrYhDi_lYnLPE-HVVR5zRVawleQAJq20D7hT6DCqrtU,5395
|
|
171
171
|
hikyuu/draw/elder.pyi,sha256=imjd6veoIoS4MF6VIav_5XqhvIpM90ftg33CfSPIXds,2150
|
|
172
172
|
hikyuu/draw/kaufman.py,sha256=kqgJpklJhBYJIHTQK76JIFMJHgQ6KrO4rYAA1cL5FJM,7079
|
|
@@ -174,15 +174,15 @@ hikyuu/draw/kaufman.pyi,sha256=e11vuK0_5U4Yny9YLtr56Fd6yoMO1tvt1P2JCqRxU78,1993
|
|
|
174
174
|
hikyuu/draw/volume.py,sha256=NnW6y6BikuVutzPADupStGWDynI1ZIj9kYQpgh1xvWw,4666
|
|
175
175
|
hikyuu/draw/volume.pyi,sha256=JLAluP64ar2J1XcbmS6-WCuXLQSyj7ZBMPqH0QxVZhc,1477
|
|
176
176
|
hikyuu/draw/drawplot/__init__.py,sha256=lhGdOn2ggxJBBN9mEu4s3ytzKVK89vEMGApKWunVALk,10053
|
|
177
|
-
hikyuu/draw/drawplot/__init__.pyi,sha256=
|
|
177
|
+
hikyuu/draw/drawplot/__init__.pyi,sha256=XwNexvWCKReLxP3eEuLBUBDBVKWZaCsDImQXRV5FWZI,6600
|
|
178
178
|
hikyuu/draw/drawplot/bokeh_draw.py,sha256=CaSx-GvSeCroFOQzuoDUKeCPRsZyn1jqB2LW2ruGP80,19666
|
|
179
|
-
hikyuu/draw/drawplot/bokeh_draw.pyi,sha256=
|
|
179
|
+
hikyuu/draw/drawplot/bokeh_draw.pyi,sha256=KDfGko-PKYevAolOjWFBvVhVKu9qKvkVXMTJ-zlbTrg,48327
|
|
180
180
|
hikyuu/draw/drawplot/common.py,sha256=N2n89dR0D13_5PvSk_FEQutNgDL0rdza0KGbQNPwCE0,3097
|
|
181
181
|
hikyuu/draw/drawplot/common.pyi,sha256=qYjJr2lyngCSCPlLOo1k2JvG02nwvpe4MfiFfgq0g6E,364
|
|
182
182
|
hikyuu/draw/drawplot/echarts_draw.py,sha256=TOhcrsOqhf8n8th7c7PkieloWqdcfaKf2vmnynrq_OM,20456
|
|
183
|
-
hikyuu/draw/drawplot/echarts_draw.pyi,sha256=
|
|
183
|
+
hikyuu/draw/drawplot/echarts_draw.pyi,sha256=TXvKeQt60yNGAUEF2_4hLWAyvnjnTrsXQnK9rcYUQi8,43414
|
|
184
184
|
hikyuu/draw/drawplot/matplotlib_draw.py,sha256=n7tb9otfMkVWtoD3JzUQe1X5dmDMeXGf1x1nmtp9fNU,56612
|
|
185
|
-
hikyuu/draw/drawplot/matplotlib_draw.pyi,sha256=
|
|
185
|
+
hikyuu/draw/drawplot/matplotlib_draw.pyi,sha256=kKsW-JIFcvijJm90afR9PrxuvkXdVYSCA-ZsNnpioFY,66643
|
|
186
186
|
hikyuu/draw/drawplot/icon/1.png,sha256=I21nZoJ2secsZZYSeWcSzzgtKsuKIJtBeFKQ7xp_trU,786
|
|
187
187
|
hikyuu/draw/drawplot/icon/10.png,sha256=o8cfsnmu0dltqyh3F-U-6IxJz9HvSFing1b11UaLlSQ,570
|
|
188
188
|
hikyuu/draw/drawplot/icon/11.png,sha256=6ayNsr6Ym30jpv5Y1NGOtf8Ne9__WiA8VL4IwGsB73Y,852
|
|
@@ -325,7 +325,7 @@ hikyuu/include/hikyuu/doc.h,sha256=QipCcndVjM6ZAJ2fAguTIVbyxVTmLhXp7XjaaIq3wWA,6
|
|
|
325
325
|
hikyuu/include/hikyuu/hikyuu.h,sha256=23ZIm8RW8K3YIP73AJIC_MQ_P30PRUhnzmlHTCGqqLM,1528
|
|
326
326
|
hikyuu/include/hikyuu/lang.h,sha256=J5jT_yk3_PV-TZsGIpFGz98JTk_NIzrcqIcfpLYKvPw,963
|
|
327
327
|
hikyuu/include/hikyuu/misc.h,sha256=VHCFzcWzCtNIMTNyQsu1tyJC5_gurteF84P45OYsH78,1048
|
|
328
|
-
hikyuu/include/hikyuu/version.h,sha256=
|
|
328
|
+
hikyuu/include/hikyuu/version.h,sha256=_lusoZ7FkpejQ_OohFGcSRyBrH7vt-sZWIY-bAHFjo0,483
|
|
329
329
|
hikyuu/include/hikyuu/analysis/__init__.py,sha256=AbpHGcgLb-kRsJGnwFEktk7uzpZOCcBY74-YBdrKVGs,1
|
|
330
330
|
hikyuu/include/hikyuu/analysis/analysis_sys.h,sha256=YJVo-gC-vdcV4aBgGG7wBUc-KZw534HLAIsczaCAtZo,3163
|
|
331
331
|
hikyuu/include/hikyuu/analysis/combinate.h,sha256=_qg13D0Q0wD7RT0JBe6I0-a2WvHd6-p5gNSqRTr0tDs,4082
|
|
@@ -1022,13 +1022,13 @@ hikyuu/indicator/indicator.py,sha256=GPSquIP_OCf9KVbMZMTDPe1dq0xXDhcH0hDf8Be35Og
|
|
|
1022
1022
|
hikyuu/indicator/pyind.py,sha256=rMmzY-_GPWfhnWXZdlffuJH30xFvTEVUX8HYt_prr0A,1689
|
|
1023
1023
|
hikyuu/plugin/__init__.py,sha256=AbpHGcgLb-kRsJGnwFEktk7uzpZOCcBY74-YBdrKVGs,1
|
|
1024
1024
|
hikyuu/plugin/libbacktest.so,sha256=VmtrcqJwORRI6dBZf_jf-oAdVSVjtbcVc4LGtTJZb1Y,837680
|
|
1025
|
-
hikyuu/plugin/libclickhousedriver.so,sha256=
|
|
1025
|
+
hikyuu/plugin/libclickhousedriver.so,sha256=P-F9FjW0lhKVR6sdm0Hvznui_XldAz8EB7Fwn4b1_GY,2033952
|
|
1026
1026
|
hikyuu/plugin/libdataserver.so,sha256=J1ghnj2HadT6TQ1D8bvno2P5dHUuIDUd38fop-C9qyk,2010808
|
|
1027
1027
|
hikyuu/plugin/libdataserver_parquet.so,sha256=VIz2plQ9WxxwnYwq36KM_vsDXpIYcETADPyjUk3Iwyg,13264224
|
|
1028
1028
|
hikyuu/plugin/libdevice.so,sha256=WHmXUPOCqPHJD0AZmPaqSmz3Fo39uL3Bs87qHSh9BeQ,779872
|
|
1029
1029
|
hikyuu/plugin/libextind.so,sha256=2u5Z9TJI0z9lir37si7ugWAdcad74cawKRhgnnHIGdU,2143808
|
|
1030
1030
|
hikyuu/plugin/libhkuextra.so,sha256=SGaGfr8UXGHdoBbw7SNcwr60fo43lK1PgzZK7JERHaE,862336
|
|
1031
|
-
hikyuu/plugin/libimport2hdf5.so,sha256=
|
|
1031
|
+
hikyuu/plugin/libimport2hdf5.so,sha256=pLdUOo4vsgFkIfv2IyGbA0rAl55pmllofnjw-TlES3I,870912
|
|
1032
1032
|
hikyuu/plugin/libtmreport.so,sha256=H5ofMsombB22QOOWQXiw1AcYkxAQGaOz7POm8tjhhVI,792560
|
|
1033
1033
|
hikyuu/shell/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
1034
1034
|
hikyuu/shell/cmdserver.py,sha256=UbaAoqQcCcDgryvToUcgrC5eFBlocZz5NSHAJztx3F0,3202
|
|
@@ -1067,7 +1067,7 @@ hikyuu/tools/fenge.py,sha256=LmGHvs0zYqSK3b_ZWecit4sXqtvcamXOiSywSrekszU,5231
|
|
|
1067
1067
|
hikyuu/tools/h5_data_clear.py,sha256=Rl1UpMhyxsXZHlRS4THMucH1G1OouEwRzpm21i6Jfb0,4257
|
|
1068
1068
|
hikyuu/tools/mysql_clear_last_day_data.py,sha256=b_z8jPpyyGEuDs5pvbC8iOQAKIUxi93DVPI3_FgaxiE,1631
|
|
1069
1069
|
hikyuu/trade_manage/__init__.py,sha256=A1UP_MYNlIjixZW2U4c-fs2pibB6_n2S4DrY4WpNUOg,1363
|
|
1070
|
-
hikyuu/trade_manage/__init__.pyi,sha256=
|
|
1070
|
+
hikyuu/trade_manage/__init__.pyi,sha256=MpXtl9wFU9BhZjiEpnlubY2z7_BQqrc-U13e_lJNs68,38660
|
|
1071
1071
|
hikyuu/trade_manage/broker.py,sha256=nol4j0j1eInZLJKR9jDOlM-naP56oBLdBtKSXEXx-MY,4026
|
|
1072
1072
|
hikyuu/trade_manage/broker.pyi,sha256=jdUZ7U0DHJv51_bDoUHonZHuRbo09O5sSO0gmXDW25c,2161
|
|
1073
1073
|
hikyuu/trade_manage/broker_easytrader.py,sha256=0jdGpiKPdo5lT8w1ZCdLM9UYG_HOREPPdUwaXmIc_BA,2280
|
|
@@ -1075,11 +1075,11 @@ hikyuu/trade_manage/broker_easytrader.pyi,sha256=k1iyzBNngRKEjSYqLzwQkRGLblZDiGI
|
|
|
1075
1075
|
hikyuu/trade_manage/broker_mail.py,sha256=pC-soUg3Pnb2N7YHzhxfQZBRizhjltBVMjqyp4bXmsE,3953
|
|
1076
1076
|
hikyuu/trade_manage/broker_mail.pyi,sha256=1pBU3JWptTPlNeFhYiJh5clxDpnE1AoLZmi055eAntQ,2042
|
|
1077
1077
|
hikyuu/trade_manage/trade.py,sha256=CGzaVMleWxa-sM4Ecjnw6IzSSL6VRoY6TaqRTKEupjM,2094
|
|
1078
|
-
hikyuu/trade_manage/trade.pyi,sha256=
|
|
1078
|
+
hikyuu/trade_manage/trade.pyi,sha256=fAZICArwCM-ezIbKzz2tpgyKAeEIZGbbjB-wzA5RnmA,38175
|
|
1079
1079
|
hikyuu/trade_sys/__init__.py,sha256=autFsnGJypv8tUBECFqfQUzj0DivBZEB2joF-mFjbIc,1841
|
|
1080
1080
|
hikyuu/trade_sys/trade_sys.py,sha256=e1bBHHmmotvyHPpj67LPoJsaHqb5vQLJXX4Z8D7Rvpw,8584
|
|
1081
1081
|
hikyuu/util/__init__.py,sha256=6Gb8-XtTfy8ThbzI8wapbihCQSoUTVRzipAHdotfdQs,1115
|
|
1082
|
-
hikyuu/util/__init__.pyi,sha256=
|
|
1082
|
+
hikyuu/util/__init__.pyi,sha256=sVm_gEN2ohlDfpsTBunqv1HbkidialGQIuZmo_BE8lk,2866
|
|
1083
1083
|
hikyuu/util/check.py,sha256=KaSawQuEEG0cZ22ABdxYf48nhnOJg0-V_ez4qyJp1Vo,5845
|
|
1084
1084
|
hikyuu/util/check.pyi,sha256=VVTSyXToje1qMhNK4XYrfAsg7cz-viM1UDKbH4ejtik,2552
|
|
1085
1085
|
hikyuu/util/mylog.py,sha256=vLqiYWIU65jcPOnBU0al_3tcjoQcnJBga8LLOMLU23E,10453
|
|
@@ -1087,11 +1087,11 @@ hikyuu/util/mylog.pyi,sha256=YA-65LTq9FocjOI1M6zsNYh7i-iorAOdea8DB-wmX8o,2636
|
|
|
1087
1087
|
hikyuu/util/notebook.py,sha256=-MuWr_JCEI0mwMERc7WYIAjIxbub22hkmjY18XPOKQY,1112
|
|
1088
1088
|
hikyuu/util/notebook.pyi,sha256=BNPZrWpmvQZemCX2eibkDJyOZnZtQwJrdTTyGJTxdSU,552
|
|
1089
1089
|
hikyuu/util/singleton.py,sha256=xoM_ohhzg-pWvOiDdEADZaf87Pw23DoiCMEkBUQxNao,764
|
|
1090
|
-
hikyuu/util/singleton.pyi,sha256=
|
|
1090
|
+
hikyuu/util/singleton.pyi,sha256=Y_S4io29TDG-2MV89WJuGaHD24fRI4LznEHnK9YHOsc,538
|
|
1091
1091
|
hikyuu/util/slice.py,sha256=bq5C7OPiXjG4cPZtWLisa1zHEwZ0jRlGWbZi5IxsQA4,1717
|
|
1092
1092
|
hikyuu/util/timeout.py,sha256=IfWsBgra-enerXuUtaGsOlvkz5pkEyKBCUMKCohdfYU,2949
|
|
1093
|
-
hikyuu-2.7.0.dist-info/METADATA,sha256=
|
|
1094
|
-
hikyuu-2.7.0.dist-info/WHEEL,sha256=eBNBQdT9E17_gEYVL6i6RGDXhJ-1o-Gmjkoui977NoI,109
|
|
1095
|
-
hikyuu-2.7.0.dist-info/entry_points.txt,sha256=lKAXjEs7kBs3KiRG88yAXos2X9L2-zQ_YQh0DsKE3kY,137
|
|
1096
|
-
hikyuu-2.7.0.dist-info/top_level.txt,sha256=ZeEwlNS8i9-M1qMvmgIwp0RcYhUQ7Lg60qhS9OSd9dE,4397
|
|
1097
|
-
hikyuu-2.7.0.dist-info/RECORD,,
|
|
1093
|
+
hikyuu-2.7.0.4.dist-info/METADATA,sha256=JXThV5qxZ4MR9sjM8Y0KZgqoxok6SSnwKTwZJxz4a7U,13803
|
|
1094
|
+
hikyuu-2.7.0.4.dist-info/WHEEL,sha256=eBNBQdT9E17_gEYVL6i6RGDXhJ-1o-Gmjkoui977NoI,109
|
|
1095
|
+
hikyuu-2.7.0.4.dist-info/entry_points.txt,sha256=lKAXjEs7kBs3KiRG88yAXos2X9L2-zQ_YQh0DsKE3kY,137
|
|
1096
|
+
hikyuu-2.7.0.4.dist-info/top_level.txt,sha256=ZeEwlNS8i9-M1qMvmgIwp0RcYhUQ7Lg60qhS9OSd9dE,4397
|
|
1097
|
+
hikyuu-2.7.0.4.dist-info/RECORD,,
|
|
File without changes
|
|
File without changes
|
|
File without changes
|