analyser_hj3415 2.0.0__tar.gz → 2.0.2__tar.gz

Sign up to get free protection for your applications and to get access to all the features.
Files changed (17) hide show
  1. {analyser_hj3415-2.0.0 → analyser_hj3415-2.0.2}/PKG-INFO +2 -2
  2. {analyser_hj3415-2.0.0 → analyser_hj3415-2.0.2}/pyproject.toml +2 -2
  3. analyser_hj3415-2.0.0/analyser_hj3415/analyser/.DS_Store +0 -0
  4. analyser_hj3415-2.0.0/analyser_hj3415/analyser/db/__init__.py +0 -0
  5. {analyser_hj3415-2.0.0 → analyser_hj3415-2.0.2}/LICENSE +0 -0
  6. {analyser_hj3415-2.0.0 → analyser_hj3415-2.0.2}/README.md +0 -0
  7. {analyser_hj3415-2.0.0 → analyser_hj3415-2.0.2}/analyser_hj3415/.DS_Store +0 -0
  8. {analyser_hj3415-2.0.0 → analyser_hj3415-2.0.2}/analyser_hj3415/__init__.py +0 -0
  9. {analyser_hj3415-2.0.0/analyser_hj3415/analyser → analyser_hj3415-2.0.2/analyser_hj3415}/cli.py +0 -0
  10. {analyser_hj3415-2.0.0/analyser_hj3415/analyser → analyser_hj3415-2.0.2/analyser_hj3415}/db/.DS_Store +0 -0
  11. {analyser_hj3415-2.0.0/analyser_hj3415/analyser → analyser_hj3415-2.0.2/analyser_hj3415/db}/__init__.py +0 -0
  12. {analyser_hj3415-2.0.0/analyser_hj3415/analyser → analyser_hj3415-2.0.2/analyser_hj3415}/db/chk_db.py +0 -0
  13. {analyser_hj3415-2.0.0/analyser_hj3415/analyser → analyser_hj3415-2.0.2/analyser_hj3415}/db/evaltools.py +0 -0
  14. {analyser_hj3415-2.0.0/analyser_hj3415/analyser → analyser_hj3415-2.0.2/analyser_hj3415}/db/mongo.py +0 -0
  15. {analyser_hj3415-2.0.0/analyser_hj3415/analyser → analyser_hj3415-2.0.2/analyser_hj3415}/eval.py +0 -0
  16. {analyser_hj3415-2.0.0/analyser_hj3415/analyser → analyser_hj3415-2.0.2/analyser_hj3415}/report.py +0 -0
  17. {analyser_hj3415-2.0.0/analyser_hj3415/analyser → analyser_hj3415-2.0.2/analyser_hj3415}/score.py +0 -0
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: analyser_hj3415
3
- Version: 2.0.0
3
+ Version: 2.0.2
4
4
  Summary: Stock analyser and database processing programs
5
5
  Author-email: Hyungjin Kim <hj3415@gmail.com>
6
6
  Description-Content-Type: text/markdown
@@ -9,7 +9,7 @@ Requires-Dist: pandas>=2.2.2
9
9
  Requires-Dist: pymongo>=4.8.0
10
10
  Requires-Dist: sqlalchemy>=2.0.31
11
11
  Requires-Dist: utils-hj3415>=2.0.1
12
- Requires-Dist: scraper2-hj3415>=0.4.0
12
+ Requires-Dist: scraper2-hj3415>=2.0.0
13
13
  Project-URL: Home, https://www.hyungjin.kr
14
14
 
15
15
  ### analyser-hj3415
@@ -4,7 +4,7 @@ build-backend = "flit_core.buildapi"
4
4
 
5
5
  [project]
6
6
  name = "analyser_hj3415"
7
- version = "2.0.0"
7
+ version = "2.0.2"
8
8
  authors = [{name = "Hyungjin Kim", email = "hj3415@gmail.com"}]
9
9
  description = "Stock analyser and database processing programs"
10
10
  readme = "README.md"
@@ -15,7 +15,7 @@ dependencies = [
15
15
  "pymongo>=4.8.0",
16
16
  "sqlalchemy>=2.0.31",
17
17
  "utils-hj3415>=2.0.1",
18
- "scraper2-hj3415>=0.4.0",
18
+ "scraper2-hj3415>=2.0.0",
19
19
  ]
20
20
 
21
21
  [project.scripts]
File without changes