xython 4.3.8__tar.gz → 4.3.10__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 (31) hide show
  1. {xython-4.3.8/src/xython.egg-info → xython-4.3.10}/PKG-INFO +1 -1
  2. {xython-4.3.8 → xython-4.3.10}/pyproject.toml +1 -1
  3. xython-4.3.10/src/xython/xy_auto.py +2181 -0
  4. {xython-4.3.8 → xython-4.3.10}/src/xython/xy_chrome.py +21 -14
  5. {xython-4.3.8 → xython-4.3.10}/src/xython/xy_color.py +182 -23
  6. {xython-4.3.8 → xython-4.3.10}/src/xython/xy_db.py +1 -0
  7. xython-4.3.10/src/xython/xy_edge.py +2992 -0
  8. {xython-4.3.8 → xython-4.3.10}/src/xython/xy_excel.py +404 -129
  9. {xython-4.3.8 → xython-4.3.10}/src/xython/xy_excel_event.py +1 -0
  10. {xython-4.3.8 → xython-4.3.10}/src/xython/xy_map.py +4 -6
  11. {xython-4.3.8 → xython-4.3.10}/src/xython/xy_outlook.py +569 -87
  12. xython-4.3.10/src/xython/xy_re.py +1041 -0
  13. {xython-4.3.8 → xython-4.3.10}/src/xython/xy_time.py +220 -79
  14. {xython-4.3.8 → xython-4.3.10}/src/xython/xy_util.py +344 -149
  15. {xython-4.3.8 → xython-4.3.10}/src/xython/xy_word.py +1 -123
  16. {xython-4.3.8 → xython-4.3.10/src/xython.egg-info}/PKG-INFO +1 -1
  17. xython-4.3.8/src/xython/xy_auto.py +0 -2276
  18. xython-4.3.8/src/xython/xy_edge.py +0 -1324
  19. xython-4.3.8/src/xython/xy_re.py +0 -1097
  20. {xython-4.3.8 → xython-4.3.10}/MANIFEST.in +0 -0
  21. {xython-4.3.8 → xython-4.3.10}/README.md +0 -0
  22. {xython-4.3.8 → xython-4.3.10}/requirements.txt +0 -0
  23. {xython-4.3.8 → xython-4.3.10}/setup.cfg +0 -0
  24. {xython-4.3.8 → xython-4.3.10}/src/xython/__init__.py +0 -0
  25. {xython-4.3.8 → xython-4.3.10}/src/xython/xy_common.py +0 -0
  26. {xython-4.3.8 → xython-4.3.10}/src/xython/xy_hwp.py +0 -0
  27. {xython-4.3.8 → xython-4.3.10}/src/xython/xy_list.py +0 -0
  28. {xython-4.3.8 → xython-4.3.10}/src/xython.egg-info/SOURCES.txt +0 -0
  29. {xython-4.3.8 → xython-4.3.10}/src/xython.egg-info/dependency_links.txt +0 -0
  30. {xython-4.3.8 → xython-4.3.10}/src/xython.egg-info/requires.txt +0 -0
  31. {xython-4.3.8 → xython-4.3.10}/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.3.8
3
+ Version: 4.3.10
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.3.8"
7
+ version = "4.3.10"
8
8
  description = "xython package"
9
9
  readme = {file = "README.md", content-type = "text/markdown"}
10
10
  requires-python = ">=3.8"