xython 3.1.0__tar.gz → 3.2.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-3.2.1/PKG-INFO +53 -0
  2. xython-3.2.1/README.md +35 -0
  3. {xython-3.1.0 → xython-3.2.1}/setup.py +2 -7
  4. {xython-3.1.0 → xython-3.2.1}/src/xython/__init__.py +1 -1
  5. {xython-3.1.0 → xython-3.2.1}/src/xython/basic_data.py +268 -589
  6. {xython-3.1.0 → xython-3.2.1}/src/xython/ganada.py +678 -246
  7. {xython-3.1.0 → xython-3.2.1}/src/xython/jfinder.py +195 -162
  8. {xython-3.1.0 → xython-3.2.1}/src/xython/mailmail.py +73 -104
  9. xython-3.2.1/src/xython/mygrid.py +3791 -0
  10. {xython-3.1.0 → xython-3.2.1}/src/xython/pcell.py +235 -164
  11. {xython-3.1.0 → xython-3.2.1}/src/xython/pyclick.py +132 -146
  12. {xython-3.1.0 → xython-3.2.1}/src/xython/pynal.py +324 -169
  13. {xython-3.1.0 → xython-3.2.1}/src/xython/scolor.py +293 -192
  14. {xython-3.1.0 → xython-3.2.1}/src/xython/youtil.py +400 -363
  15. xython-3.2.1/src/xython.egg-info/PKG-INFO +53 -0
  16. {xython-3.1.0 → xython-3.2.1}/src/xython.egg-info/SOURCES.txt +1 -0
  17. xython-3.1.0/PKG-INFO +0 -197
  18. xython-3.1.0/README.md +0 -181
  19. xython-3.1.0/src/xython.egg-info/PKG-INFO +0 -197
  20. {xython-3.1.0 → xython-3.2.1}/MANIFEST.in +0 -0
  21. {xython-3.1.0 → xython-3.2.1}/requirements.txt +0 -0
  22. {xython-3.1.0 → xython-3.2.1}/setup.cfg +0 -0
  23. {xython-3.1.0 → xython-3.2.1}/src/xython/anydb.py +0 -0
  24. {xython-3.1.0 → xython-3.2.1}/src/xython/han.py +0 -0
  25. {xython-3.1.0 → xython-3.2.1}/src/xython/pcell_event.py +0 -0
  26. {xython-3.1.0 → xython-3.2.1}/src/xython/xy_list.py +0 -0
  27. {xython-3.1.0 → xython-3.2.1}/src/xython.egg-info/dependency_links.txt +0 -0
  28. {xython-3.1.0 → xython-3.2.1}/src/xython.egg-info/not-zip-safe +0 -0
  29. {xython-3.1.0 → xython-3.2.1}/src/xython.egg-info/top_level.txt +0 -0
xython-3.2.1/PKG-INFO ADDED
@@ -0,0 +1,53 @@
1
+ Metadata-Version: 2.1
2
+ Name: xython
3
+ Version: 3.2.1
4
+ Summary: EXCEL, WORD, OUTLOOK, REGEX, COLORING, HWP BY PYTHON
5
+ Home-page: https://www.xython.co.kr
6
+ Author: sjpkorea
7
+ Author-email: sjpkorea@naver.com
8
+ License: UNKNOWN
9
+ Download-URL: https://github.com/sjpark/xython/archive/v3.2.1.tar.gz
10
+ Project-URL: Documentation, https://sjpkorea.github.io/xython.github.io/
11
+ Project-URL: Link 1, https://www.xython.co.kr
12
+ Platform: UNKNOWN
13
+ Classifier: License :: OSI Approved :: GNU General Public License v3 (GPLv3)
14
+ Requires-Python: >=3.8
15
+ Description-Content-Type: text/markdown
16
+
17
+ ## About xython module
18
+ Functional Programming for Excel, Hwp, Word, Outlook, Color, Etc by win32com<br>
19
+ It can handle for Excel, Hwp, Word, Outlook, Color, Etc by xython
20
+
21
+
22
+ ### Manual
23
+ oficial document : https://sjpkorea.github.io/xython.github.io/ <br>
24
+ oficial website : www.xython.co.kr (Korean base) <br>
25
+
26
+ ### Components
27
+
28
+ - anydb : for Database
29
+ - basic_data : xython package for general enum
30
+ - ganada : for Word
31
+ - han : for hwp
32
+ - jfinder : for Regex
33
+ - mailmail : for outlook
34
+ - pcell : for Excel
35
+ - pyclick : for KEyboard & Mouse control
36
+ - pynal : for Date & Time
37
+ - scolor : for Color
38
+ - xy_list : New List Type, (start index no is 1)
39
+ - youtil : utilities
40
+
41
+ ### Brief
42
+ this is target for easy RPA system of office work<br>
43
+ It composed of several python files, and basic concept is function style<br>
44
+ total over the 2,800 functions in this package<br>
45
+ please see how to use for this package in xython.co.kr<br>
46
+ now under making GUI toolkit for easy & no installing for python for this package<br>
47
+
48
+
49
+
50
+
51
+
52
+
53
+
xython-3.2.1/README.md ADDED
@@ -0,0 +1,35 @@
1
+ ## About xython module
2
+ Functional Programming for Excel, Hwp, Word, Outlook, Color, Etc by win32com<br>
3
+ It can handle for Excel, Hwp, Word, Outlook, Color, Etc by xython
4
+
5
+
6
+ ### Manual
7
+ oficial document : https://sjpkorea.github.io/xython.github.io/ <br>
8
+ oficial website : www.xython.co.kr (Korean base) <br>
9
+
10
+ ### Components
11
+
12
+ - anydb : for Database
13
+ - basic_data : xython package for general enum
14
+ - ganada : for Word
15
+ - han : for hwp
16
+ - jfinder : for Regex
17
+ - mailmail : for outlook
18
+ - pcell : for Excel
19
+ - pyclick : for KEyboard & Mouse control
20
+ - pynal : for Date & Time
21
+ - scolor : for Color
22
+ - xy_list : New List Type, (start index no is 1)
23
+ - youtil : utilities
24
+
25
+ ### Brief
26
+ this is target for easy RPA system of office work<br>
27
+ It composed of several python files, and basic concept is function style<br>
28
+ total over the 2,800 functions in this package<br>
29
+ please see how to use for this package in xython.co.kr<br>
30
+ now under making GUI toolkit for easy & no installing for python for this package<br>
31
+
32
+
33
+
34
+
35
+
@@ -1,19 +1,14 @@
1
1
  # -*- coding: utf-8 -*-
2
2
  from setuptools import setup, find_packages
3
3
 
4
- #from sphinx.setup_command import BuildDoc
5
- #commands["build_sphinx"] = BuildDoc
6
- # install_requires=['pyperclip', 'pywinauto', 'chardet','pygetwindow','pyautogui','unittest','paho-mqtt','pandas','pywin32','PySide6','korean_lunar_calendar','screeninfo','zipfile','','' ],
7
-
8
-
9
4
  with open("README.md", "rt", encoding='UTF8') as fh:
10
5
  long_description = fh.read()
11
6
  setup(
12
7
  name='xython',
13
- version='3.1.0',
8
+ version='3.2.1',
14
9
  url='https://www.xython.co.kr',
15
10
  install_requires=['' ],
16
- download_url='https://github.com/sjpark/xython/archive/v3.1.0.tar.gz',
11
+ download_url='https://github.com/sjpark/xython/archive/v3.2.1.tar.gz',
17
12
  author='sjpkorea',
18
13
  author_email='sjpkorea@naver.com',
19
14
  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.1.0'
9
+ __version__ = '3.2.0'
10
10
  real_path = os.path.dirname(os.path.abspath(__file__)).replace("\\","/")
11
11
  sys.path.append(real_path)
12
12