xython 4.0.7__tar.gz → 4.0.8__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 (38) hide show
  1. {xython-4.0.7/src/xython.egg-info → xython-4.0.8}/PKG-INFO +2 -3
  2. {xython-4.0.7 → xython-4.0.8}/setup.py +3 -20
  3. {xython-4.0.7 → xython-4.0.8}/src/xython/__init__.py +1 -1
  4. {xython-4.0.7 → xython-4.0.8/src/xython.egg-info}/PKG-INFO +2 -3
  5. {xython-4.0.7 → xython-4.0.8}/src/xython.egg-info/SOURCES.txt +0 -1
  6. xython-4.0.7/src/xython.egg-info/requires.txt +0 -16
  7. {xython-4.0.7 → xython-4.0.8}/MANIFEST.in +0 -0
  8. {xython-4.0.7 → xython-4.0.8}/README.md +0 -0
  9. {xython-4.0.7 → xython-4.0.8}/requirements.txt +0 -0
  10. {xython-4.0.7 → xython-4.0.8}/setup.cfg +0 -0
  11. {xython-4.0.7 → xython-4.0.8}/src/xython/xy_auto.py +0 -0
  12. {xython-4.0.7 → xython-4.0.8}/src/xython/xy_color.py +0 -0
  13. {xython-4.0.7 → xython-4.0.8}/src/xython/xy_common.py +0 -0
  14. {xython-4.0.7 → xython-4.0.8}/src/xython/xy_common_hwp.py +0 -0
  15. {xython-4.0.7 → xython-4.0.8}/src/xython/xy_common_map.py +0 -0
  16. {xython-4.0.7 → xython-4.0.8}/src/xython/xy_db.py +0 -0
  17. {xython-4.0.7 → xython-4.0.8}/src/xython/xy_example.py +0 -0
  18. {xython-4.0.7 → xython-4.0.8}/src/xython/xy_excel.py +0 -0
  19. {xython-4.0.7 → xython-4.0.8}/src/xython/xy_excel_event.py +0 -0
  20. {xython-4.0.7 → xython-4.0.8}/src/xython/xy_grid.py +0 -0
  21. {xython-4.0.7 → xython-4.0.8}/src/xython/xy_grid_model.py +0 -0
  22. {xython-4.0.7 → xython-4.0.8}/src/xython/xy_grid_original.py +0 -0
  23. {xython-4.0.7 → xython-4.0.8}/src/xython/xy_grid_widget.py +0 -0
  24. {xython-4.0.7 → xython-4.0.8}/src/xython/xy_hwp.py +0 -0
  25. {xython-4.0.7 → xython-4.0.8}/src/xython/xy_hwp_common.py +0 -0
  26. {xython-4.0.7 → xython-4.0.8}/src/xython/xy_list.py +0 -0
  27. {xython-4.0.7 → xython-4.0.8}/src/xython/xy_map.py +0 -0
  28. {xython-4.0.7 → xython-4.0.8}/src/xython/xy_map_common.py +0 -0
  29. {xython-4.0.7 → xython-4.0.8}/src/xython/xy_outlook.py +0 -0
  30. {xython-4.0.7 → xython-4.0.8}/src/xython/xy_re.py +0 -0
  31. {xython-4.0.7 → xython-4.0.8}/src/xython/xy_time.py +0 -0
  32. {xython-4.0.7 → xython-4.0.8}/src/xython/xy_util.py +0 -0
  33. {xython-4.0.7 → xython-4.0.8}/src/xython/xy_util2.py +0 -0
  34. {xython-4.0.7 → xython-4.0.8}/src/xython/xy_web.py +0 -0
  35. {xython-4.0.7 → xython-4.0.8}/src/xython/xy_word.py +0 -0
  36. {xython-4.0.7 → xython-4.0.8}/src/xython.egg-info/dependency_links.txt +0 -0
  37. {xython-4.0.7 → xython-4.0.8}/src/xython.egg-info/not-zip-safe +0 -0
  38. {xython-4.0.7 → xython-4.0.8}/src/xython.egg-info/top_level.txt +0 -0
@@ -1,12 +1,11 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: xython
3
- Version: 4.0.7
3
+ Version: 4.0.8
4
4
  Summary: win32com + python + Office Automation = xython, (for easy automation for excel, word, outlook, regex, color, hwp, etc BY python & win32com)
5
5
  Home-page: https://www.xython.co.kr
6
- Author: s.j.park
6
+ Author: sj park
7
7
  Author-email: sjpkorea@naver.com
8
8
  License: UNKNOWN
9
- Download-URL: https://github.com/sjpark/xython/archive/v4.0.7.tar.gz
10
9
  Project-URL: Documentation, https://sjpkorea.github.io/xython.github.io/
11
10
  Project-URL: Link 1, https://www.xython.co.kr
12
11
  Platform: UNKNOWN
@@ -5,27 +5,10 @@ from setuptools import setup, find_packages
5
5
  # long_description = fh.read()
6
6
  setup(
7
7
  name='xython',
8
- version='4.0.7',
8
+ version='4.0.8',
9
9
  url='https://www.xython.co.kr',
10
- install_requires=['pandas',
11
- 'Pillow',
12
- 'pywin32',
13
- 'PySide6',
14
- 'pyperclip',
15
- 'pywinauto',
16
- 'chardet',
17
- 'pygetwindow',
18
- 'psutil',
19
- 'paho-mqtt',
20
- 'korean_lunar_calendar',
21
- 'arrow',
22
- 'folium',
23
- 'webbrowser',
24
- 'selenium',
25
- 'pytest-shutil',
26
- ],
27
- download_url='https://github.com/sjpark/xython/archive/v4.0.7.tar.gz',
28
- author='s.j.park',
10
+ install_requires=[],
11
+ author='sj park',
29
12
  author_email='sjpkorea@naver.com',
30
13
  description="win32com + python + Office Automation = xython, (for easy automation for excel, word, outlook, regex, color, hwp, etc BY python & win32com)",
31
14
  packages=find_packages("src"),
@@ -6,7 +6,7 @@ import inspect
6
6
  import os
7
7
  import sys
8
8
 
9
- __version__ = '4.0.7' #1
9
+ __version__ = '4.0.8' #1
10
10
  real_path = os.path.dirname(os.path.abspath(__file__)).replace("\\","/") #2
11
11
  sys.path.append(real_path)
12
12
 
@@ -1,12 +1,11 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: xython
3
- Version: 4.0.7
3
+ Version: 4.0.8
4
4
  Summary: win32com + python + Office Automation = xython, (for easy automation for excel, word, outlook, regex, color, hwp, etc BY python & win32com)
5
5
  Home-page: https://www.xython.co.kr
6
- Author: s.j.park
6
+ Author: sj park
7
7
  Author-email: sjpkorea@naver.com
8
8
  License: UNKNOWN
9
- Download-URL: https://github.com/sjpark/xython/archive/v4.0.7.tar.gz
10
9
  Project-URL: Documentation, https://sjpkorea.github.io/xython.github.io/
11
10
  Project-URL: Link 1, https://www.xython.co.kr
12
11
  Platform: UNKNOWN
@@ -33,5 +33,4 @@ src/xython.egg-info/PKG-INFO
33
33
  src/xython.egg-info/SOURCES.txt
34
34
  src/xython.egg-info/dependency_links.txt
35
35
  src/xython.egg-info/not-zip-safe
36
- src/xython.egg-info/requires.txt
37
36
  src/xython.egg-info/top_level.txt
@@ -1,16 +0,0 @@
1
- pandas
2
- Pillow
3
- pywin32
4
- PySide6
5
- pyperclip
6
- pywinauto
7
- chardet
8
- pygetwindow
9
- psutil
10
- paho-mqtt
11
- korean_lunar_calendar
12
- arrow
13
- folium
14
- webbrowser
15
- selenium
16
- pytest-shutil
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
File without changes
File without changes