xython 4.5.5__tar.gz → 4.5.7__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.5/src/xython.egg-info → xython-4.5.7}/PKG-INFO +1 -1
  2. {xython-4.5.5 → xython-4.5.7}/pyproject.toml +1 -1
  3. {xython-4.5.5 → xython-4.5.7}/src/xython/xy_auto.py +781 -781
  4. {xython-4.5.5 → xython-4.5.7}/src/xython/xy_chrome.py +1554 -1553
  5. {xython-4.5.5 → xython-4.5.7}/src/xython/xy_color.py +3 -108
  6. {xython-4.5.5 → xython-4.5.7}/src/xython/xy_db.py +64 -60
  7. {xython-4.5.5 → xython-4.5.7}/src/xython/xy_edge.py +55 -52
  8. {xython-4.5.5 → xython-4.5.7}/src/xython/xy_excel.py +577 -1096
  9. {xython-4.5.5 → xython-4.5.7}/src/xython/xy_hwp.py +300 -309
  10. {xython-4.5.5 → xython-4.5.7}/src/xython/xy_outlook.py +59 -60
  11. {xython-4.5.5 → xython-4.5.7}/src/xython/xy_re.py +305 -443
  12. {xython-4.5.5 → xython-4.5.7}/src/xython/xy_time.py +582 -743
  13. {xython-4.5.5 → xython-4.5.7}/src/xython/xy_util.py +39 -409
  14. {xython-4.5.5 → xython-4.5.7}/src/xython/xy_word.py +731 -745
  15. {xython-4.5.5 → xython-4.5.7/src/xython.egg-info}/PKG-INFO +1 -1
  16. {xython-4.5.5 → xython-4.5.7}/src/xython.egg-info/SOURCES.txt +0 -1
  17. xython-4.5.5/src/xython/_easy_start.py +0 -43
  18. {xython-4.5.5 → xython-4.5.7}/MANIFEST.in +0 -0
  19. {xython-4.5.5 → xython-4.5.7}/README.md +0 -0
  20. {xython-4.5.5 → xython-4.5.7}/requirements.txt +0 -0
  21. {xython-4.5.5 → xython-4.5.7}/setup.cfg +0 -0
  22. {xython-4.5.5 → xython-4.5.7}/src/xython/__init__.py +0 -0
  23. {xython-4.5.5 → xython-4.5.7}/src/xython/xy_common.py +0 -0
  24. {xython-4.5.5 → xython-4.5.7}/src/xython/xy_excel_event.py +0 -0
  25. {xython-4.5.5 → xython-4.5.7}/src/xython/xy_list.py +0 -0
  26. {xython-4.5.5 → xython-4.5.7}/src/xython/xy_map.py +0 -0
  27. {xython-4.5.5 → xython-4.5.7}/src/xython.egg-info/dependency_links.txt +0 -0
  28. {xython-4.5.5 → xython-4.5.7}/src/xython.egg-info/requires.txt +0 -0
  29. {xython-4.5.5 → xython-4.5.7}/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.5
3
+ Version: 4.5.7
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.5"
7
+ version = "4.5.7"
8
8
  description = "xython package"
9
9
  readme = {file = "README.md", content-type = "text/markdown"}
10
10
  requires-python = ">=3.8"