xython 2.2.3__tar.gz → 3.0.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 (36) hide show
  1. {xython-2.2.3 → xython-3.0.1}/MANIFEST.in +5 -2
  2. {xython-2.2.3/src/xython.egg-info → xython-3.0.1}/PKG-INFO +6 -6
  3. {xython-2.2.3 → xython-3.0.1}/setup.py +6 -6
  4. {xython-2.2.3 → xython-3.0.1}/src/xython/__init__.py +2 -2
  5. xython-3.0.1/src/xython/anydb.py +1576 -0
  6. xython-3.0.1/src/xython/basic_data.py +4282 -0
  7. xython-3.0.1/src/xython/ganada.py +3675 -0
  8. {xython-2.2.3 → xython-3.0.1}/src/xython/han.py +926 -671
  9. {xython-2.2.3 → xython-3.0.1}/src/xython/jfinder.py +705 -514
  10. xython-3.0.1/src/xython/mailmail.py +1409 -0
  11. xython-3.0.1/src/xython/mygrid.py +3791 -0
  12. xython-3.0.1/src/xython/pcell.py +13042 -0
  13. xython-3.0.1/src/xython/pcell_event.py +186 -0
  14. xython-3.0.1/src/xython/pyclick.py +1234 -0
  15. {xython-2.2.3 → xython-3.0.1}/src/xython/pynal.py +1867 -796
  16. xython-3.0.1/src/xython/scolor.py +1747 -0
  17. xython-3.0.1/src/xython/xy_list.py +1046 -0
  18. xython-3.0.1/src/xython/youtil.py +10131 -0
  19. {xython-2.2.3 → xython-3.0.1/src/xython.egg-info}/PKG-INFO +6 -6
  20. {xython-2.2.3 → xython-3.0.1}/src/xython.egg-info/SOURCES.txt +4 -3
  21. xython-2.2.3/src/xython/anydb.py +0 -1366
  22. xython-2.2.3/src/xython/ganada.py +0 -3375
  23. xython-2.2.3/src/xython/html.py +0 -250
  24. xython-2.2.3/src/xython/mailmail.py +0 -1007
  25. xython-2.2.3/src/xython/pcell.py +0 -12305
  26. xython-2.2.3/src/xython/pyclick.py +0 -864
  27. xython-2.2.3/src/xython/rgraph.py +0 -457
  28. xython-2.2.3/src/xython/scolor.py +0 -2181
  29. xython-2.2.3/src/xython/xython_basic_data.py +0 -6792
  30. xython-2.2.3/src/xython/youtil.py +0 -5361
  31. {xython-2.2.3 → xython-3.0.1}/README.md +0 -0
  32. {xython-2.2.3 → xython-3.0.1}/requirements.txt +0 -0
  33. {xython-2.2.3 → xython-3.0.1}/setup.cfg +0 -0
  34. {xython-2.2.3 → xython-3.0.1}/src/xython.egg-info/dependency_links.txt +0 -0
  35. {xython-2.2.3 → xython-3.0.1}/src/xython.egg-info/not-zip-safe +0 -0
  36. {xython-2.2.3 → xython-3.0.1}/src/xython.egg-info/top_level.txt +0 -0
@@ -4,12 +4,15 @@ include requirements.txt
4
4
 
5
5
  include src/xython/anydb.py
6
6
  include src/xython/basic_data.py
7
- include src/xython/jfinder.py
8
7
  include src/xython/ganada.py
8
+ include src/xython/han.py
9
+ include src/xython/jfinder.py
9
10
  include src/xython/mailmail.py
11
+ include src/xython/mygrid.py
10
12
  include src/xython/pcell.py
11
13
  include src/xython/pcell_event.py
12
14
  include src/xython/pyclick.py
13
15
  include src/xython/pynal.py
14
16
  include src/xython/scolor.py
15
- include src/xython/youtil.py
17
+ include src/xython/xy_list.py
18
+ include src/xython/youtil.py
@@ -1,12 +1,12 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: xython
3
- Version: 2.2.3
4
- Summary: Functional Programming for Excel, Word, Outlook, Color, Etc with Python
5
- Home-page: https://github.com/sjpark/xython
6
- Author: sjpark
7
- Author-email: sjpkorea@yahoo.com
3
+ Version: 3.0.1
4
+ Summary: EXCEL, WORD, OUTLOOK, REGEX, COLORING, HWP BY PYTHON
5
+ Home-page: https://github.com/sjpkorea/xython
6
+ Author: sjpkorea
7
+ Author-email: sjpkorea@naver.com
8
8
  License: UNKNOWN
9
- Download-URL: https://github.com/sjpark/xython/archive/v2.2.3.tar.gz
9
+ Download-URL: https://github.com/sjpark/xython/archive/v3.0.1.tar.gz
10
10
  Project-URL: Documentation, https://sjpkorea.github.io/xython.github.io/
11
11
  Project-URL: Link 1, https://www.xython.co.kr
12
12
  Description: ## About xython module / 개요
@@ -9,12 +9,12 @@ with open("README.md", "rt", encoding='UTF8') as fh:
9
9
  long_description = fh.read()
10
10
  setup(
11
11
  name='xython',
12
- version='2.2.3',
13
- url='https://github.com/sjpark/xython',
14
- download_url='https://github.com/sjpark/xython/archive/v2.2.3.tar.gz',
15
- author='sjpark',
16
- author_email='sjpkorea@yahoo.com',
17
- description='Functional Programming for Excel, Word, Outlook, Color, Etc with Python',
12
+ version='3.0.1',
13
+ url='https://github.com/sjpkorea/xython',
14
+ download_url='https://github.com/sjpark/xython/archive/v3.0.1.tar.gz',
15
+ author='sjpkorea',
16
+ author_email='sjpkorea@naver.com',
17
+ description="EXCEL, WORD, OUTLOOK, REGEX, COLORING, HWP BY PYTHON",
18
18
  packages=find_packages("src"),
19
19
  package_dir={"": "src"},
20
20
  include_package_data=True,
@@ -1,12 +1,12 @@
1
1
  # __init__.py
2
- # Copyright (C) 2023 (sjpkorea@yahoo.com) and contributors
2
+ # Copyright (C) 2023 (sjpkorea@naver.com) and contributors
3
3
  #
4
4
 
5
5
  import inspect
6
6
  import os
7
7
  import sys
8
8
 
9
- __version__ = '2.2.3'
9
+ __version__ = '3.0.1'
10
10
  real_path = os.path.dirname(os.path.abspath(__file__)).replace("\\","/")
11
11
  sys.path.append(real_path)
12
12