analyser_hj3415 2.5.5__tar.gz → 2.5.6__tar.gz
Sign up to get free protection for your applications and to get access to all the features.
- {analyser_hj3415-2.5.5 → analyser_hj3415-2.5.6}/PKG-INFO +1 -1
- {analyser_hj3415-2.5.5 → analyser_hj3415-2.5.6}/analyser_hj3415/analysers/eval.py +1 -1
- {analyser_hj3415-2.5.5 → analyser_hj3415-2.5.6}/analyser_hj3415/analysers/score.py +1 -1
- {analyser_hj3415-2.5.5 → analyser_hj3415-2.5.6}/pyproject.toml +1 -1
- {analyser_hj3415-2.5.5 → analyser_hj3415-2.5.6}/.DS_Store +0 -0
- {analyser_hj3415-2.5.5 → analyser_hj3415-2.5.6}/.gitattributes +0 -0
- {analyser_hj3415-2.5.5 → analyser_hj3415-2.5.6}/.gitignore +0 -0
- {analyser_hj3415-2.5.5 → analyser_hj3415-2.5.6}/.idea/.gitignore +0 -0
- {analyser_hj3415-2.5.5 → analyser_hj3415-2.5.6}/.idea/analyser-hj3415.iml +0 -0
- {analyser_hj3415-2.5.5 → analyser_hj3415-2.5.6}/.idea/inspectionProfiles/profiles_settings.xml +0 -0
- {analyser_hj3415-2.5.5 → analyser_hj3415-2.5.6}/.idea/misc.xml +0 -0
- {analyser_hj3415-2.5.5 → analyser_hj3415-2.5.6}/.idea/modules.xml +0 -0
- {analyser_hj3415-2.5.5 → analyser_hj3415-2.5.6}/.idea/vcs.xml +0 -0
- {analyser_hj3415-2.5.5 → analyser_hj3415-2.5.6}/LICENSE +0 -0
- {analyser_hj3415-2.5.5 → analyser_hj3415-2.5.6}/README.md +0 -0
- {analyser_hj3415-2.5.5 → analyser_hj3415-2.5.6}/analyser_hj3415/.DS_Store +0 -0
- {analyser_hj3415-2.5.5 → analyser_hj3415-2.5.6}/analyser_hj3415/__init__.py +0 -0
- {analyser_hj3415-2.5.5 → analyser_hj3415-2.5.6}/analyser_hj3415/analysers/report.py +0 -0
- {analyser_hj3415-2.5.5 → analyser_hj3415-2.5.6}/analyser_hj3415/cli.py +0 -0
- {analyser_hj3415-2.5.5 → analyser_hj3415-2.5.6}/analyser_hj3415/myredis.py +0 -0
- {analyser_hj3415-2.5.5 → analyser_hj3415-2.5.6}/analyser_hj3415/tools.py +0 -0
- {analyser_hj3415-2.5.5 → analyser_hj3415-2.5.6}/analyser_hj3415/trash.py +0 -0
@@ -42,7 +42,7 @@ def red(code: str) -> dict:
|
|
42
42
|
|
43
43
|
# 사업가치 계산 - 지배주주지분 당기순이익 / 기대수익률
|
44
44
|
from analyser_hj3415 import cli
|
45
|
-
EXPECT_EARN = cli.AnalyserSettingsManager(cli.SETTINGS_FILE).get_value('EXPECT_EARN')
|
45
|
+
EXPECT_EARN = utils.to_float(cli.AnalyserSettingsManager(cli.SETTINGS_FILE).get_value('EXPECT_EARN'))
|
46
46
|
사업가치 = round(utils.nan_to_zero(지배주주당기순이익) / EXPECT_EARN, 2)
|
47
47
|
|
48
48
|
# 재산가치 계산 - 유동자산 - (유동부채*1.2) + 고정자산중 투자자산
|
@@ -94,7 +94,7 @@ def mil(code: str) -> Tuple[int, int, int, int]:
|
|
94
94
|
score1 = 0
|
95
95
|
else:
|
96
96
|
from analyser_hj3415 import cli
|
97
|
-
EXPECT_EARN = cli.AnalyserSettingsManager(cli.SETTINGS_FILE).get_value('EXPECT_EARN')
|
97
|
+
EXPECT_EARN = utils.to_float(cli.AnalyserSettingsManager(cli.SETTINGS_FILE).get_value('EXPECT_EARN'))
|
98
98
|
주주수익률평가 = math.ceil(mil_dict['주주수익률'] - (EXPECT_EARN * 100))
|
99
99
|
score1 = 0 if 0 > 주주수익률평가 else 주주수익률평가
|
100
100
|
|
@@ -4,7 +4,7 @@ build-backend = "flit_core.buildapi"
|
|
4
4
|
|
5
5
|
[project]
|
6
6
|
name = "analyser_hj3415"
|
7
|
-
version = "2.5.
|
7
|
+
version = "2.5.6"
|
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.5.5 → analyser_hj3415-2.5.6}/.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
|