xython 3.0.4__tar.gz → 3.1.0__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 (30) hide show
  1. {xython-3.0.4/src/xython.egg-info → xython-3.1.0}/PKG-INFO +5 -5
  2. {xython-3.0.4 → xython-3.1.0}/README.md +3 -3
  3. {xython-3.0.4 → xython-3.1.0}/setup.py +4 -3
  4. {xython-3.0.4 → xython-3.1.0}/src/xython/__init__.py +1 -1
  5. {xython-3.0.4 → xython-3.1.0}/src/xython/anydb.py +690 -345
  6. {xython-3.0.4 → xython-3.1.0}/src/xython/basic_data.py +397 -1
  7. xython-3.1.0/src/xython/ganada.py +5799 -0
  8. {xython-3.0.4 → xython-3.1.0}/src/xython/han.py +337 -114
  9. {xython-3.0.4 → xython-3.1.0}/src/xython/jfinder.py +0 -1
  10. {xython-3.0.4 → xython-3.1.0}/src/xython/mailmail.py +2 -3
  11. {xython-3.0.4 → xython-3.1.0}/src/xython/pcell.py +72 -12
  12. {xython-3.0.4 → xython-3.1.0}/src/xython/pyclick.py +1 -2
  13. {xython-3.0.4 → xython-3.1.0}/src/xython/pynal.py +27 -16
  14. {xython-3.0.4 → xython-3.1.0}/src/xython/scolor.py +2 -3
  15. {xython-3.0.4 → xython-3.1.0}/src/xython/xy_list.py +0 -1
  16. {xython-3.0.4 → xython-3.1.0}/src/xython/youtil.py +1399 -771
  17. {xython-3.0.4 → xython-3.1.0/src/xython.egg-info}/PKG-INFO +5 -5
  18. {xython-3.0.4 → xython-3.1.0}/src/xython.egg-info/SOURCES.txt +0 -4
  19. xython-3.0.4/images/img_1.png +0 -0
  20. xython-3.0.4/images/img_2.png +0 -0
  21. xython-3.0.4/images/img_5.png +0 -0
  22. xython-3.0.4/src/xython/ganada.py +0 -3675
  23. xython-3.0.4/src/xython.egg-info/requires.txt +0 -13
  24. {xython-3.0.4 → xython-3.1.0}/MANIFEST.in +0 -0
  25. {xython-3.0.4 → xython-3.1.0}/requirements.txt +0 -0
  26. {xython-3.0.4 → xython-3.1.0}/setup.cfg +0 -0
  27. {xython-3.0.4 → xython-3.1.0}/src/xython/pcell_event.py +0 -0
  28. {xython-3.0.4 → xython-3.1.0}/src/xython.egg-info/dependency_links.txt +0 -0
  29. {xython-3.0.4 → xython-3.1.0}/src/xython.egg-info/not-zip-safe +0 -0
  30. {xython-3.0.4 → xython-3.1.0}/src/xython.egg-info/top_level.txt +0 -0
@@ -1,12 +1,12 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: xython
3
- Version: 3.0.4
3
+ Version: 3.1.0
4
4
  Summary: EXCEL, WORD, OUTLOOK, REGEX, COLORING, HWP BY PYTHON
5
5
  Home-page: https://www.xython.co.kr
6
6
  Author: sjpkorea
7
7
  Author-email: sjpkorea@naver.com
8
8
  License: UNKNOWN
9
- Download-URL: https://github.com/sjpark/xython/archive/v3.0.2.tar.gz
9
+ Download-URL: https://github.com/sjpark/xython/archive/v3.1.0.tar.gz
10
10
  Project-URL: Documentation, https://sjpkorea.github.io/xython.github.io/
11
11
  Project-URL: Link 1, https://www.xython.co.kr
12
12
  Description: ## About xython module / 개요
@@ -66,7 +66,7 @@ Description: ## About xython module / 개요
66
66
  |11|youtil | 이러저런 문장이나 시간등을 변환하는데 도움이되는 것 |
67
67
  <br>
68
68
 
69
- ![img_1.png](./images/img_1.png)
69
+ ![img_1.png](src/images/img_1.png)
70
70
  <br>
71
71
  ### Version History / 버전 변화
72
72
  - 1.15.0 : word를 위한 ganada모듈을 전반적으로 많이 Update함
@@ -94,7 +94,7 @@ Description: ## About xython module / 개요
94
94
  - 자신만이 사용하고 싶은 코드는 따로 사용이 가능하도록 하고 싶었다
95
95
  - 다른나라의 언어로 편하게 사용가능하도록 변경 예정
96
96
 
97
- ![img_2.png](./images/img_2.png)
97
+ ![img_2.png](src/images/img_2.png)
98
98
 
99
99
 
100
100
 
@@ -183,7 +183,7 @@ Description: ## About xython module / 개요
183
183
 
184
184
 
185
185
  ### youtil : xython안의 모든 모듈에 전반적으로 사용가능한 기능
186
- ![img_5.png](./images/img_5.png)
186
+ ![img_5.png](src/images/img_5.png)
187
187
 
188
188
 
189
189
 
@@ -55,7 +55,7 @@ now under making GUI toolkit for easy & no installing for python for this packag
55
55
  |11|youtil | 이러저런 문장이나 시간등을 변환하는데 도움이되는 것 |
56
56
  <br>
57
57
 
58
- ![img_1.png](./images/img_1.png)
58
+ ![img_1.png](src/images/img_1.png)
59
59
  <br>
60
60
  ### Version History / 버전 변화
61
61
  - 1.15.0 : word를 위한 ganada모듈을 전반적으로 많이 Update함
@@ -83,7 +83,7 @@ now under making GUI toolkit for easy & no installing for python for this packag
83
83
  - 자신만이 사용하고 싶은 코드는 따로 사용이 가능하도록 하고 싶었다
84
84
  - 다른나라의 언어로 편하게 사용가능하도록 변경 예정
85
85
 
86
- ![img_2.png](./images/img_2.png)
86
+ ![img_2.png](src/images/img_2.png)
87
87
 
88
88
 
89
89
 
@@ -172,7 +172,7 @@ xylist를 만든 목적은 점점 0과 1이 혼돈이 될때가 많아서, 그
172
172
 
173
173
 
174
174
  ### youtil : xython안의 모든 모듈에 전반적으로 사용가능한 기능
175
- ![img_5.png](./images/img_5.png)
175
+ ![img_5.png](src/images/img_5.png)
176
176
 
177
177
 
178
178
 
@@ -3,16 +3,17 @@ from setuptools import setup, find_packages
3
3
 
4
4
  #from sphinx.setup_command import BuildDoc
5
5
  #commands["build_sphinx"] = BuildDoc
6
+ # install_requires=['pyperclip', 'pywinauto', 'chardet','pygetwindow','pyautogui','unittest','paho-mqtt','pandas','pywin32','PySide6','korean_lunar_calendar','screeninfo','zipfile','','' ],
6
7
 
7
8
 
8
9
  with open("README.md", "rt", encoding='UTF8') as fh:
9
10
  long_description = fh.read()
10
11
  setup(
11
12
  name='xython',
12
- version='3.0.4',
13
+ version='3.1.0',
13
14
  url='https://www.xython.co.kr',
14
- install_requires=['pyperclip', 'pywinauto', 'chardet','pygetwindow','pyautogui','unittest','paho-mqtt','pandas','pywin32','PySide6','korean_lunar_calendar','screeninfo','zipfile','','' ],
15
- download_url='https://github.com/sjpark/xython/archive/v3.0.2.tar.gz',
15
+ install_requires=['' ],
16
+ download_url='https://github.com/sjpark/xython/archive/v3.1.0.tar.gz',
16
17
  author='sjpkorea',
17
18
  author_email='sjpkorea@naver.com',
18
19
  description="EXCEL, WORD, OUTLOOK, REGEX, COLORING, HWP BY PYTHON",
@@ -6,7 +6,7 @@ import inspect
6
6
  import os
7
7
  import sys
8
8
 
9
- __version__ = '3.0.4'
9
+ __version__ = '3.1.0'
10
10
  real_path = os.path.dirname(os.path.abspath(__file__)).replace("\\","/")
11
11
  sys.path.append(real_path)
12
12