xython 4.5.4__tar.gz → 4.5.6__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-4.5.4/src/xython.egg-info → xython-4.5.6}/PKG-INFO +1 -1
  2. {xython-4.5.4 → xython-4.5.6}/pyproject.toml +1 -1
  3. {xython-4.5.4 → xython-4.5.6}/src/xython/xy_auto.py +781 -781
  4. {xython-4.5.4 → xython-4.5.6}/src/xython/xy_chrome.py +1554 -1553
  5. {xython-4.5.4 → xython-4.5.6}/src/xython/xy_db.py +64 -60
  6. {xython-4.5.4 → xython-4.5.6}/src/xython/xy_edge.py +52 -52
  7. {xython-4.5.4 → xython-4.5.6}/src/xython/xy_excel.py +483 -1014
  8. {xython-4.5.4 → xython-4.5.6}/src/xython/xy_hwp.py +300 -309
  9. {xython-4.5.4 → xython-4.5.6}/src/xython/xy_outlook.py +58 -59
  10. {xython-4.5.4 → xython-4.5.6}/src/xython/xy_re.py +272 -443
  11. {xython-4.5.4 → xython-4.5.6}/src/xython/xy_time.py +563 -724
  12. {xython-4.5.4 → xython-4.5.6}/src/xython/xy_util.py +22 -392
  13. {xython-4.5.4 → xython-4.5.6}/src/xython/xy_word.py +718 -732
  14. {xython-4.5.4 → xython-4.5.6/src/xython.egg-info}/PKG-INFO +1 -1
  15. {xython-4.5.4 → xython-4.5.6}/src/xython.egg-info/SOURCES.txt +0 -1
  16. xython-4.5.4/src/xython/_easy_start.py +0 -43
  17. {xython-4.5.4 → xython-4.5.6}/MANIFEST.in +0 -0
  18. {xython-4.5.4 → xython-4.5.6}/README.md +0 -0
  19. {xython-4.5.4 → xython-4.5.6}/requirements.txt +0 -0
  20. {xython-4.5.4 → xython-4.5.6}/setup.cfg +0 -0
  21. {xython-4.5.4 → xython-4.5.6}/src/xython/__init__.py +0 -0
  22. {xython-4.5.4 → xython-4.5.6}/src/xython/xy_color.py +0 -0
  23. {xython-4.5.4 → xython-4.5.6}/src/xython/xy_common.py +0 -0
  24. {xython-4.5.4 → xython-4.5.6}/src/xython/xy_excel_event.py +0 -0
  25. {xython-4.5.4 → xython-4.5.6}/src/xython/xy_list.py +0 -0
  26. {xython-4.5.4 → xython-4.5.6}/src/xython/xy_map.py +0 -0
  27. {xython-4.5.4 → xython-4.5.6}/src/xython.egg-info/dependency_links.txt +0 -0
  28. {xython-4.5.4 → xython-4.5.6}/src/xython.egg-info/requires.txt +0 -0
  29. {xython-4.5.4 → xython-4.5.6}/src/xython.egg-info/top_level.txt +0 -0
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: xython
3
- Version: 4.5.4
3
+ Version: 4.5.6
4
4
  Summary: xython package
5
5
  Author-email: "SJ.Park" <sjpkorea@naver.com>
6
6
  License: MIT
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
4
4
 
5
5
  [project]
6
6
  name = "xython"
7
- version = "4.5.4"
7
+ version = "4.5.6"
8
8
  description = "xython package"
9
9
  readme = {file = "README.md", content-type = "text/markdown"}
10
10
  requires-python = ">=3.8"