xython 4.4.3__tar.gz → 4.5.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 (29) hide show
  1. {xython-4.4.3/src/xython.egg-info → xython-4.5.1}/PKG-INFO +6 -1
  2. {xython-4.4.3 → xython-4.5.1}/README.md +5 -0
  3. {xython-4.4.3 → xython-4.5.1}/pyproject.toml +1 -1
  4. {xython-4.4.3 → xython-4.5.1}/src/xython/__init__.py +2 -2
  5. xython-4.5.1/src/xython/_easy_start.py +43 -0
  6. {xython-4.4.3 → xython-4.5.1/src/xython.egg-info}/PKG-INFO +6 -1
  7. {xython-4.4.3 → xython-4.5.1}/src/xython.egg-info/SOURCES.txt +1 -0
  8. {xython-4.4.3 → xython-4.5.1}/MANIFEST.in +0 -0
  9. {xython-4.4.3 → xython-4.5.1}/requirements.txt +0 -0
  10. {xython-4.4.3 → xython-4.5.1}/setup.cfg +0 -0
  11. {xython-4.4.3 → xython-4.5.1}/src/xython/xy_auto.py +0 -0
  12. {xython-4.4.3 → xython-4.5.1}/src/xython/xy_chrome.py +0 -0
  13. {xython-4.4.3 → xython-4.5.1}/src/xython/xy_color.py +0 -0
  14. {xython-4.4.3 → xython-4.5.1}/src/xython/xy_common.py +0 -0
  15. {xython-4.4.3 → xython-4.5.1}/src/xython/xy_db.py +0 -0
  16. {xython-4.4.3 → xython-4.5.1}/src/xython/xy_edge.py +0 -0
  17. {xython-4.4.3 → xython-4.5.1}/src/xython/xy_excel.py +0 -0
  18. {xython-4.4.3 → xython-4.5.1}/src/xython/xy_excel_event.py +0 -0
  19. {xython-4.4.3 → xython-4.5.1}/src/xython/xy_hwp.py +0 -0
  20. {xython-4.4.3 → xython-4.5.1}/src/xython/xy_list.py +0 -0
  21. {xython-4.4.3 → xython-4.5.1}/src/xython/xy_map.py +0 -0
  22. {xython-4.4.3 → xython-4.5.1}/src/xython/xy_outlook.py +0 -0
  23. {xython-4.4.3 → xython-4.5.1}/src/xython/xy_re.py +0 -0
  24. {xython-4.4.3 → xython-4.5.1}/src/xython/xy_time.py +0 -0
  25. {xython-4.4.3 → xython-4.5.1}/src/xython/xy_util.py +0 -0
  26. {xython-4.4.3 → xython-4.5.1}/src/xython/xy_word.py +0 -0
  27. {xython-4.4.3 → xython-4.5.1}/src/xython.egg-info/dependency_links.txt +0 -0
  28. {xython-4.4.3 → xython-4.5.1}/src/xython.egg-info/requires.txt +0 -0
  29. {xython-4.4.3 → xython-4.5.1}/src/xython.egg-info/top_level.txt +0 -0
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: xython
3
- Version: 4.4.3
3
+ Version: 4.5.1
4
4
  Summary: xython package
5
5
  Author-email: "SJ.Park" <sjpkorea@naver.com>
6
6
  License: MIT
@@ -18,6 +18,11 @@ Requires-Dist: pymsgbox
18
18
  Requires-Dist: pywintypes
19
19
  Requires-Dist: win32ui
20
20
 
21
+ # 4.5.1 (2026-05-28)
22
+ > - _easy_start.py를 새로 만들어서 사용하기 쉽게 각 모듈을 만들도록 하였읍니다<br>
23
+ > - from xython.xy_easy_start import load; xy = load()<br>
24
+ > - 위와같이 하면, 별도 객체를 만들지 않아도 사용가능하게 만듦<br>
25
+ > - 자세한 사항은 각 참고 자료를 보시면 됩니다. 기존과같이 하여도 작동을 합니다<br>
21
26
  # 4.4.1 (2026-05-24)
22
27
  > - 각 모듈의 이름을 xy를 맨앞으로 넣는다 (xyexcel, xytime 등)<br>
23
28
  > - 매번 들어가는 함수의 이름들은 과감히 제거를 함 (예: for_range, _value 등)<br>
@@ -1,3 +1,8 @@
1
+ # 4.5.1 (2026-05-28)
2
+ > - _easy_start.py를 새로 만들어서 사용하기 쉽게 각 모듈을 만들도록 하였읍니다<br>
3
+ > - from xython.xy_easy_start import load; xy = load()<br>
4
+ > - 위와같이 하면, 별도 객체를 만들지 않아도 사용가능하게 만듦<br>
5
+ > - 자세한 사항은 각 참고 자료를 보시면 됩니다. 기존과같이 하여도 작동을 합니다<br>
1
6
  # 4.4.1 (2026-05-24)
2
7
  > - 각 모듈의 이름을 xy를 맨앞으로 넣는다 (xyexcel, xytime 등)<br>
3
8
  > - 매번 들어가는 함수의 이름들은 과감히 제거를 함 (예: for_range, _value 등)<br>
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
4
4
 
5
5
  [project]
6
6
  name = "xython"
7
- version = "4.4.3"
7
+ version = "4.5.1"
8
8
  description = "xython package"
9
9
  readme = {file = "README.md", content-type = "text/markdown"}
10
10
  requires-python = ">=3.8"
@@ -1,12 +1,12 @@
1
1
  # __init__.py
2
- # Copyright (C) 2025 (sjpkorea@naver.com) and contributors
2
+ # Copyright (C) 2026 (sjpkorea@naver.com) and contributors
3
3
 
4
4
 
5
5
  import inspect
6
6
  import os
7
7
  import sys
8
8
 
9
- __version__ = '4.3.5' #1
9
+ __version__ = '4.4.3' #1
10
10
  real_path = os.path.dirname(os.path.abspath(__file__)).replace("\\","/") #2
11
11
  sys.path.append(real_path)
12
12
 
@@ -0,0 +1,43 @@
1
+ from xython import xy_excel, xy_auto, xy_word, xy_outlook, xy_color, xy_util, xy_time, xy_re, xy_common, xy_chrome, xy_edge, xy_list, xy_map
2
+
3
+ class _easy_start:
4
+ def __init__(self):
5
+ self._classes = {}
6
+
7
+ def _get_class(self, module_name, class_name):
8
+ if module_name not in self._classes:
9
+ from xython import xy_excel, xy_auto, xy_word, xy_outlook, xy_color, xy_util, xy_time, xy_re, xy_common, xy_chrome, xy_edge, xy_list, xy_map
10
+ _modules = {
11
+ 'xy_excel' : xy_excel,
12
+ 'xy_auto' : xy_auto,
13
+ 'xy_word' : xy_word,
14
+ 'xy_outlook': xy_outlook,
15
+ 'xy_color' : xy_color,
16
+ 'xy_util' : xy_util,
17
+ 'xy_time' : xy_time,
18
+ 'xy_re' : xy_re,
19
+ 'xy_common' : xy_common,
20
+ 'xy_chrome' : xy_chrome,
21
+ 'xy_edge' : xy_edge,
22
+ 'xy_list' : xy_list,
23
+ 'xy_map' : xy_map,
24
+ }
25
+ self._classes[module_name] = getattr(_modules[module_name], class_name)
26
+ return self._classes[module_name]
27
+
28
+ def excel (self, filename='', cache_tf='') : return self._get_class('xy_excel' , 'xy_excel' )(filename, cache_tf)
29
+ def auto (self) : return self._get_class('xy_auto' , 'xy_auto' )()
30
+ def word (self, file_name="") : return self._get_class('xy_word' , 'xy_word' )(file_name)
31
+ def outlook(self) : return self._get_class('xy_outlook', 'xy_outlook')()
32
+ def color (self) : return self._get_class('xy_color' , 'xy_color' )()
33
+ def util (self) : return self._get_class('xy_util' , 'xy_util' )()
34
+ def time (self) : return self._get_class('xy_time' , 'xy_time' )()
35
+ def re (self) : return self._get_class('xy_re' , 'xy_re' )()
36
+ def common (self) : return self._get_class('xy_common' , 'xy_common' )()
37
+ def chrome (self, url=None, port=9222, auto_connect=True) : return self._get_class('xy_chrome' , 'xy_chrome' )(url, port, auto_connect)
38
+ def edge (self, url=None, port=9222, auto_connect=True, user_data_path=r'C:\edge_debug_temp'): return self._get_class('xy_edge' , 'xy_edge' )(url, port, auto_connect, user_data_path)
39
+ def xylist (self) : return self._get_class('xy_list' , 'xy_list' )()
40
+ def map (self) : return self._get_class('xy_map' , 'xy_map' )()
41
+
42
+ def load():
43
+ return xy_basic()
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: xython
3
- Version: 4.4.3
3
+ Version: 4.5.1
4
4
  Summary: xython package
5
5
  Author-email: "SJ.Park" <sjpkorea@naver.com>
6
6
  License: MIT
@@ -18,6 +18,11 @@ Requires-Dist: pymsgbox
18
18
  Requires-Dist: pywintypes
19
19
  Requires-Dist: win32ui
20
20
 
21
+ # 4.5.1 (2026-05-28)
22
+ > - _easy_start.py를 새로 만들어서 사용하기 쉽게 각 모듈을 만들도록 하였읍니다<br>
23
+ > - from xython.xy_easy_start import load; xy = load()<br>
24
+ > - 위와같이 하면, 별도 객체를 만들지 않아도 사용가능하게 만듦<br>
25
+ > - 자세한 사항은 각 참고 자료를 보시면 됩니다. 기존과같이 하여도 작동을 합니다<br>
21
26
  # 4.4.1 (2026-05-24)
22
27
  > - 각 모듈의 이름을 xy를 맨앞으로 넣는다 (xyexcel, xytime 등)<br>
23
28
  > - 매번 들어가는 함수의 이름들은 과감히 제거를 함 (예: for_range, _value 등)<br>
@@ -3,6 +3,7 @@ README.md
3
3
  pyproject.toml
4
4
  requirements.txt
5
5
  src/xython/__init__.py
6
+ src/xython/_easy_start.py
6
7
  src/xython/xy_auto.py
7
8
  src/xython/xy_chrome.py
8
9
  src/xython/xy_color.py
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