analyser_hj3415 2.5.6__tar.gz → 2.5.7__tar.gz
Sign up to get free protection for your applications and to get access to all the features.
- {analyser_hj3415-2.5.6 → analyser_hj3415-2.5.7}/PKG-INFO +1 -1
- {analyser_hj3415-2.5.6 → analyser_hj3415-2.5.7}/analyser_hj3415/analysers/eval.py +1 -0
- {analyser_hj3415-2.5.6 → analyser_hj3415-2.5.7}/pyproject.toml +1 -1
- {analyser_hj3415-2.5.6 → analyser_hj3415-2.5.7}/.DS_Store +0 -0
- {analyser_hj3415-2.5.6 → analyser_hj3415-2.5.7}/.gitattributes +0 -0
- {analyser_hj3415-2.5.6 → analyser_hj3415-2.5.7}/.gitignore +0 -0
- {analyser_hj3415-2.5.6 → analyser_hj3415-2.5.7}/.idea/.gitignore +0 -0
- {analyser_hj3415-2.5.6 → analyser_hj3415-2.5.7}/.idea/analyser-hj3415.iml +0 -0
- {analyser_hj3415-2.5.6 → analyser_hj3415-2.5.7}/.idea/inspectionProfiles/profiles_settings.xml +0 -0
- {analyser_hj3415-2.5.6 → analyser_hj3415-2.5.7}/.idea/misc.xml +0 -0
- {analyser_hj3415-2.5.6 → analyser_hj3415-2.5.7}/.idea/modules.xml +0 -0
- {analyser_hj3415-2.5.6 → analyser_hj3415-2.5.7}/.idea/vcs.xml +0 -0
- {analyser_hj3415-2.5.6 → analyser_hj3415-2.5.7}/LICENSE +0 -0
- {analyser_hj3415-2.5.6 → analyser_hj3415-2.5.7}/README.md +0 -0
- {analyser_hj3415-2.5.6 → analyser_hj3415-2.5.7}/analyser_hj3415/.DS_Store +0 -0
- {analyser_hj3415-2.5.6 → analyser_hj3415-2.5.7}/analyser_hj3415/__init__.py +0 -0
- {analyser_hj3415-2.5.6 → analyser_hj3415-2.5.7}/analyser_hj3415/analysers/report.py +0 -0
- {analyser_hj3415-2.5.6 → analyser_hj3415-2.5.7}/analyser_hj3415/analysers/score.py +0 -0
- {analyser_hj3415-2.5.6 → analyser_hj3415-2.5.7}/analyser_hj3415/cli.py +0 -0
- {analyser_hj3415-2.5.6 → analyser_hj3415-2.5.7}/analyser_hj3415/myredis.py +0 -0
- {analyser_hj3415-2.5.6 → analyser_hj3415-2.5.7}/analyser_hj3415/tools.py +0 -0
- {analyser_hj3415-2.5.6 → analyser_hj3415-2.5.7}/analyser_hj3415/trash.py +0 -0
@@ -43,6 +43,7 @@ def red(code: str) -> dict:
|
|
43
43
|
# 사업가치 계산 - 지배주주지분 당기순이익 / 기대수익률
|
44
44
|
from analyser_hj3415 import cli
|
45
45
|
EXPECT_EARN = utils.to_float(cli.AnalyserSettingsManager(cli.SETTINGS_FILE).get_value('EXPECT_EARN'))
|
46
|
+
print('EXPECT_EARN', EXPECT_EARN)
|
46
47
|
사업가치 = round(utils.nan_to_zero(지배주주당기순이익) / EXPECT_EARN, 2)
|
47
48
|
|
48
49
|
# 재산가치 계산 - 유동자산 - (유동부채*1.2) + 고정자산중 투자자산
|
@@ -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.7"
|
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.6 → analyser_hj3415-2.5.7}/.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
|