xython 4.2.0__tar.gz → 4.3.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 (54) hide show
  1. xython-4.3.1/PKG-INFO +13 -0
  2. xython-4.3.1/later/xy_util2.py +1105 -0
  3. {xython-4.2.0/src/xython → xython-4.3.1/later}/xy_web.py +4 -1
  4. xython-4.3.1/pyproject.toml +30 -0
  5. xython-4.3.1/setup.cfg +4 -0
  6. xython-4.3.1/src/pypi_uploader.py +619 -0
  7. xython-4.3.1/src/setup.py +44 -0
  8. xython-4.3.1/src/xython/starter.py +226 -0
  9. {xython-4.2.0 → xython-4.3.1}/src/xython/xy_auto.py +463 -456
  10. xython-4.3.1/src/xython/xy_chrome.py +1681 -0
  11. xython-4.3.1/src/xython/xy_color.py +2464 -0
  12. xython-4.3.1/src/xython/xy_color_old2.py +2588 -0
  13. xython-4.3.1/src/xython/xy_common.py +1873 -0
  14. {xython-4.2.0 → xython-4.3.1}/src/xython/xy_db.py +240 -333
  15. xython-4.3.1/src/xython/xy_edge.py +1459 -0
  16. xython-4.3.1/src/xython/xy_excel.py +13072 -0
  17. xython-4.3.1/src/xython/xy_excel_old (2).py +23357 -0
  18. xython-4.3.1/src/xython/xy_hwp.py +8148 -0
  19. {xython-4.2.0 → xython-4.3.1}/src/xython/xy_list.py +15 -18
  20. {xython-4.2.0 → xython-4.3.1}/src/xython/xy_outlook.py +568 -367
  21. {xython-4.2.0 → xython-4.3.1}/src/xython/xy_re.py +390 -695
  22. xython-4.3.1/src/xython/xy_time.py +4282 -0
  23. xython-4.3.1/src/xython/xy_util.py +11566 -0
  24. {xython-4.2.0 → xython-4.3.1}/src/xython/xy_word.py +563 -578
  25. xython-4.3.1/xython.egg-info/PKG-INFO +13 -0
  26. xython-4.3.1/xython.egg-info/SOURCES.txt +57 -0
  27. xython-4.3.1/xython.egg-info/requires.txt +9 -0
  28. xython-4.3.1/xython.egg-info/top_level.txt +3 -0
  29. xython-4.2.0/MANIFEST.in +0 -22
  30. xython-4.2.0/PKG-INFO +0 -283
  31. xython-4.2.0/requirements.txt +0 -0
  32. xython-4.2.0/setup.cfg +0 -15
  33. xython-4.2.0/setup.py +0 -30
  34. xython-4.2.0/src/xython/xy_color.py +0 -2510
  35. xython-4.2.0/src/xython/xy_common.py +0 -4639
  36. xython-4.2.0/src/xython/xy_common_hwp.py +0 -2043
  37. xython-4.2.0/src/xython/xy_common_map.py +0 -22478
  38. xython-4.2.0/src/xython/xy_example.py +0 -782
  39. xython-4.2.0/src/xython/xy_excel.py +0 -20198
  40. xython-4.2.0/src/xython/xy_grid.py +0 -1640
  41. xython-4.2.0/src/xython/xy_hwp.py +0 -3591
  42. xython-4.2.0/src/xython/xy_time.py +0 -3993
  43. xython-4.2.0/src/xython/xy_util.py +0 -11182
  44. xython-4.2.0/src/xython/xy_util2.py +0 -553
  45. xython-4.2.0/src/xython.egg-info/PKG-INFO +0 -283
  46. xython-4.2.0/src/xython.egg-info/SOURCES.txt +0 -32
  47. xython-4.2.0/src/xython.egg-info/not-zip-safe +0 -1
  48. xython-4.2.0/src/xython.egg-info/top_level.txt +0 -1
  49. {xython-4.2.0 → xython-4.3.1}/README.md +0 -0
  50. {xython-4.2.0/src/xython → xython-4.3.1/later}/xy_chart.py +0 -0
  51. {xython-4.2.0 → xython-4.3.1}/src/xython/__init__.py +0 -0
  52. {xython-4.2.0 → xython-4.3.1}/src/xython/xy_excel_event.py +0 -0
  53. {xython-4.2.0 → xython-4.3.1}/src/xython/xy_map.py +0 -0
  54. {xython-4.2.0/src → xython-4.3.1}/xython.egg-info/dependency_links.txt +0 -0
xython-4.3.1/PKG-INFO ADDED
@@ -0,0 +1,13 @@
1
+ Metadata-Version: 2.4
2
+ Name: xython
3
+ Version: 4.3.1
4
+ Author-email: "SJ.Park" <sjpkorea@naver.com>
5
+ Requires-Dist: korean_lunar_calendar
6
+ Requires-Dist: arrow
7
+ Requires-Dist: pywin32
8
+ Requires-Dist: pyautogui
9
+ Requires-Dist: folium
10
+ Requires-Dist: DrissionPage
11
+ Requires-Dist: screeninfo
12
+ Requires-Dist: pywinauto
13
+ Requires-Dist: psutil