hikyuu 2.6.8.2__py3-none-macosx_11_0_arm64.whl → 2.6.8.3__py3-none-macosx_11_0_arm64.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 +2 -2
- hikyuu/cpp/libhikyuu.dylib +0 -0
- hikyuu/cpp/libsqlite3.dylib +0 -0
- hikyuu/draw/drawplot/bokeh_draw.pyi +2 -2
- hikyuu/draw/drawplot/echarts_draw.pyi +2 -2
- hikyuu/draw/drawplot/matplotlib_draw.pyi +2 -2
- hikyuu/extend.pyi +1 -1
- hikyuu/hub.pyi +6 -6
- hikyuu/include/hikyuu/version.h +2 -2
- hikyuu/plugin/libdataserver.dylib +0 -0
- hikyuu/trade_manage/__init__.pyi +2 -2
- hikyuu/trade_manage/trade.pyi +2 -2
- hikyuu/util/__init__.pyi +1 -1
- hikyuu/util/singleton.pyi +1 -1
- {hikyuu-2.6.8.2.dist-info → hikyuu-2.6.8.3.dist-info}/METADATA +2 -2
- {hikyuu-2.6.8.2.dist-info → hikyuu-2.6.8.3.dist-info}/RECORD +19 -19
- {hikyuu-2.6.8.2.dist-info → hikyuu-2.6.8.3.dist-info}/WHEEL +0 -0
- {hikyuu-2.6.8.2.dist-info → hikyuu-2.6.8.3.dist-info}/entry_points.txt +0 -0
- {hikyuu-2.6.8.2.dist-info → hikyuu-2.6.8.3.dist-info}/top_level.txt +0 -0
hikyuu/__init__.pyi
CHANGED
|
@@ -270,8 +270,8 @@ from hikyuu.cpp.core310.pybind11_detail_function_record_v1_system_libcpp_abi1 im
|
|
|
270
270
|
from hikyuu.cpp.core310.pybind11_detail_function_record_v1_system_libcpp_abi1 import SP_FixedPercent
|
|
271
271
|
from hikyuu.cpp.core310.pybind11_detail_function_record_v1_system_libcpp_abi1 import SP_FixedValue
|
|
272
272
|
from hikyuu.cpp.core310.pybind11_detail_function_record_v1_system_libcpp_abi1 import SQRT
|
|
273
|
-
from hikyuu.cpp.core310.pybind11_detail_function_record_v1_system_libcpp_abi1 import STDEV
|
|
274
273
|
from hikyuu.cpp.core310.pybind11_detail_function_record_v1_system_libcpp_abi1 import STDEV as STD
|
|
274
|
+
from hikyuu.cpp.core310.pybind11_detail_function_record_v1_system_libcpp_abi1 import STDEV
|
|
275
275
|
from hikyuu.cpp.core310.pybind11_detail_function_record_v1_system_libcpp_abi1 import STDP
|
|
276
276
|
from hikyuu.cpp.core310.pybind11_detail_function_record_v1_system_libcpp_abi1 import ST_FixedPercent
|
|
277
277
|
from hikyuu.cpp.core310.pybind11_detail_function_record_v1_system_libcpp_abi1 import ST_Indicator
|
|
@@ -665,8 +665,8 @@ from hikyuu.util.mylog import class_logger
|
|
|
665
665
|
from hikyuu.util.mylog import hku_benchmark
|
|
666
666
|
from hikyuu.util.mylog import hku_debug as hku_trace
|
|
667
667
|
from hikyuu.util.mylog import hku_debug
|
|
668
|
-
from hikyuu.util.mylog import hku_debug_if
|
|
669
668
|
from hikyuu.util.mylog import hku_debug_if as hku_trace_if
|
|
669
|
+
from hikyuu.util.mylog import hku_debug_if
|
|
670
670
|
from hikyuu.util.mylog import hku_error
|
|
671
671
|
from hikyuu.util.mylog import hku_error_if
|
|
672
672
|
from hikyuu.util.mylog import hku_fatal
|
hikyuu/cpp/libhikyuu.dylib
CHANGED
|
Binary file
|
hikyuu/cpp/libsqlite3.dylib
CHANGED
|
Binary file
|
|
@@ -286,8 +286,8 @@ from hikyuu.cpp.core310.pybind11_detail_function_record_v1_system_libcpp_abi1 im
|
|
|
286
286
|
from hikyuu.cpp.core310.pybind11_detail_function_record_v1_system_libcpp_abi1 import SP_FixedPercent
|
|
287
287
|
from hikyuu.cpp.core310.pybind11_detail_function_record_v1_system_libcpp_abi1 import SP_FixedValue
|
|
288
288
|
from hikyuu.cpp.core310.pybind11_detail_function_record_v1_system_libcpp_abi1 import SQRT
|
|
289
|
-
from hikyuu.cpp.core310.pybind11_detail_function_record_v1_system_libcpp_abi1 import STDEV
|
|
290
289
|
from hikyuu.cpp.core310.pybind11_detail_function_record_v1_system_libcpp_abi1 import STDEV as STD
|
|
290
|
+
from hikyuu.cpp.core310.pybind11_detail_function_record_v1_system_libcpp_abi1 import STDEV
|
|
291
291
|
from hikyuu.cpp.core310.pybind11_detail_function_record_v1_system_libcpp_abi1 import STDP
|
|
292
292
|
from hikyuu.cpp.core310.pybind11_detail_function_record_v1_system_libcpp_abi1 import ST_FixedPercent
|
|
293
293
|
from hikyuu.cpp.core310.pybind11_detail_function_record_v1_system_libcpp_abi1 import ST_Indicator
|
|
@@ -657,8 +657,8 @@ from hikyuu.util.mylog import class_logger
|
|
|
657
657
|
from hikyuu.util.mylog import hku_benchmark
|
|
658
658
|
from hikyuu.util.mylog import hku_debug as hku_trace
|
|
659
659
|
from hikyuu.util.mylog import hku_debug
|
|
660
|
-
from hikyuu.util.mylog import hku_debug_if
|
|
661
660
|
from hikyuu.util.mylog import hku_debug_if as hku_trace_if
|
|
661
|
+
from hikyuu.util.mylog import hku_debug_if
|
|
662
662
|
from hikyuu.util.mylog import hku_error
|
|
663
663
|
from hikyuu.util.mylog import hku_error_if
|
|
664
664
|
from hikyuu.util.mylog import hku_fatal
|
|
@@ -273,8 +273,8 @@ from hikyuu.cpp.core310.pybind11_detail_function_record_v1_system_libcpp_abi1 im
|
|
|
273
273
|
from hikyuu.cpp.core310.pybind11_detail_function_record_v1_system_libcpp_abi1 import SP_FixedPercent
|
|
274
274
|
from hikyuu.cpp.core310.pybind11_detail_function_record_v1_system_libcpp_abi1 import SP_FixedValue
|
|
275
275
|
from hikyuu.cpp.core310.pybind11_detail_function_record_v1_system_libcpp_abi1 import SQRT
|
|
276
|
-
from hikyuu.cpp.core310.pybind11_detail_function_record_v1_system_libcpp_abi1 import STDEV
|
|
277
276
|
from hikyuu.cpp.core310.pybind11_detail_function_record_v1_system_libcpp_abi1 import STDEV as STD
|
|
277
|
+
from hikyuu.cpp.core310.pybind11_detail_function_record_v1_system_libcpp_abi1 import STDEV
|
|
278
278
|
from hikyuu.cpp.core310.pybind11_detail_function_record_v1_system_libcpp_abi1 import STDP
|
|
279
279
|
from hikyuu.cpp.core310.pybind11_detail_function_record_v1_system_libcpp_abi1 import ST_FixedPercent
|
|
280
280
|
from hikyuu.cpp.core310.pybind11_detail_function_record_v1_system_libcpp_abi1 import ST_Indicator
|
|
@@ -645,8 +645,8 @@ from hikyuu.util.mylog import class_logger
|
|
|
645
645
|
from hikyuu.util.mylog import hku_benchmark
|
|
646
646
|
from hikyuu.util.mylog import hku_debug as hku_trace
|
|
647
647
|
from hikyuu.util.mylog import hku_debug
|
|
648
|
-
from hikyuu.util.mylog import hku_debug_if
|
|
649
648
|
from hikyuu.util.mylog import hku_debug_if as hku_trace_if
|
|
649
|
+
from hikyuu.util.mylog import hku_debug_if
|
|
650
650
|
from hikyuu.util.mylog import hku_error
|
|
651
651
|
from hikyuu.util.mylog import hku_error_if
|
|
652
652
|
from hikyuu.util.mylog import hku_fatal
|
|
@@ -276,8 +276,8 @@ from hikyuu.cpp.core310.pybind11_detail_function_record_v1_system_libcpp_abi1 im
|
|
|
276
276
|
from hikyuu.cpp.core310.pybind11_detail_function_record_v1_system_libcpp_abi1 import SP_FixedPercent
|
|
277
277
|
from hikyuu.cpp.core310.pybind11_detail_function_record_v1_system_libcpp_abi1 import SP_FixedValue
|
|
278
278
|
from hikyuu.cpp.core310.pybind11_detail_function_record_v1_system_libcpp_abi1 import SQRT
|
|
279
|
-
from hikyuu.cpp.core310.pybind11_detail_function_record_v1_system_libcpp_abi1 import STDEV
|
|
280
279
|
from hikyuu.cpp.core310.pybind11_detail_function_record_v1_system_libcpp_abi1 import STDEV as STD
|
|
280
|
+
from hikyuu.cpp.core310.pybind11_detail_function_record_v1_system_libcpp_abi1 import STDEV
|
|
281
281
|
from hikyuu.cpp.core310.pybind11_detail_function_record_v1_system_libcpp_abi1 import STDP
|
|
282
282
|
from hikyuu.cpp.core310.pybind11_detail_function_record_v1_system_libcpp_abi1 import ST_FixedPercent
|
|
283
283
|
from hikyuu.cpp.core310.pybind11_detail_function_record_v1_system_libcpp_abi1 import ST_Indicator
|
|
@@ -648,8 +648,8 @@ from hikyuu.util.mylog import class_logger
|
|
|
648
648
|
from hikyuu.util.mylog import hku_benchmark
|
|
649
649
|
from hikyuu.util.mylog import hku_debug as hku_trace
|
|
650
650
|
from hikyuu.util.mylog import hku_debug
|
|
651
|
-
from hikyuu.util.mylog import hku_debug_if
|
|
652
651
|
from hikyuu.util.mylog import hku_debug_if as hku_trace_if
|
|
652
|
+
from hikyuu.util.mylog import hku_debug_if
|
|
653
653
|
from hikyuu.util.mylog import hku_error
|
|
654
654
|
from hikyuu.util.mylog import hku_error_if
|
|
655
655
|
from hikyuu.util.mylog import hku_fatal
|
hikyuu/extend.pyi
CHANGED
|
@@ -471,8 +471,8 @@ from hikyuu.cpp.core310.pybind11_detail_function_record_v1_system_libcpp_abi1 im
|
|
|
471
471
|
from hikyuu.cpp.core310.pybind11_detail_function_record_v1_system_libcpp_abi1 import ZHBOND10
|
|
472
472
|
from hikyuu.cpp.core310.pybind11_detail_function_record_v1_system_libcpp_abi1 import ZONGGUBEN
|
|
473
473
|
from hikyuu.cpp.core310.pybind11_detail_function_record_v1_system_libcpp_abi1 import ZSCORE
|
|
474
|
-
from hikyuu.cpp.core310.pybind11_detail_function_record_v1_system_libcpp_abi1 import __add__ as __old_Datetime_add__
|
|
475
474
|
from hikyuu.cpp.core310.pybind11_detail_function_record_v1_system_libcpp_abi1 import __add__ as __old_TimeDelta_add__
|
|
475
|
+
from hikyuu.cpp.core310.pybind11_detail_function_record_v1_system_libcpp_abi1 import __add__ as __old_Datetime_add__
|
|
476
476
|
from hikyuu.cpp.core310.pybind11_detail_function_record_v1_system_libcpp_abi1 import __init__ as __old_Datetime_init__
|
|
477
477
|
from hikyuu.cpp.core310.pybind11_detail_function_record_v1_system_libcpp_abi1 import __init__ as old_Query_init
|
|
478
478
|
from hikyuu.cpp.core310.pybind11_detail_function_record_v1_system_libcpp_abi1 import __init__ as __old_TimeDelta_init__
|
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 0x12eef5d50; 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 12ef022a0>
|
|
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 0x12eef7070; 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 12ef3af20>
|
|
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 0x12eef75b0; 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 12ef3bec0>
|
|
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 6
|
|
18
18
|
#define HKU_VERSION_ALTER 8
|
|
19
|
-
#define HKU_VERSION_BUILD
|
|
19
|
+
#define HKU_VERSION_BUILD 202509080047
|
|
20
20
|
#define HKU_VERSION_MODE "RELEASE"
|
|
21
|
-
#define HKU_VERSION_GIT "2.6.8 master.
|
|
21
|
+
#define HKU_VERSION_GIT "2.6.8 master.be7974260 (RELEASE)"
|
|
22
22
|
// clang-format on
|
|
23
23
|
|
|
24
24
|
#endif /* HKU_VERSION_H */
|
|
Binary file
|
hikyuu/trade_manage/__init__.pyi
CHANGED
|
@@ -267,8 +267,8 @@ from hikyuu.cpp.core310.pybind11_detail_function_record_v1_system_libcpp_abi1 im
|
|
|
267
267
|
from hikyuu.cpp.core310.pybind11_detail_function_record_v1_system_libcpp_abi1 import SP_FixedPercent
|
|
268
268
|
from hikyuu.cpp.core310.pybind11_detail_function_record_v1_system_libcpp_abi1 import SP_FixedValue
|
|
269
269
|
from hikyuu.cpp.core310.pybind11_detail_function_record_v1_system_libcpp_abi1 import SQRT
|
|
270
|
-
from hikyuu.cpp.core310.pybind11_detail_function_record_v1_system_libcpp_abi1 import STDEV
|
|
271
270
|
from hikyuu.cpp.core310.pybind11_detail_function_record_v1_system_libcpp_abi1 import STDEV as STD
|
|
271
|
+
from hikyuu.cpp.core310.pybind11_detail_function_record_v1_system_libcpp_abi1 import STDEV
|
|
272
272
|
from hikyuu.cpp.core310.pybind11_detail_function_record_v1_system_libcpp_abi1 import STDP
|
|
273
273
|
from hikyuu.cpp.core310.pybind11_detail_function_record_v1_system_libcpp_abi1 import ST_FixedPercent
|
|
274
274
|
from hikyuu.cpp.core310.pybind11_detail_function_record_v1_system_libcpp_abi1 import ST_Indicator
|
|
@@ -602,8 +602,8 @@ from hikyuu.util.mylog import class_logger
|
|
|
602
602
|
from hikyuu.util.mylog import hku_benchmark
|
|
603
603
|
from hikyuu.util.mylog import hku_debug as hku_trace
|
|
604
604
|
from hikyuu.util.mylog import hku_debug
|
|
605
|
-
from hikyuu.util.mylog import hku_debug_if
|
|
606
605
|
from hikyuu.util.mylog import hku_debug_if as hku_trace_if
|
|
606
|
+
from hikyuu.util.mylog import hku_debug_if
|
|
607
607
|
from hikyuu.util.mylog import hku_error
|
|
608
608
|
from hikyuu.util.mylog import hku_error_if
|
|
609
609
|
from hikyuu.util.mylog import hku_fatal
|
hikyuu/trade_manage/trade.pyi
CHANGED
|
@@ -267,8 +267,8 @@ from hikyuu.cpp.core310.pybind11_detail_function_record_v1_system_libcpp_abi1 im
|
|
|
267
267
|
from hikyuu.cpp.core310.pybind11_detail_function_record_v1_system_libcpp_abi1 import SP_FixedPercent
|
|
268
268
|
from hikyuu.cpp.core310.pybind11_detail_function_record_v1_system_libcpp_abi1 import SP_FixedValue
|
|
269
269
|
from hikyuu.cpp.core310.pybind11_detail_function_record_v1_system_libcpp_abi1 import SQRT
|
|
270
|
-
from hikyuu.cpp.core310.pybind11_detail_function_record_v1_system_libcpp_abi1 import STDEV
|
|
271
270
|
from hikyuu.cpp.core310.pybind11_detail_function_record_v1_system_libcpp_abi1 import STDEV as STD
|
|
271
|
+
from hikyuu.cpp.core310.pybind11_detail_function_record_v1_system_libcpp_abi1 import STDEV
|
|
272
272
|
from hikyuu.cpp.core310.pybind11_detail_function_record_v1_system_libcpp_abi1 import STDP
|
|
273
273
|
from hikyuu.cpp.core310.pybind11_detail_function_record_v1_system_libcpp_abi1 import ST_FixedPercent
|
|
274
274
|
from hikyuu.cpp.core310.pybind11_detail_function_record_v1_system_libcpp_abi1 import ST_Indicator
|
|
@@ -596,8 +596,8 @@ from hikyuu.util.mylog import class_logger
|
|
|
596
596
|
from hikyuu.util.mylog import hku_benchmark
|
|
597
597
|
from hikyuu.util.mylog import hku_debug as hku_trace
|
|
598
598
|
from hikyuu.util.mylog import hku_debug
|
|
599
|
-
from hikyuu.util.mylog import hku_debug_if
|
|
600
599
|
from hikyuu.util.mylog import hku_debug_if as hku_trace_if
|
|
600
|
+
from hikyuu.util.mylog import hku_debug_if
|
|
601
601
|
from hikyuu.util.mylog import hku_error
|
|
602
602
|
from hikyuu.util.mylog import hku_error_if
|
|
603
603
|
from hikyuu.util.mylog import hku_fatal
|
hikyuu/util/__init__.pyi
CHANGED
|
@@ -18,8 +18,8 @@ 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
|
|
22
21
|
from hikyuu.util.mylog import hku_debug as hku_trace
|
|
22
|
+
from hikyuu.util.mylog import hku_debug
|
|
23
23
|
from hikyuu.util.mylog import hku_debug_if
|
|
24
24
|
from hikyuu.util.mylog import hku_debug_if as hku_trace_if
|
|
25
25
|
from hikyuu.util.mylog import hku_error
|
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 0x12ed39980>
|
|
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.6.8.
|
|
3
|
+
Version: 2.6.8.3
|
|
4
4
|
Summary: Hikyuu Quant Framework for System Trading Analysis and backtester
|
|
5
5
|
Home-page: http://hikyuu.org/
|
|
6
6
|
Author: fasiondog
|
|
@@ -48,7 +48,7 @@ Requires-Dist: pipdeptree
|
|
|
48
48
|
Requires-Dist: h5py
|
|
49
49
|
Requires-Dist: tdqm
|
|
50
50
|
Requires-Dist: clickhouse-connect
|
|
51
|
-
Requires-Dist: pyarrow>=
|
|
51
|
+
Requires-Dist: pyarrow>=19.0.0
|
|
52
52
|
Dynamic: author
|
|
53
53
|
Dynamic: author-email
|
|
54
54
|
Dynamic: classifier
|
|
@@ -1,12 +1,12 @@
|
|
|
1
1
|
hikyuu/LICENSE.txt,sha256=eYUkkmVyE-JozrxZVvt2kdnQT8i6toPobgU_jqhK7cU,1065
|
|
2
2
|
hikyuu/__init__.py,sha256=v7XRqgC_-m5KHoS-HxI4lLCUtVJnIYSSu0nBI6uxXN0,18174
|
|
3
|
-
hikyuu/__init__.pyi,sha256=
|
|
3
|
+
hikyuu/__init__.pyi,sha256=wZ0vvVuURNZPlHuURne5CcPNoNwJsiQb9J5QOkJgvSQ,74238
|
|
4
4
|
hikyuu/core.py,sha256=ohXZLRPr_hQXy_QpRkpNQ5yBaL4nY0GE6ZGcybaofAY,633
|
|
5
5
|
hikyuu/core.pyi,sha256=fJ6hGWqj6sE6bYlGVcfrcQg1xbwJ0NpQhs1jSIpJ-VI,58729
|
|
6
6
|
hikyuu/extend.py,sha256=f5BrZFLDXg2EzuA_I6BGV9j6oljmAsJ2kxllZgMTF3E,9416
|
|
7
|
-
hikyuu/extend.pyi,sha256=
|
|
7
|
+
hikyuu/extend.pyi,sha256=2JqTZlZY4MFiTTI7fQkAMVoVyKxC-oq88Tzozi8O6ic,62329
|
|
8
8
|
hikyuu/hub.py,sha256=M7e3pGtGWEPyz9IZj8pOD0EmC8mXtxr-F-IQNnbZ9qY,27870
|
|
9
|
-
hikyuu/hub.pyi,sha256=
|
|
9
|
+
hikyuu/hub.pyi,sha256=CchhhaOa5mixDkF1TeBqVhL6KSZ4eQFta_QvLQ5_8X0,10444
|
|
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=alTq4J4lLfD4QWoo6-f5VLfGlunr2vxprX6955qoOk4,51017
|
|
@@ -31,7 +31,7 @@ hikyuu/cpp/core313.pyi,sha256=WmKVmFkklvrb7dqaMnJLIRHdcJ3qqHEkgNxWE6Dz_mM,463841
|
|
|
31
31
|
hikyuu/cpp/core313.so,sha256=ypQ1bh7U_iUcNPP2cmeBqbsfw9UmmQ1pZYw-rii4BJU,13036120
|
|
32
32
|
hikyuu/cpp/libcrypto.3.dylib,sha256=YF0tYyDUMqiKPS6KrRPzHkyAiL1Xpz6H_EBkH8f3AHM,3493696
|
|
33
33
|
hikyuu/cpp/libcrypto.dylib,sha256=YF0tYyDUMqiKPS6KrRPzHkyAiL1Xpz6H_EBkH8f3AHM,3493696
|
|
34
|
-
hikyuu/cpp/libhikyuu.dylib,sha256=
|
|
34
|
+
hikyuu/cpp/libhikyuu.dylib,sha256=wR2RL-OcrdoW7LDKDnzhtwpTNyVEZbUIkNbXQCnQNI8,14247264
|
|
35
35
|
hikyuu/cpp/libhku_hdf5.200.2.0.dylib,sha256=YrtndWsWhjKLYaRM-i8Z52V5Y2Jv9tVQ3GQ5htOTRiA,4096376
|
|
36
36
|
hikyuu/cpp/libhku_hdf5.200.dylib,sha256=YrtndWsWhjKLYaRM-i8Z52V5Y2Jv9tVQ3GQ5htOTRiA,4096376
|
|
37
37
|
hikyuu/cpp/libhku_hdf5.dylib,sha256=YrtndWsWhjKLYaRM-i8Z52V5Y2Jv9tVQ3GQ5htOTRiA,4096376
|
|
@@ -49,7 +49,7 @@ hikyuu/cpp/libhku_hdf5_tools.200.dylib,sha256=HVGLiE89OIoz68lN12igOH0tLZIF6iCzfQ
|
|
|
49
49
|
hikyuu/cpp/libhku_hdf5_tools.dylib,sha256=HVGLiE89OIoz68lN12igOH0tLZIF6iCzfQgJ8oDjaps,275712
|
|
50
50
|
hikyuu/cpp/libmysqlclient.21.dylib,sha256=06wAD2zvONRBJdvEtcplXYyJXvm8h_I92aBjfTvMjJ8,7642672
|
|
51
51
|
hikyuu/cpp/libmysqlclient.dylib,sha256=RnuUpmxSm4_D7lIrrGygC3UVxHvxhCDRghTXavJq5wA,7624128
|
|
52
|
-
hikyuu/cpp/libsqlite3.dylib,sha256=
|
|
52
|
+
hikyuu/cpp/libsqlite3.dylib,sha256=2TSPsd8iFdz-6i3DSY-HRbyvbQHyFQ3-49YmVwPGww0,1211984
|
|
53
53
|
hikyuu/cpp/libssl.3.dylib,sha256=pneh5a8M087bn0WcwfTUAl_53lwOsERq4yRzSRQ4VZk,599984
|
|
54
54
|
hikyuu/cpp/libssl.dylib,sha256=pneh5a8M087bn0WcwfTUAl_53lwOsERq4yRzSRQ4VZk,599984
|
|
55
55
|
hikyuu/cpp/i18n/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
@@ -163,13 +163,13 @@ hikyuu/draw/volume.pyi,sha256=6eBOOpTzvsqn_4M2Gm2EB42NOdDmBm4L6HbmLYtf2Fs,1736
|
|
|
163
163
|
hikyuu/draw/drawplot/__init__.py,sha256=lhGdOn2ggxJBBN9mEu4s3ytzKVK89vEMGApKWunVALk,10053
|
|
164
164
|
hikyuu/draw/drawplot/__init__.pyi,sha256=76DTjHUxxQ-XybO4fo-QcB88qUghjLi-4i6lxhmJNyw,6600
|
|
165
165
|
hikyuu/draw/drawplot/bokeh_draw.py,sha256=CaSx-GvSeCroFOQzuoDUKeCPRsZyn1jqB2LW2ruGP80,19666
|
|
166
|
-
hikyuu/draw/drawplot/bokeh_draw.pyi,sha256=
|
|
166
|
+
hikyuu/draw/drawplot/bokeh_draw.pyi,sha256=ScKZD8IC2IR1nQ_LgnVT1jo3pIaMRU-VkhKOPVqZhXw,73728
|
|
167
167
|
hikyuu/draw/drawplot/common.py,sha256=N2n89dR0D13_5PvSk_FEQutNgDL0rdza0KGbQNPwCE0,3097
|
|
168
168
|
hikyuu/draw/drawplot/common.pyi,sha256=ACnmgOZF6a7CvDiICZjdAoyHxywvuukVfmLwLeeBWCQ,353
|
|
169
169
|
hikyuu/draw/drawplot/echarts_draw.py,sha256=TOhcrsOqhf8n8th7c7PkieloWqdcfaKf2vmnynrq_OM,20456
|
|
170
|
-
hikyuu/draw/drawplot/echarts_draw.pyi,sha256=
|
|
170
|
+
hikyuu/draw/drawplot/echarts_draw.pyi,sha256=AJTLCw9CuSTxO3fe8nlMEML6y3OaYAq3chcdI5hN09E,68815
|
|
171
171
|
hikyuu/draw/drawplot/matplotlib_draw.py,sha256=X-92oJ8m5TtU26x6GugD_oSYX-JpkrAG_OUDzaAH1ZY,59249
|
|
172
|
-
hikyuu/draw/drawplot/matplotlib_draw.pyi,sha256=
|
|
172
|
+
hikyuu/draw/drawplot/matplotlib_draw.pyi,sha256=Qhd9Obtr0S3N8L6-7pvT0Z6SUdXUQH6XZ13fqSkZo48,92066
|
|
173
173
|
hikyuu/draw/drawplot/icon/1.png,sha256=I21nZoJ2secsZZYSeWcSzzgtKsuKIJtBeFKQ7xp_trU,786
|
|
174
174
|
hikyuu/draw/drawplot/icon/10.png,sha256=o8cfsnmu0dltqyh3F-U-6IxJz9HvSFing1b11UaLlSQ,570
|
|
175
175
|
hikyuu/draw/drawplot/icon/11.png,sha256=6ayNsr6Ym30jpv5Y1NGOtf8Ne9__WiA8VL4IwGsB73Y,852
|
|
@@ -315,7 +315,7 @@ hikyuu/include/hikyuu/debug.h,sha256=aX-WdnQdDuOoHMxcMyHXVLAyEhYIMGT-Hh6VgYZSSMw
|
|
|
315
315
|
hikyuu/include/hikyuu/doc.h,sha256=QipCcndVjM6ZAJ2fAguTIVbyxVTmLhXp7XjaaIq3wWA,6905
|
|
316
316
|
hikyuu/include/hikyuu/hikyuu.h,sha256=aWi5ZGV1lLz5AIsYEuMVQdAnmRc_FnEIR9fvkvang6k,1528
|
|
317
317
|
hikyuu/include/hikyuu/lang.h,sha256=Ujcy4eeJKpCNlDcaDOEJwZlTmWfiaXipLHG1kpfxIy8,474
|
|
318
|
-
hikyuu/include/hikyuu/version.h,sha256
|
|
318
|
+
hikyuu/include/hikyuu/version.h,sha256=-OsY6F5skTH2DWUD_PJuLMEmFnnT_GM042GqvydHxJM,484
|
|
319
319
|
hikyuu/include/hikyuu/analysis/__init__.py,sha256=AbpHGcgLb-kRsJGnwFEktk7uzpZOCcBY74-YBdrKVGs,1
|
|
320
320
|
hikyuu/include/hikyuu/analysis/analysis_sys.h,sha256=YJVo-gC-vdcV4aBgGG7wBUc-KZw534HLAIsczaCAtZo,3163
|
|
321
321
|
hikyuu/include/hikyuu/analysis/combinate.h,sha256=_qg13D0Q0wD7RT0JBe6I0-a2WvHd6-p5gNSqRTr0tDs,4082
|
|
@@ -987,7 +987,7 @@ hikyuu/indicator/pyind.py,sha256=rMmzY-_GPWfhnWXZdlffuJH30xFvTEVUX8HYt_prr0A,168
|
|
|
987
987
|
hikyuu/plugin/__init__.py,sha256=AbpHGcgLb-kRsJGnwFEktk7uzpZOCcBY74-YBdrKVGs,1
|
|
988
988
|
hikyuu/plugin/libbacktest.dylib,sha256=2B_vqjCO2Mn7JbOwnRvbAKc71a2-nsv9ySsDwMPvzls,378496
|
|
989
989
|
hikyuu/plugin/libclickhousedriver.dylib,sha256=WSGMpeFHJJagtKrYoTTfyRUEPMDjAzI0gr97SMynqSU,1766888
|
|
990
|
-
hikyuu/plugin/libdataserver.dylib,sha256=
|
|
990
|
+
hikyuu/plugin/libdataserver.dylib,sha256=fjM3m4OvkcIDzwiTappAJrTipIpSQqUCJGkJyDfW0BA,1764224
|
|
991
991
|
hikyuu/plugin/libdevice.dylib,sha256=9Q0BSMhdMXZh0ShcJY_F_V5Mxth03DAwAYVQ5LWkM7w,371008
|
|
992
992
|
hikyuu/plugin/libextind.dylib,sha256=2jNURi21e1qraZK21JlUlzcy16OdYOMpNKLaqVGBVtU,534336
|
|
993
993
|
hikyuu/plugin/libhkuextra.dylib,sha256=Kip6VYMZk0TdbY80jsw0jY9zls7z2JQdn3tQLCO5kVI,10957072
|
|
@@ -1031,7 +1031,7 @@ hikyuu/tools/h5_data_clear.py,sha256=Rl1UpMhyxsXZHlRS4THMucH1G1OouEwRzpm21i6Jfb0
|
|
|
1031
1031
|
hikyuu/tools/mysql_clear_last_day_data.py,sha256=b_z8jPpyyGEuDs5pvbC8iOQAKIUxi93DVPI3_FgaxiE,1631
|
|
1032
1032
|
hikyuu/tools/update_block_info.py,sha256=jv4BCP0HfbSiH8SIY9BGZKIiUEfUmo-tDP5j1GgMj60,4843
|
|
1033
1033
|
hikyuu/trade_manage/__init__.py,sha256=A1UP_MYNlIjixZW2U4c-fs2pibB6_n2S4DrY4WpNUOg,1363
|
|
1034
|
-
hikyuu/trade_manage/__init__.pyi,sha256=
|
|
1034
|
+
hikyuu/trade_manage/__init__.pyi,sha256=YApff7QJlwDq8tsPeiUlcsXPa05T0EtZIxQlHLkNlPc,64061
|
|
1035
1035
|
hikyuu/trade_manage/broker.py,sha256=nol4j0j1eInZLJKR9jDOlM-naP56oBLdBtKSXEXx-MY,4026
|
|
1036
1036
|
hikyuu/trade_manage/broker.pyi,sha256=Il5BefLe9vvyJ8KVvsgRUg-R8WxlAIJ9hQJXJ3e5LBw,2150
|
|
1037
1037
|
hikyuu/trade_manage/broker_easytrader.py,sha256=0jdGpiKPdo5lT8w1ZCdLM9UYG_HOREPPdUwaXmIc_BA,2280
|
|
@@ -1039,11 +1039,11 @@ hikyuu/trade_manage/broker_easytrader.pyi,sha256=bV7VjZ-hCKx5cVljjyUbNulN9JipF7h
|
|
|
1039
1039
|
hikyuu/trade_manage/broker_mail.py,sha256=pC-soUg3Pnb2N7YHzhxfQZBRizhjltBVMjqyp4bXmsE,3953
|
|
1040
1040
|
hikyuu/trade_manage/broker_mail.pyi,sha256=Q-29jp9MgdmocenwSdommJvdwtHJnnjr34k8ltRbVdo,2031
|
|
1041
1041
|
hikyuu/trade_manage/trade.py,sha256=qQ8XJj74TANRjgGapgQYaJi2jHZJdS3XmXQG5zoMR9M,2222
|
|
1042
|
-
hikyuu/trade_manage/trade.pyi,sha256=
|
|
1042
|
+
hikyuu/trade_manage/trade.pyi,sha256=lDxTq1EB3edYvtejDVk89hxg38wcFeegpNwYUb-3SLs,63576
|
|
1043
1043
|
hikyuu/trade_sys/__init__.py,sha256=autFsnGJypv8tUBECFqfQUzj0DivBZEB2joF-mFjbIc,1841
|
|
1044
1044
|
hikyuu/trade_sys/trade_sys.py,sha256=e1bBHHmmotvyHPpj67LPoJsaHqb5vQLJXX4Z8D7Rvpw,8584
|
|
1045
1045
|
hikyuu/util/__init__.py,sha256=6Gb8-XtTfy8ThbzI8wapbihCQSoUTVRzipAHdotfdQs,1115
|
|
1046
|
-
hikyuu/util/__init__.pyi,sha256=
|
|
1046
|
+
hikyuu/util/__init__.pyi,sha256=ltJX9szQ3pvvWNqVEw6NjpgokXLw9sRrUTaRDnTrLOs,2869
|
|
1047
1047
|
hikyuu/util/check.py,sha256=KaSawQuEEG0cZ22ABdxYf48nhnOJg0-V_ez4qyJp1Vo,5845
|
|
1048
1048
|
hikyuu/util/check.pyi,sha256=zgT5M-ZrkVp1MMc7YyYKHRvnFtzOj7-eAn4PMUTJQ1A,2544
|
|
1049
1049
|
hikyuu/util/mylog.py,sha256=vLqiYWIU65jcPOnBU0al_3tcjoQcnJBga8LLOMLU23E,10453
|
|
@@ -1051,12 +1051,12 @@ hikyuu/util/mylog.pyi,sha256=vJbKppG_6hQShMhavsT0LKkjxWRzpJLzOSQ4p2Yf8UM,2650
|
|
|
1051
1051
|
hikyuu/util/notebook.py,sha256=-MuWr_JCEI0mwMERc7WYIAjIxbub22hkmjY18XPOKQY,1112
|
|
1052
1052
|
hikyuu/util/notebook.pyi,sha256=LWOEOxUDoFC6h9I5ph-XllvZ0fIWfQ7i3EmgUcHS0Hc,541
|
|
1053
1053
|
hikyuu/util/singleton.py,sha256=xoM_ohhzg-pWvOiDdEADZaf87Pw23DoiCMEkBUQxNao,764
|
|
1054
|
-
hikyuu/util/singleton.pyi,sha256=
|
|
1054
|
+
hikyuu/util/singleton.pyi,sha256=g3Ro4aSd377p8GJRhWw-Ehg8zFfBfkOV6j_6Ge_tD_c,524
|
|
1055
1055
|
hikyuu/util/slice.py,sha256=bq5C7OPiXjG4cPZtWLisa1zHEwZ0jRlGWbZi5IxsQA4,1717
|
|
1056
1056
|
hikyuu/util/slice.pyi,sha256=j1VO1JnM9qoAWyrcf9CcwsegsiKosZw-I6WOXGiKNHs,235
|
|
1057
1057
|
hikyuu/util/timeout.py,sha256=IfWsBgra-enerXuUtaGsOlvkz5pkEyKBCUMKCohdfYU,2949
|
|
1058
|
-
hikyuu-2.6.8.
|
|
1059
|
-
hikyuu-2.6.8.
|
|
1060
|
-
hikyuu-2.6.8.
|
|
1061
|
-
hikyuu-2.6.8.
|
|
1062
|
-
hikyuu-2.6.8.
|
|
1058
|
+
hikyuu-2.6.8.3.dist-info/METADATA,sha256=l8_AsNmgNOdU00_5PA4uacO5pyL_zTZp34JFFoyJlZg,13040
|
|
1059
|
+
hikyuu-2.6.8.3.dist-info/WHEEL,sha256=jc2C2uw104ioj1TL9cE0YO67_kdAwX4W8JgYPomxr5M,105
|
|
1060
|
+
hikyuu-2.6.8.3.dist-info/entry_points.txt,sha256=lKAXjEs7kBs3KiRG88yAXos2X9L2-zQ_YQh0DsKE3kY,137
|
|
1061
|
+
hikyuu-2.6.8.3.dist-info/top_level.txt,sha256=Lp3zTVgR8msLB04dUgejGF6ac1aY_Sc_N-K-PleyZPY,4339
|
|
1062
|
+
hikyuu-2.6.8.3.dist-info/RECORD,,
|
|
File without changes
|
|
File without changes
|
|
File without changes
|