db2_hj3415 0.1.0__tar.gz → 0.1.2__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.
- {db2_hj3415-0.1.0 → db2_hj3415-0.1.2}/PKG-INFO +2 -1
- db2_hj3415-0.1.2/db2_hj3415/mi/__init__.py +6 -0
- db2_hj3415-0.1.2/db2_hj3415/nfs/__init__.py +7 -0
- {db2_hj3415-0.1.0 → db2_hj3415-0.1.2}/pyproject.toml +2 -1
- db2_hj3415-0.1.0/db2_hj3415/mi/__init__.py +0 -2
- db2_hj3415-0.1.0/db2_hj3415/nfs/__init__.py +0 -2
- {db2_hj3415-0.1.0 → db2_hj3415-0.1.2}/README.md +0 -0
- {db2_hj3415-0.1.0 → db2_hj3415-0.1.2}/db2_hj3415/__init__.py +0 -0
- {db2_hj3415-0.1.0 → db2_hj3415-0.1.2}/db2_hj3415/cli/__init__.py +0 -0
- {db2_hj3415-0.1.0 → db2_hj3415-0.1.2}/db2_hj3415/cli/db.py +0 -0
- {db2_hj3415-0.1.0 → db2_hj3415-0.1.2}/db2_hj3415/common/__init__.py +0 -0
- {db2_hj3415-0.1.0 → db2_hj3415-0.1.2}/db2_hj3415/common/connection.py +0 -0
- {db2_hj3415-0.1.0 → db2_hj3415-0.1.2}/db2_hj3415/common/db_ops.py +0 -0
- {db2_hj3415-0.1.0 → db2_hj3415-0.1.2}/db2_hj3415/common/utils.py +0 -0
- {db2_hj3415-0.1.0 → db2_hj3415-0.1.2}/db2_hj3415/mi/_ops.py +0 -0
- {db2_hj3415-0.1.0 → db2_hj3415-0.1.2}/db2_hj3415/mi/aud.py +0 -0
- {db2_hj3415-0.1.0 → db2_hj3415-0.1.2}/db2_hj3415/mi/chf.py +0 -0
- {db2_hj3415-0.1.0 → db2_hj3415-0.1.2}/db2_hj3415/mi/gbond3y.py +0 -0
- {db2_hj3415-0.1.0 → db2_hj3415-0.1.2}/db2_hj3415/mi/gold.py +0 -0
- {db2_hj3415-0.1.0 → db2_hj3415-0.1.2}/db2_hj3415/mi/kosdaq.py +0 -0
- {db2_hj3415-0.1.0 → db2_hj3415-0.1.2}/db2_hj3415/mi/kospi.py +0 -0
- {db2_hj3415-0.1.0 → db2_hj3415-0.1.2}/db2_hj3415/mi/silver.py +0 -0
- {db2_hj3415-0.1.0 → db2_hj3415-0.1.2}/db2_hj3415/mi/sp500.py +0 -0
- {db2_hj3415-0.1.0 → db2_hj3415-0.1.2}/db2_hj3415/mi/usdidx.py +0 -0
- {db2_hj3415-0.1.0 → db2_hj3415-0.1.2}/db2_hj3415/mi/usdkrw.py +0 -0
- {db2_hj3415-0.1.0 → db2_hj3415-0.1.2}/db2_hj3415/mi/wti.py +0 -0
- {db2_hj3415-0.1.0 → db2_hj3415-0.1.2}/db2_hj3415/nfs/_c10346.py +0 -0
- {db2_hj3415-0.1.0 → db2_hj3415-0.1.2}/db2_hj3415/nfs/_ops.py +0 -0
- {db2_hj3415-0.1.0 → db2_hj3415-0.1.2}/db2_hj3415/nfs/c101.py +0 -0
- {db2_hj3415-0.1.0 → db2_hj3415-0.1.2}/db2_hj3415/nfs/c103.py +0 -0
- {db2_hj3415-0.1.0 → db2_hj3415-0.1.2}/db2_hj3415/nfs/c104.py +0 -0
- {db2_hj3415-0.1.0 → db2_hj3415-0.1.2}/db2_hj3415/nfs/c106.py +0 -0
- {db2_hj3415-0.1.0 → db2_hj3415-0.1.2}/db2_hj3415/nfs/c108.py +0 -0
- {db2_hj3415-0.1.0 → db2_hj3415-0.1.2}/db2_hj3415/nfs/dart.py +0 -0
- {db2_hj3415-0.1.0 → db2_hj3415-0.1.2}/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.
|
3
|
+
Version: 0.1.2
|
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
|
@@ -4,7 +4,7 @@ build-backend = "flit_core.buildapi"
|
|
4
4
|
|
5
5
|
[project]
|
6
6
|
name = "db2_hj3415"
|
7
|
-
version = "0.1.
|
7
|
+
version = "0.1.2"
|
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
|
]
|
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
|
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
|