xython 3.0.4__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.
- {xython-3.0.4/src/xython.egg-info → xython-3.0.5}/PKG-INFO +4 -4
- {xython-3.0.4 → xython-3.0.5}/README.md +3 -3
- {xython-3.0.4 → xython-3.0.5}/setup.py +3 -2
- {xython-3.0.4 → xython-3.0.5}/src/xython/__init__.py +1 -1
- {xython-3.0.4 → xython-3.0.5/src/xython.egg-info}/PKG-INFO +4 -4
- {xython-3.0.4 → xython-3.0.5}/src/xython.egg-info/SOURCES.txt +0 -4
- xython-3.0.4/images/img_1.png +0 -0
- xython-3.0.4/images/img_2.png +0 -0
- xython-3.0.4/images/img_5.png +0 -0
- xython-3.0.4/src/xython.egg-info/requires.txt +0 -13
- {xython-3.0.4 → xython-3.0.5}/MANIFEST.in +0 -0
- {xython-3.0.4 → xython-3.0.5}/requirements.txt +0 -0
- {xython-3.0.4 → xython-3.0.5}/setup.cfg +0 -0
- {xython-3.0.4 → xython-3.0.5}/src/xython/anydb.py +0 -0
- {xython-3.0.4 → xython-3.0.5}/src/xython/basic_data.py +0 -0
- {xython-3.0.4 → xython-3.0.5}/src/xython/ganada.py +0 -0
- {xython-3.0.4 → xython-3.0.5}/src/xython/han.py +0 -0
- {xython-3.0.4 → xython-3.0.5}/src/xython/jfinder.py +0 -0
- {xython-3.0.4 → xython-3.0.5}/src/xython/mailmail.py +0 -0
- {xython-3.0.4 → xython-3.0.5}/src/xython/pcell.py +0 -0
- {xython-3.0.4 → xython-3.0.5}/src/xython/pcell_event.py +0 -0
- {xython-3.0.4 → xython-3.0.5}/src/xython/pyclick.py +0 -0
- {xython-3.0.4 → xython-3.0.5}/src/xython/pynal.py +0 -0
- {xython-3.0.4 → xython-3.0.5}/src/xython/scolor.py +0 -0
- {xython-3.0.4 → xython-3.0.5}/src/xython/xy_list.py +0 -0
- {xython-3.0.4 → xython-3.0.5}/src/xython/youtil.py +0 -0
- {xython-3.0.4 → xython-3.0.5}/src/xython.egg-info/dependency_links.txt +0 -0
- {xython-3.0.4 → xython-3.0.5}/src/xython.egg-info/not-zip-safe +0 -0
- {xython-3.0.4 → xython-3.0.5}/src/xython.egg-info/top_level.txt +0 -0
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.1
|
|
2
2
|
Name: xython
|
|
3
|
-
Version: 3.0.
|
|
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
|
-

|
|
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
|
-

|
|
98
98
|
|
|
99
99
|
|
|
100
100
|
|
|
@@ -183,7 +183,7 @@ Description: ## About xython module / 개요
|
|
|
183
183
|
|
|
184
184
|
|
|
185
185
|
### youtil : xython안의 모든 모듈에 전반적으로 사용가능한 기능
|
|
186
|
-

|
|
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
|
-

|
|
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
|
-

|
|
87
87
|
|
|
88
88
|
|
|
89
89
|
|
|
@@ -172,7 +172,7 @@ xylist를 만든 목적은 점점 0과 1이 혼돈이 될때가 많아서, 그
|
|
|
172
172
|
|
|
173
173
|
|
|
174
174
|
### youtil : xython안의 모든 모듈에 전반적으로 사용가능한 기능
|
|
175
|
-

|
|
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.
|
|
13
|
+
version='3.0.5',
|
|
13
14
|
url='https://www.xython.co.kr',
|
|
14
|
-
install_requires=['
|
|
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',
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.1
|
|
2
2
|
Name: xython
|
|
3
|
-
Version: 3.0.
|
|
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
|
-

|
|
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
|
-

|
|
98
98
|
|
|
99
99
|
|
|
100
100
|
|
|
@@ -183,7 +183,7 @@ Description: ## About xython module / 개요
|
|
|
183
183
|
|
|
184
184
|
|
|
185
185
|
### youtil : xython안의 모든 모듈에 전반적으로 사용가능한 기능
|
|
186
|
-

|
|
187
187
|
|
|
188
188
|
|
|
189
189
|
|
|
@@ -3,9 +3,6 @@ README.md
|
|
|
3
3
|
requirements.txt
|
|
4
4
|
setup.cfg
|
|
5
5
|
setup.py
|
|
6
|
-
images/img_1.png
|
|
7
|
-
images/img_2.png
|
|
8
|
-
images/img_5.png
|
|
9
6
|
src/xython/__init__.py
|
|
10
7
|
src/xython/anydb.py
|
|
11
8
|
src/xython/basic_data.py
|
|
@@ -24,5 +21,4 @@ src/xython.egg-info/PKG-INFO
|
|
|
24
21
|
src/xython.egg-info/SOURCES.txt
|
|
25
22
|
src/xython.egg-info/dependency_links.txt
|
|
26
23
|
src/xython.egg-info/not-zip-safe
|
|
27
|
-
src/xython.egg-info/requires.txt
|
|
28
24
|
src/xython.egg-info/top_level.txt
|
xython-3.0.4/images/img_1.png
DELETED
|
Binary file
|
xython-3.0.4/images/img_2.png
DELETED
|
Binary file
|
xython-3.0.4/images/img_5.png
DELETED
|
Binary file
|
|
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
|