db2_hj3415 0.1.0__tar.gz → 0.1.1__tar.gz

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.
Files changed (35) hide show
  1. {db2_hj3415-0.1.0 → db2_hj3415-0.1.1}/PKG-INFO +2 -1
  2. db2_hj3415-0.1.1/db2_hj3415/mi/__init__.py +4 -0
  3. db2_hj3415-0.1.1/db2_hj3415/nfs/__init__.py +4 -0
  4. {db2_hj3415-0.1.0 → db2_hj3415-0.1.1}/pyproject.toml +2 -1
  5. db2_hj3415-0.1.0/db2_hj3415/mi/__init__.py +0 -2
  6. db2_hj3415-0.1.0/db2_hj3415/nfs/__init__.py +0 -2
  7. {db2_hj3415-0.1.0 → db2_hj3415-0.1.1}/README.md +0 -0
  8. {db2_hj3415-0.1.0 → db2_hj3415-0.1.1}/db2_hj3415/__init__.py +0 -0
  9. {db2_hj3415-0.1.0 → db2_hj3415-0.1.1}/db2_hj3415/cli/__init__.py +0 -0
  10. {db2_hj3415-0.1.0 → db2_hj3415-0.1.1}/db2_hj3415/cli/db.py +0 -0
  11. {db2_hj3415-0.1.0 → db2_hj3415-0.1.1}/db2_hj3415/common/__init__.py +0 -0
  12. {db2_hj3415-0.1.0 → db2_hj3415-0.1.1}/db2_hj3415/common/connection.py +0 -0
  13. {db2_hj3415-0.1.0 → db2_hj3415-0.1.1}/db2_hj3415/common/db_ops.py +0 -0
  14. {db2_hj3415-0.1.0 → db2_hj3415-0.1.1}/db2_hj3415/common/utils.py +0 -0
  15. {db2_hj3415-0.1.0 → db2_hj3415-0.1.1}/db2_hj3415/mi/_ops.py +0 -0
  16. {db2_hj3415-0.1.0 → db2_hj3415-0.1.1}/db2_hj3415/mi/aud.py +0 -0
  17. {db2_hj3415-0.1.0 → db2_hj3415-0.1.1}/db2_hj3415/mi/chf.py +0 -0
  18. {db2_hj3415-0.1.0 → db2_hj3415-0.1.1}/db2_hj3415/mi/gbond3y.py +0 -0
  19. {db2_hj3415-0.1.0 → db2_hj3415-0.1.1}/db2_hj3415/mi/gold.py +0 -0
  20. {db2_hj3415-0.1.0 → db2_hj3415-0.1.1}/db2_hj3415/mi/kosdaq.py +0 -0
  21. {db2_hj3415-0.1.0 → db2_hj3415-0.1.1}/db2_hj3415/mi/kospi.py +0 -0
  22. {db2_hj3415-0.1.0 → db2_hj3415-0.1.1}/db2_hj3415/mi/silver.py +0 -0
  23. {db2_hj3415-0.1.0 → db2_hj3415-0.1.1}/db2_hj3415/mi/sp500.py +0 -0
  24. {db2_hj3415-0.1.0 → db2_hj3415-0.1.1}/db2_hj3415/mi/usdidx.py +0 -0
  25. {db2_hj3415-0.1.0 → db2_hj3415-0.1.1}/db2_hj3415/mi/usdkrw.py +0 -0
  26. {db2_hj3415-0.1.0 → db2_hj3415-0.1.1}/db2_hj3415/mi/wti.py +0 -0
  27. {db2_hj3415-0.1.0 → db2_hj3415-0.1.1}/db2_hj3415/nfs/_c10346.py +0 -0
  28. {db2_hj3415-0.1.0 → db2_hj3415-0.1.1}/db2_hj3415/nfs/_ops.py +0 -0
  29. {db2_hj3415-0.1.0 → db2_hj3415-0.1.1}/db2_hj3415/nfs/c101.py +0 -0
  30. {db2_hj3415-0.1.0 → db2_hj3415-0.1.1}/db2_hj3415/nfs/c103.py +0 -0
  31. {db2_hj3415-0.1.0 → db2_hj3415-0.1.1}/db2_hj3415/nfs/c104.py +0 -0
  32. {db2_hj3415-0.1.0 → db2_hj3415-0.1.1}/db2_hj3415/nfs/c106.py +0 -0
  33. {db2_hj3415-0.1.0 → db2_hj3415-0.1.1}/db2_hj3415/nfs/c108.py +0 -0
  34. {db2_hj3415-0.1.0 → db2_hj3415-0.1.1}/db2_hj3415/nfs/dart.py +0 -0
  35. {db2_hj3415-0.1.0 → db2_hj3415-0.1.1}/db2_hj3415/redis/__init__.py +0 -0
@@ -1,12 +1,13 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: db2_hj3415
3
- Version: 0.1.0
3
+ Version: 0.1.1
4
4
  Summary: Gathering the stock data by playwright
5
5
  Author-email: Hyungjin Kim <hj3415@gmail.com>
6
6
  Description-Content-Type: text/markdown
7
7
  Classifier: License :: OSI Approved :: MIT License
8
8
  Requires-Dist: motor
9
9
  Requires-Dist: pandas
10
+ Requires-Dist: pandas-stubs
10
11
  Requires-Dist: deepdiff
11
12
  Requires-Dist: utils_hj3415>=3.2.3
12
13
  Project-URL: Home, https://www.hyungjin.kr
@@ -0,0 +1,4 @@
1
+ DB_NAME = 'mi'
2
+ DATE_FORMAT = "%Y.%m.%d"
3
+
4
+ from db2_hj3415.common import connection
@@ -0,0 +1,4 @@
1
+ DB_NAME = "nfs"
2
+ DATE_FORMAT = "%Y.%m.%d"
3
+
4
+ from db2_hj3415.common import connection
@@ -4,7 +4,7 @@ build-backend = "flit_core.buildapi"
4
4
 
5
5
  [project]
6
6
  name = "db2_hj3415"
7
- version = "0.1.0"
7
+ version = "0.1.1"
8
8
  authors = [{name = "Hyungjin Kim", email = "hj3415@gmail.com"}]
9
9
  description = "Gathering the stock data by playwright"
10
10
  readme = "README.md"
@@ -12,6 +12,7 @@ classifiers = ["License :: OSI Approved :: MIT License"]
12
12
  dependencies = [
13
13
  "motor",
14
14
  "pandas",
15
+ "pandas-stubs",
15
16
  "deepdiff",
16
17
  "utils_hj3415>=3.2.3",
17
18
  ]
@@ -1,2 +0,0 @@
1
- DB_NAME = 'mi'
2
- DATE_FORMAT = "%Y.%m.%d"
@@ -1,2 +0,0 @@
1
- DB_NAME = "nfs"
2
- DATE_FORMAT = "%Y.%m.%d"
File without changes