xython 4.3.6__tar.gz → 4.3.8__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 (29) hide show
  1. {xython-4.3.6/src/xython.egg-info → xython-4.3.8}/PKG-INFO +14 -13
  2. {xython-4.3.6 → xython-4.3.8}/README.md +7 -7
  3. {xython-4.3.6 → xython-4.3.8}/pyproject.toml +7 -6
  4. xython-4.3.8/src/xython/xy_auto.py +2276 -0
  5. {xython-4.3.6 → xython-4.3.8}/src/xython/xy_chrome.py +14 -143
  6. {xython-4.3.6 → xython-4.3.8}/src/xython/xy_color.py +13 -8
  7. {xython-4.3.6 → xython-4.3.8}/src/xython/xy_db.py +0 -1
  8. {xython-4.3.6 → xython-4.3.8}/src/xython/xy_edge.py +16 -151
  9. {xython-4.3.6 → xython-4.3.8}/src/xython/xy_excel_event.py +0 -1
  10. {xython-4.3.6 → xython-4.3.8}/src/xython/xy_hwp.py +0 -122
  11. {xython-4.3.6 → xython-4.3.8}/src/xython/xy_map.py +6 -4
  12. {xython-4.3.6 → xython-4.3.8}/src/xython/xy_outlook.py +0 -125
  13. {xython-4.3.6 → xython-4.3.8}/src/xython/xy_re.py +0 -122
  14. {xython-4.3.6 → xython-4.3.8}/src/xython/xy_time.py +38 -146
  15. {xython-4.3.6 → xython-4.3.8}/src/xython/xy_util.py +117 -192
  16. {xython-4.3.6 → xython-4.3.8}/src/xython/xy_word.py +3 -3
  17. {xython-4.3.6 → xython-4.3.8/src/xython.egg-info}/PKG-INFO +14 -13
  18. {xython-4.3.6 → xython-4.3.8}/src/xython.egg-info/requires.txt +5 -4
  19. xython-4.3.6/src/xython/xy_auto.py +0 -2304
  20. {xython-4.3.6 → xython-4.3.8}/MANIFEST.in +0 -0
  21. {xython-4.3.6 → xython-4.3.8}/requirements.txt +0 -0
  22. {xython-4.3.6 → xython-4.3.8}/setup.cfg +0 -0
  23. {xython-4.3.6 → xython-4.3.8}/src/xython/__init__.py +0 -0
  24. {xython-4.3.6 → xython-4.3.8}/src/xython/xy_common.py +0 -0
  25. {xython-4.3.6 → xython-4.3.8}/src/xython/xy_excel.py +0 -0
  26. {xython-4.3.6 → xython-4.3.8}/src/xython/xy_list.py +0 -0
  27. {xython-4.3.6 → xython-4.3.8}/src/xython.egg-info/SOURCES.txt +0 -0
  28. {xython-4.3.6 → xython-4.3.8}/src/xython.egg-info/dependency_links.txt +0 -0
  29. {xython-4.3.6 → xython-4.3.8}/src/xython.egg-info/top_level.txt +0 -0
@@ -1,26 +1,27 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: xython
3
- Version: 4.3.6
3
+ Version: 4.3.8
4
4
  Summary: xython package
5
5
  Author-email: "SJ.Park" <sjpkorea@naver.com>
6
6
  License: MIT
7
- Project-URL: Homepage, https://github.com/yourname/xython
7
+ Project-URL: Homepage, https://www.xython.co.kr
8
8
  Requires-Python: >=3.8
9
9
  Description-Content-Type: text/markdown
10
10
  Requires-Dist: korean_lunar_calendar
11
- Requires-Dist: arrow
12
11
  Requires-Dist: pywin32
13
- Requires-Dist: pyautogui
14
12
  Requires-Dist: folium
15
13
  Requires-Dist: DrissionPage
16
- Requires-Dist: screeninfo
17
- Requires-Dist: pywinauto
18
14
  Requires-Dist: psutil
15
+ Requires-Dist: dateutil
16
+ Requires-Dist: pygetwindow
17
+ Requires-Dist: pymsgbox
18
+ Requires-Dist: pywintypes
19
+ Requires-Dist: win32ui
19
20
 
20
- # 4.3.6을 기준으로 각 모듈이름을 변경함 (2026-05-10)
21
- > - 모듈의 객체이름은 xy를 붙여서 사용 (예 : xyexcel)<br>
22
- > - xy_edge추가함 : Drissionpage를 사용함<br>
23
- > - 전체적으로 이름을 변경<br>
21
+ # 4.3.8을 기준으로 각 모듈이름을 변경함 (2026-05-16)
22
+ > - 의존성을 줄이기위하여 일부 패키지를 줄이도록 변경<br>
23
+ > - 자동으로 uploader사용해서 적용중<br>
24
+ > - 패키지의 일부는 없애고, web용 모듈을 추가함<br>
24
25
 
25
26
  # 4.0.0을 기준으로 각 모듈이름을 변경함 (2025-03-26)
26
27
  > - 쉽게 : **xy_** 접두어로 모든 모듈이름을 변경<br>
@@ -73,7 +74,7 @@ It can handle for Excel, Hwp, Word, Outlook, Color, Etc by xython**
73
74
  | 3 | xy_word | for Word |
74
75
  | 4 | xy_hwp | for hwp |
75
76
  | 5 | xy_outlook | for outlook |
76
- | 6 | xy_web | for selenium |
77
+ | 6 | xy_chrome | for chrome |
77
78
  | 7 | xy_map | for folium |
78
79
  | 8 | xy_re | for Regex (**for common use**) |
79
80
  | 9 | xy_time | for Date & Time (**for common use**) |
@@ -82,8 +83,8 @@ It can handle for Excel, Hwp, Word, Outlook, Color, Etc by xython**
82
83
  | 12 | xy_list | New List (start from 1) (**for common use**) |
83
84
  | 13 | xy_util | utilities (**for common use**) |
84
85
  | 14 | xy_auto | for Keyboard & Mouse control (**for common use**) |
85
- | 15 | xy_edge | for web control |
86
- | 16 | xy_chrome | for web control |
86
+ | 15 | xy_edge | for edge |
87
+ | 16 | xy_common | 기본 자료 |
87
88
 
88
89
 
89
90
  ## xython 각 모듈의 간략한 설명
@@ -1,7 +1,7 @@
1
- # 4.3.6을 기준으로 각 모듈이름을 변경함 (2026-05-10)
2
- > - 모듈의 객체이름은 xy를 붙여서 사용 (예 : xyexcel)<br>
3
- > - xy_edge추가함 : Drissionpage를 사용함<br>
4
- > - 전체적으로 이름을 변경<br>
1
+ # 4.3.8을 기준으로 각 모듈이름을 변경함 (2026-05-16)
2
+ > - 의존성을 줄이기위하여 일부 패키지를 줄이도록 변경<br>
3
+ > - 자동으로 uploader사용해서 적용중<br>
4
+ > - 패키지의 일부는 없애고, web용 모듈을 추가함<br>
5
5
 
6
6
  # 4.0.0을 기준으로 각 모듈이름을 변경함 (2025-03-26)
7
7
  > - 쉽게 : **xy_** 접두어로 모든 모듈이름을 변경<br>
@@ -54,7 +54,7 @@ It can handle for Excel, Hwp, Word, Outlook, Color, Etc by xython**
54
54
  | 3 | xy_word | for Word |
55
55
  | 4 | xy_hwp | for hwp |
56
56
  | 5 | xy_outlook | for outlook |
57
- | 6 | xy_web | for selenium |
57
+ | 6 | xy_chrome | for chrome |
58
58
  | 7 | xy_map | for folium |
59
59
  | 8 | xy_re | for Regex (**for common use**) |
60
60
  | 9 | xy_time | for Date & Time (**for common use**) |
@@ -63,8 +63,8 @@ It can handle for Excel, Hwp, Word, Outlook, Color, Etc by xython**
63
63
  | 12 | xy_list | New List (start from 1) (**for common use**) |
64
64
  | 13 | xy_util | utilities (**for common use**) |
65
65
  | 14 | xy_auto | for Keyboard & Mouse control (**for common use**) |
66
- | 15 | xy_edge | for web control |
67
- | 16 | xy_chrome | for web control |
66
+ | 15 | xy_edge | for edge |
67
+ | 16 | xy_common | 기본 자료 |
68
68
 
69
69
 
70
70
  ## xython 각 모듈의 간략한 설명
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
4
4
 
5
5
  [project]
6
6
  name = "xython"
7
- version = "4.3.6"
7
+ version = "4.3.8"
8
8
  description = "xython package"
9
9
  readme = {file = "README.md", content-type = "text/markdown"}
10
10
  requires-python = ">=3.8"
@@ -14,18 +14,19 @@ authors = [
14
14
  license = {text = "MIT"}
15
15
  dependencies = [
16
16
  "korean_lunar_calendar",
17
- "arrow",
18
17
  "pywin32",
19
- "pyautogui",
20
18
  "folium",
21
19
  "DrissionPage",
22
- "screeninfo",
23
- "pywinauto",
24
20
  "psutil",
21
+ "dateutil",
22
+ "pygetwindow",
23
+ "pymsgbox",
24
+ "pywintypes",
25
+ "win32ui",
25
26
  ]
26
27
 
27
28
  [project.urls]
28
- Homepage = "https://github.com/yourname/xython"
29
+ Homepage = "https://www.xython.co.kr"
29
30
 
30
31
  [tool.setuptools.packages.find]
31
32
  where = ["src"]