analyser_hj3415 2.7.0__tar.gz → 2.7.1__tar.gz
Sign up to get free protection for your applications and to get access to all the features.
- {analyser_hj3415-2.7.0 → analyser_hj3415-2.7.1}/PKG-INFO +1 -1
- {analyser_hj3415-2.7.0 → analyser_hj3415-2.7.1}/analyser_hj3415/cli.py +28 -28
- {analyser_hj3415-2.7.0 → analyser_hj3415-2.7.1}/pyproject.toml +1 -1
- {analyser_hj3415-2.7.0 → analyser_hj3415-2.7.1}/.DS_Store +0 -0
- {analyser_hj3415-2.7.0 → analyser_hj3415-2.7.1}/.gitattributes +0 -0
- {analyser_hj3415-2.7.0 → analyser_hj3415-2.7.1}/.gitignore +0 -0
- {analyser_hj3415-2.7.0 → analyser_hj3415-2.7.1}/.idea/.gitignore +0 -0
- {analyser_hj3415-2.7.0 → analyser_hj3415-2.7.1}/.idea/analyser-hj3415.iml +0 -0
- {analyser_hj3415-2.7.0 → analyser_hj3415-2.7.1}/.idea/inspectionProfiles/profiles_settings.xml +0 -0
- {analyser_hj3415-2.7.0 → analyser_hj3415-2.7.1}/.idea/misc.xml +0 -0
- {analyser_hj3415-2.7.0 → analyser_hj3415-2.7.1}/.idea/modules.xml +0 -0
- {analyser_hj3415-2.7.0 → analyser_hj3415-2.7.1}/.idea/vcs.xml +0 -0
- {analyser_hj3415-2.7.0 → analyser_hj3415-2.7.1}/LICENSE +0 -0
- {analyser_hj3415-2.7.0 → analyser_hj3415-2.7.1}/README.md +0 -0
- {analyser_hj3415-2.7.0 → analyser_hj3415-2.7.1}/analyser_hj3415/.DS_Store +0 -0
- {analyser_hj3415-2.7.0 → analyser_hj3415-2.7.1}/analyser_hj3415/__init__.py +0 -0
- {analyser_hj3415-2.7.0 → analyser_hj3415-2.7.1}/analyser_hj3415/eval.py +0 -0
- {analyser_hj3415-2.7.0 → analyser_hj3415-2.7.1}/analyser_hj3415/workroom/__init__.py +0 -0
- {analyser_hj3415-2.7.0 → analyser_hj3415-2.7.1}/analyser_hj3415/workroom/lstm.py +0 -0
- {analyser_hj3415-2.7.0 → analyser_hj3415-2.7.1}/analyser_hj3415/workroom/myprophet.py +0 -0
- {analyser_hj3415-2.7.0 → analyser_hj3415-2.7.1}/analyser_hj3415/workroom/mysklearn.py +0 -0
- {analyser_hj3415-2.7.0 → analyser_hj3415-2.7.1}/analyser_hj3415/workroom/mysklearn2.py +0 -0
- {analyser_hj3415-2.7.0 → analyser_hj3415-2.7.1}/analyser_hj3415/workroom/score.py +0 -0
- {analyser_hj3415-2.7.0 → analyser_hj3415-2.7.1}/analyser_hj3415/workroom/trash.py +0 -0
@@ -49,42 +49,42 @@ def analyser_manager():
|
|
49
49
|
ranking_parser.add_argument('-e', '--expect_earn', type=float, help='기대수익률 (실수 값 입력)')
|
50
50
|
ranking_parser.add_argument('-r', '--refresh', action='store_true', help='래디스 캐시를 사용하지 않고 강제로 재계산 할지')
|
51
51
|
ranking_parser.add_argument('-n', '--noti', action='store_true', help='작업 완료 후 메시지 전송 여부')
|
52
|
-
# red -
|
53
|
-
|
54
|
-
|
55
|
-
|
56
|
-
|
57
|
-
|
52
|
+
# red - get 파서
|
53
|
+
red_get_parser = red_subparser.add_parser('get', help='red get 책정 및 레디스 저장')
|
54
|
+
red_get_parser.add_argument('code', type=str, help='종목코드 or all')
|
55
|
+
red_get_parser.add_argument('-e', '--expect_earn', type=float, help='기대수익률 (실수 값 입력)')
|
56
|
+
red_get_parser.add_argument('-r', '--refresh', action='store_true', help='래디스 캐시를 사용하지 않고 강제로 재계산 할지')
|
57
|
+
red_get_parser.add_argument('-n', '--noti', action='store_true', help='작업 완료 후 메시지 전송 여부')
|
58
58
|
|
59
59
|
# mil 명령어 서브파서
|
60
60
|
mil_parser = type_subparsers.add_parser('mil', help='millennial 타입')
|
61
61
|
mil_subparser = mil_parser.add_subparsers(dest='command', help='mil 관련된 명령')
|
62
|
-
# mil -
|
63
|
-
|
64
|
-
|
65
|
-
|
66
|
-
|
67
|
-
|
62
|
+
# mil - get 파서
|
63
|
+
mil_get_parser = mil_subparser.add_parser('get', help='mil get 책정 및 레디스 저장')
|
64
|
+
mil_get_parser.add_argument('code', type=str, help='종목코드 or all')
|
65
|
+
mil_get_parser.add_argument('-e', '--expect_earn', type=float, help='기대수익률 (실수 값 입력)')
|
66
|
+
mil_get_parser.add_argument('-r', '--refresh', action='store_true', help='래디스 캐시를 사용하지 않고 강제로 재계산 할지')
|
67
|
+
mil_get_parser.add_argument('-n', '--noti', action='store_true', help='작업 완료 후 메시지 전송 여부')
|
68
68
|
|
69
69
|
# blue 명령어 서브파서
|
70
70
|
blue_parser = type_subparsers.add_parser('blue', help='Blue 타입')
|
71
71
|
blue_subparser = blue_parser.add_subparsers(dest='command', help='blue 관련된 명령')
|
72
|
-
# blue -
|
73
|
-
|
74
|
-
|
75
|
-
|
76
|
-
|
77
|
-
|
72
|
+
# blue - get 파서
|
73
|
+
blue_get_parser = blue_subparser.add_parser('get', help='blue get 책정 및 레디스 저장')
|
74
|
+
blue_get_parser.add_argument('code', type=str, help='종목코드 or all')
|
75
|
+
blue_get_parser.add_argument('-e', '--expect_earn', type=float, help='기대수익률 (실수 값 입력)')
|
76
|
+
blue_get_parser.add_argument('-r', '--refresh', action='store_true', help='래디스 캐시를 사용하지 않고 강제로 재계산 할지')
|
77
|
+
blue_get_parser.add_argument('-n', '--noti', action='store_true', help='작업 완료 후 메시지 전송 여부')
|
78
78
|
|
79
79
|
# growth 명령어 서브파서
|
80
80
|
growth_parser = type_subparsers.add_parser('growth', help='Growth 타입')
|
81
81
|
growth_subparser = growth_parser.add_subparsers(dest='command', help='growth 관련된 명령')
|
82
|
-
# growth -
|
83
|
-
|
84
|
-
|
85
|
-
|
86
|
-
|
87
|
-
|
82
|
+
# growth - get 파서
|
83
|
+
growth_get_parser = growth_subparser.add_parser('get', help='growth get 책정 및 레디스 저장')
|
84
|
+
growth_get_parser.add_argument('code', type=str, help='종목코드 or all')
|
85
|
+
growth_get_parser.add_argument('-e', '--expect_earn', type=float, help='기대수익률 (실수 값 입력)')
|
86
|
+
growth_get_parser.add_argument('-r', '--refresh', action='store_true', help='래디스 캐시를 사용하지 않고 강제로 재계산 할지')
|
87
|
+
growth_get_parser.add_argument('-n', '--noti', action='store_true', help='작업 완료 후 메시지 전송 여부')
|
88
88
|
|
89
89
|
# setting 명령어 서브파서
|
90
90
|
setting_parser = type_subparsers.add_parser('setting', help='Set and Get settings')
|
@@ -104,7 +104,7 @@ def analyser_manager():
|
|
104
104
|
from analyser_hj3415 import eval
|
105
105
|
|
106
106
|
if args.type == 'red':
|
107
|
-
if args.command == '
|
107
|
+
if args.command == 'get':
|
108
108
|
if args.code == 'all':
|
109
109
|
# 저장된 기대수익률을 불러서 임시저장
|
110
110
|
ee_orig = eval.Red.expect_earn
|
@@ -146,7 +146,7 @@ def analyser_manager():
|
|
146
146
|
noti.telegram_to('manager', "오늘의 red ranking을 레디스캐시에 저장했습니다.(유효 12시간)")
|
147
147
|
|
148
148
|
elif args.type == 'mil':
|
149
|
-
if args.command == '
|
149
|
+
if args.command == 'get':
|
150
150
|
if args.code == 'all':
|
151
151
|
mil = eval.Mil('005930')
|
152
152
|
print("**** Mil - all codes ****")
|
@@ -163,7 +163,7 @@ def analyser_manager():
|
|
163
163
|
noti.telegram_to('manager', f"오늘의 Mil({args.code})를 레디스 캐시에 저장했습니다.(유효 12시간)")
|
164
164
|
|
165
165
|
elif args.type == 'blue':
|
166
|
-
if args.command == '
|
166
|
+
if args.command == 'get':
|
167
167
|
if args.code == 'all':
|
168
168
|
blue = eval.Blue('005930')
|
169
169
|
print("**** Blue - all codes ****")
|
@@ -180,7 +180,7 @@ def analyser_manager():
|
|
180
180
|
noti.telegram_to('manager', f"오늘의 Blue({args.code})를 레디스 캐시에 저장했습니다.(유효 12시간)")
|
181
181
|
|
182
182
|
elif args.type == 'growth':
|
183
|
-
if args.command == '
|
183
|
+
if args.command == 'get':
|
184
184
|
if args.code == 'all':
|
185
185
|
growth = eval.Growth('005930')
|
186
186
|
print("**** Growth - all codes ****")
|
@@ -4,7 +4,7 @@ build-backend = "flit_core.buildapi"
|
|
4
4
|
|
5
5
|
[project]
|
6
6
|
name = "analyser_hj3415"
|
7
|
-
version = "2.7.
|
7
|
+
version = "2.7.1"
|
8
8
|
authors = [{name = "Hyungjin Kim", email = "hj3415@gmail.com"}]
|
9
9
|
description = "Stock analyser and database processing programs"
|
10
10
|
readme = "README.md"
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
{analyser_hj3415-2.7.0 → analyser_hj3415-2.7.1}/.idea/inspectionProfiles/profiles_settings.xml
RENAMED
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|