xython 1.5.0__tar.gz → 1.6.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.
- {xython-1.5.0 → xython-1.6.0}/MANIFEST.in +1 -1
- {xython-1.5.0/src/xython.egg-info → xython-1.6.0}/PKG-INFO +11 -5
- {xython-1.5.0 → xython-1.6.0}/README.md +8 -2
- {xython-1.5.0 → xython-1.6.0}/setup.py +3 -3
- {xython-1.5.0 → xython-1.6.0/src/xython.egg-info}/PKG-INFO +11 -5
- xython-1.6.0/src/xython.egg-info/SOURCES.txt +10 -0
- xython-1.6.0/src/xython.egg-info/top_level.txt +1 -0
- xython-1.5.0/src/xython/__init__.py +0 -21
- xython-1.5.0/src/xython/anydb.py +0 -741
- xython-1.5.0/src/xython/basic_data.py +0 -1475
- xython-1.5.0/src/xython/ganada.py +0 -775
- xython-1.5.0/src/xython/jfinder.py +0 -561
- xython-1.5.0/src/xython/mailmail.py +0 -605
- xython-1.5.0/src/xython/pcell.py +0 -4586
- xython-1.5.0/src/xython/pcell_event.py +0 -144
- xython-1.5.0/src/xython/pyclick.py +0 -256
- xython-1.5.0/src/xython/pynal.py +0 -1691
- xython-1.5.0/src/xython/scolor.py +0 -1192
- xython-1.5.0/src/xython/youtil.py +0 -2420
- xython-1.5.0/src/xython.egg-info/SOURCES.txt +0 -22
- xython-1.5.0/src/xython.egg-info/top_level.txt +0 -1
- {xython-1.5.0 → xython-1.6.0}/requirements.txt +0 -0
- {xython-1.5.0 → xython-1.6.0}/setup.cfg +0 -0
- {xython-1.5.0 → xython-1.6.0}/src/xython.egg-info/dependency_links.txt +0 -0
- {xython-1.5.0 → xython-1.6.0}/src/xython.egg-info/not-zip-safe +0 -0
|
@@ -5,11 +5,11 @@ include requirements.txt
|
|
|
5
5
|
include src/xython/anydb.py
|
|
6
6
|
include src/xython/basic_data.py
|
|
7
7
|
include src/xython/jfinder.py
|
|
8
|
+
include src/xython/ganada.py
|
|
8
9
|
include src/xython/mailmail.py
|
|
9
10
|
include src/xython/pcell.py
|
|
10
11
|
include src/xython/pcell_event.py
|
|
11
12
|
include src/xython/pyclick.py
|
|
12
13
|
include src/xython/pynal.py
|
|
13
14
|
include src/xython/scolor.py
|
|
14
|
-
include src/xython/ganada.py
|
|
15
15
|
include src/xython/youtil.py
|
|
@@ -1,18 +1,25 @@
|
|
|
1
1
|
Metadata-Version: 2.1
|
|
2
2
|
Name: xython
|
|
3
|
-
Version: 1.
|
|
4
|
-
Summary:
|
|
3
|
+
Version: 1.6.0
|
|
4
|
+
Summary: Functional Programming for Excel, Word, Outlook, Color, Etc by Python
|
|
5
5
|
Home-page: https://github.com/sjpark/xython
|
|
6
6
|
Author: sjpark
|
|
7
7
|
Author-email: sjpkorea@yahoo.com
|
|
8
8
|
License: UNKNOWN
|
|
9
|
-
Download-URL: https://github.com/sjpark/xython/archive/v1.
|
|
9
|
+
Download-URL: https://github.com/sjpark/xython/archive/v1.6.0.tar.gz
|
|
10
10
|
Platform: UNKNOWN
|
|
11
11
|
Classifier: License :: OSI Approved :: MIT License
|
|
12
12
|
Requires-Python: >=3.8
|
|
13
13
|
Description-Content-Type: text/markdown
|
|
14
14
|
|
|
15
15
|
## xython 모듈에 대하여
|
|
16
|
+
|
|
17
|
+
Functional Programming for Excel, Word, Outlook, Color, Etc by Python
|
|
18
|
+
|
|
19
|
+
### 개괄적인 설명
|
|
20
|
+
1.6.0 : word를 위한 ganada모듈을 전반적으로 많이 Update함
|
|
21
|
+
|
|
22
|
+
|
|
16
23
|
### 개괄적인 설명
|
|
17
24
|
이모듈은 업무용으로 많이 사용하는 엑셀 , 색, 정규표현식, 등에 대하여 Python과 win32com을 기본으로 사용하여 각기 새롭게 모듈을 만들어서 좀더 쉽고 편하게 사용하고 만들자는 것입니다
|
|
18
25
|
자동화는 각자의 사용에 대한
|
|
@@ -42,10 +49,9 @@ Description-Content-Type: text/markdown
|
|
|
42
49
|
- youtil : 이러저런 문장이나 시간등을 변환하는데 도움이되는 것
|
|
43
50
|
- basic_data : halmoney패키지에서 사용되는 전반적인 공유 자료들을 저장하는 곳
|
|
44
51
|
|
|
52
|
+
- 나머지들은 추가적인 내용들을 위하여 사용하는 것임
|
|
45
53
|
각 사용사용방법들에 대해서는 아래의 사이트를 참고하세요
|
|
46
54
|
|
|
47
|
-
* https://cafe.naver.com/pycell
|
|
48
|
-
* www.halmoney.com
|
|
49
55
|
* www.xython.co.kr
|
|
50
56
|
|
|
51
57
|
|
|
@@ -1,4 +1,11 @@
|
|
|
1
1
|
## xython 모듈에 대하여
|
|
2
|
+
|
|
3
|
+
Functional Programming for Excel, Word, Outlook, Color, Etc by Python
|
|
4
|
+
|
|
5
|
+
### 개괄적인 설명
|
|
6
|
+
1.6.0 : word를 위한 ganada모듈을 전반적으로 많이 Update함
|
|
7
|
+
|
|
8
|
+
|
|
2
9
|
### 개괄적인 설명
|
|
3
10
|
이모듈은 업무용으로 많이 사용하는 엑셀 , 색, 정규표현식, 등에 대하여 Python과 win32com을 기본으로 사용하여 각기 새롭게 모듈을 만들어서 좀더 쉽고 편하게 사용하고 만들자는 것입니다
|
|
4
11
|
자동화는 각자의 사용에 대한
|
|
@@ -28,10 +35,9 @@
|
|
|
28
35
|
- youtil : 이러저런 문장이나 시간등을 변환하는데 도움이되는 것
|
|
29
36
|
- basic_data : halmoney패키지에서 사용되는 전반적인 공유 자료들을 저장하는 곳
|
|
30
37
|
|
|
38
|
+
- 나머지들은 추가적인 내용들을 위하여 사용하는 것임
|
|
31
39
|
각 사용사용방법들에 대해서는 아래의 사이트를 참고하세요
|
|
32
40
|
|
|
33
|
-
* https://cafe.naver.com/pycell
|
|
34
|
-
* www.halmoney.com
|
|
35
41
|
* www.xython.co.kr
|
|
36
42
|
|
|
37
43
|
|
|
@@ -4,12 +4,12 @@ with open("README.md", "rt", encoding='UTF8') as fh:
|
|
|
4
4
|
long_description = fh.read()
|
|
5
5
|
setup(
|
|
6
6
|
name='xython',
|
|
7
|
-
version='1.
|
|
7
|
+
version='1.6.0',
|
|
8
8
|
url='https://github.com/sjpark/xython',
|
|
9
|
-
download_url='https://github.com/sjpark/xython/archive/v1.
|
|
9
|
+
download_url='https://github.com/sjpark/xython/archive/v1.6.0.tar.gz',
|
|
10
10
|
author='sjpark',
|
|
11
11
|
author_email='sjpkorea@yahoo.com',
|
|
12
|
-
description='
|
|
12
|
+
description='Functional Programming for Excel, Word, Outlook, Color, Etc by Python',
|
|
13
13
|
packages=find_packages("src"),
|
|
14
14
|
package_dir={"": "src"},
|
|
15
15
|
include_package_data=True,
|
|
@@ -1,18 +1,25 @@
|
|
|
1
1
|
Metadata-Version: 2.1
|
|
2
2
|
Name: xython
|
|
3
|
-
Version: 1.
|
|
4
|
-
Summary:
|
|
3
|
+
Version: 1.6.0
|
|
4
|
+
Summary: Functional Programming for Excel, Word, Outlook, Color, Etc by Python
|
|
5
5
|
Home-page: https://github.com/sjpark/xython
|
|
6
6
|
Author: sjpark
|
|
7
7
|
Author-email: sjpkorea@yahoo.com
|
|
8
8
|
License: UNKNOWN
|
|
9
|
-
Download-URL: https://github.com/sjpark/xython/archive/v1.
|
|
9
|
+
Download-URL: https://github.com/sjpark/xython/archive/v1.6.0.tar.gz
|
|
10
10
|
Platform: UNKNOWN
|
|
11
11
|
Classifier: License :: OSI Approved :: MIT License
|
|
12
12
|
Requires-Python: >=3.8
|
|
13
13
|
Description-Content-Type: text/markdown
|
|
14
14
|
|
|
15
15
|
## xython 모듈에 대하여
|
|
16
|
+
|
|
17
|
+
Functional Programming for Excel, Word, Outlook, Color, Etc by Python
|
|
18
|
+
|
|
19
|
+
### 개괄적인 설명
|
|
20
|
+
1.6.0 : word를 위한 ganada모듈을 전반적으로 많이 Update함
|
|
21
|
+
|
|
22
|
+
|
|
16
23
|
### 개괄적인 설명
|
|
17
24
|
이모듈은 업무용으로 많이 사용하는 엑셀 , 색, 정규표현식, 등에 대하여 Python과 win32com을 기본으로 사용하여 각기 새롭게 모듈을 만들어서 좀더 쉽고 편하게 사용하고 만들자는 것입니다
|
|
18
25
|
자동화는 각자의 사용에 대한
|
|
@@ -42,10 +49,9 @@ Description-Content-Type: text/markdown
|
|
|
42
49
|
- youtil : 이러저런 문장이나 시간등을 변환하는데 도움이되는 것
|
|
43
50
|
- basic_data : halmoney패키지에서 사용되는 전반적인 공유 자료들을 저장하는 곳
|
|
44
51
|
|
|
52
|
+
- 나머지들은 추가적인 내용들을 위하여 사용하는 것임
|
|
45
53
|
각 사용사용방법들에 대해서는 아래의 사이트를 참고하세요
|
|
46
54
|
|
|
47
|
-
* https://cafe.naver.com/pycell
|
|
48
|
-
* www.halmoney.com
|
|
49
55
|
* www.xython.co.kr
|
|
50
56
|
|
|
51
57
|
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
|
|
@@ -1,21 +0,0 @@
|
|
|
1
|
-
# __init__.py
|
|
2
|
-
# Copyright (C) 2023 (sjpkorea@yahoo.com) and contributors
|
|
3
|
-
#
|
|
4
|
-
|
|
5
|
-
import inspect
|
|
6
|
-
import os
|
|
7
|
-
import sys
|
|
8
|
-
|
|
9
|
-
__version__ = '1.5.0'
|
|
10
|
-
real_path = os.path.dirname(os.path.abspath(__file__)).replace("\\","/")
|
|
11
|
-
sys.path.append(real_path)
|
|
12
|
-
|
|
13
|
-
try:
|
|
14
|
-
from xython import *
|
|
15
|
-
|
|
16
|
-
except ImportError as e:
|
|
17
|
-
print(e," Please re-check.")
|
|
18
|
-
exit(1)
|
|
19
|
-
|
|
20
|
-
__all__ = [name for name, obj in locals().items()
|
|
21
|
-
if not (name.startswith('_') or inspect.ismodule(obj))]
|