xython 3.0.3__tar.gz → 3.0.5__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 (26) hide show
  1. {xython-3.0.3 → xython-3.0.5}/MANIFEST.in +1 -0
  2. {xython-3.0.3/src/xython.egg-info → xython-3.0.5}/PKG-INFO +4 -4
  3. {xython-3.0.3 → xython-3.0.5}/README.md +3 -3
  4. {xython-3.0.3 → xython-3.0.5}/setup.py +3 -2
  5. {xython-3.0.3 → xython-3.0.5}/src/xython/__init__.py +1 -1
  6. {xython-3.0.3 → xython-3.0.5/src/xython.egg-info}/PKG-INFO +4 -4
  7. {xython-3.0.3 → xython-3.0.5}/src/xython.egg-info/SOURCES.txt +0 -1
  8. xython-3.0.3/src/xython.egg-info/requires.txt +0 -13
  9. {xython-3.0.3 → xython-3.0.5}/requirements.txt +0 -0
  10. {xython-3.0.3 → xython-3.0.5}/setup.cfg +0 -0
  11. {xython-3.0.3 → xython-3.0.5}/src/xython/anydb.py +0 -0
  12. {xython-3.0.3 → xython-3.0.5}/src/xython/basic_data.py +0 -0
  13. {xython-3.0.3 → xython-3.0.5}/src/xython/ganada.py +0 -0
  14. {xython-3.0.3 → xython-3.0.5}/src/xython/han.py +0 -0
  15. {xython-3.0.3 → xython-3.0.5}/src/xython/jfinder.py +0 -0
  16. {xython-3.0.3 → xython-3.0.5}/src/xython/mailmail.py +0 -0
  17. {xython-3.0.3 → xython-3.0.5}/src/xython/pcell.py +0 -0
  18. {xython-3.0.3 → xython-3.0.5}/src/xython/pcell_event.py +0 -0
  19. {xython-3.0.3 → xython-3.0.5}/src/xython/pyclick.py +0 -0
  20. {xython-3.0.3 → xython-3.0.5}/src/xython/pynal.py +0 -0
  21. {xython-3.0.3 → xython-3.0.5}/src/xython/scolor.py +0 -0
  22. {xython-3.0.3 → xython-3.0.5}/src/xython/xy_list.py +0 -0
  23. {xython-3.0.3 → xython-3.0.5}/src/xython/youtil.py +0 -0
  24. {xython-3.0.3 → xython-3.0.5}/src/xython.egg-info/dependency_links.txt +0 -0
  25. {xython-3.0.3 → xython-3.0.5}/src/xython.egg-info/not-zip-safe +0 -0
  26. {xython-3.0.3 → xython-3.0.5}/src/xython.egg-info/top_level.txt +0 -0
@@ -16,3 +16,4 @@ include src/xython/pynal.py
16
16
  include src/xython/scolor.py
17
17
  include src/xython/xy_list.py
18
18
  include src/xython/youtil.py
19
+ include images/*
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: xython
3
- Version: 3.0.3
3
+ Version: 3.0.5
4
4
  Summary: EXCEL, WORD, OUTLOOK, REGEX, COLORING, HWP BY PYTHON
5
5
  Home-page: https://www.xython.co.kr
6
6
  Author: sjpkorea
@@ -66,7 +66,7 @@ Description: ## About xython module / 개요
66
66
  |11|youtil | 이러저런 문장이나 시간등을 변환하는데 도움이되는 것 |
67
67
  <br>
68
68
 
69
- ![img_1.png](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](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](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](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](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](img_5.png)
175
+ ![img_5.png](src/images/img_5.png)
176
176
 
177
177
 
178
178
 
@@ -3,15 +3,16 @@ 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.3',
13
+ version='3.0.5',
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
+ install_requires=['' ],
15
16
  download_url='https://github.com/sjpark/xython/archive/v3.0.2.tar.gz',
16
17
  author='sjpkorea',
17
18
  author_email='sjpkorea@naver.com',
@@ -6,7 +6,7 @@ import inspect
6
6
  import os
7
7
  import sys
8
8
 
9
- __version__ = '3.0.3'
9
+ __version__ = '3.0.5'
10
10
  real_path = os.path.dirname(os.path.abspath(__file__)).replace("\\","/")
11
11
  sys.path.append(real_path)
12
12
 
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: xython
3
- Version: 3.0.3
3
+ Version: 3.0.5
4
4
  Summary: EXCEL, WORD, OUTLOOK, REGEX, COLORING, HWP BY PYTHON
5
5
  Home-page: https://www.xython.co.kr
6
6
  Author: sjpkorea
@@ -66,7 +66,7 @@ Description: ## About xython module / 개요
66
66
  |11|youtil | 이러저런 문장이나 시간등을 변환하는데 도움이되는 것 |
67
67
  <br>
68
68
 
69
- ![img_1.png](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](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](img_5.png)
186
+ ![img_5.png](src/images/img_5.png)
187
187
 
188
188
 
189
189
 
@@ -21,5 +21,4 @@ src/xython.egg-info/PKG-INFO
21
21
  src/xython.egg-info/SOURCES.txt
22
22
  src/xython.egg-info/dependency_links.txt
23
23
  src/xython.egg-info/not-zip-safe
24
- src/xython.egg-info/requires.txt
25
24
  src/xython.egg-info/top_level.txt
@@ -1,13 +0,0 @@
1
- pyperclip
2
- pywinauto
3
- chardet
4
- pygetwindow
5
- pyautogui
6
- unittest
7
- paho-mqtt
8
- pandas
9
- pywin32
10
- PySide6
11
- korean_lunar_calendar
12
- screeninfo
13
- zipfile
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