xython 2.2.2__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 (39) hide show
  1. {xython-2.2.2 → xython-3.0.1}/MANIFEST.in +5 -2
  2. {xython-2.2.2/src/xython.egg-info → xython-3.0.1}/PKG-INFO +6 -7
  3. {xython-2.2.2 → xython-3.0.1}/setup.py +6 -7
  4. {xython-2.2.2 → 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.2 → xython-3.0.1}/src/xython/han.py +933 -491
  9. {xython-2.2.2 → 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.2 → xython-3.0.1}/src/xython/pynal.py +1903 -769
  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.2 → xython-3.0.1/src/xython.egg-info}/PKG-INFO +6 -7
  20. {xython-2.2.2 → xython-3.0.1}/src/xython.egg-info/SOURCES.txt +1 -3
  21. xython-2.2.2/src/xython/anydb.py +0 -1366
  22. xython-2.2.2/src/xython/basic_data.py +0 -3907
  23. xython-2.2.2/src/xython/basic_sample.py +0 -6621
  24. xython-2.2.2/src/xython/ganada.py +0 -3258
  25. xython-2.2.2/src/xython/mailmail.py +0 -969
  26. xython-2.2.2/src/xython/mygrid.py +0 -2152
  27. xython-2.2.2/src/xython/mygrid_sample_data_01.py +0 -90
  28. xython-2.2.2/src/xython/pcell.py +0 -8751
  29. xython-2.2.2/src/xython/pcell_event.py +0 -349
  30. xython-2.2.2/src/xython/pyclick.py +0 -780
  31. xython-2.2.2/src/xython/rgraph.py +0 -457
  32. xython-2.2.2/src/xython/scolor.py +0 -2143
  33. xython-2.2.2/src/xython/youtil.py +0 -4972
  34. {xython-2.2.2 → xython-3.0.1}/README.md +0 -0
  35. {xython-2.2.2 → xython-3.0.1}/requirements.txt +0 -0
  36. {xython-2.2.2 → xython-3.0.1}/setup.cfg +0 -0
  37. {xython-2.2.2 → xython-3.0.1}/src/xython.egg-info/dependency_links.txt +0 -0
  38. {xython-2.2.2 → xython-3.0.1}/src/xython.egg-info/not-zip-safe +0 -0
  39. {xython-2.2.2 → 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,15 +1,14 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: xython
3
- Version: 2.2.2
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.2.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
- Project-URL: Link 2, https://www.halmoney.com
13
12
  Description: ## About xython module / 개요
14
13
  Functional Programming for Excel, Hwp, Word, Outlook, Color, Etc by Python
15
14
 
@@ -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.2',
13
- url='https://github.com/sjpark/xython',
14
- download_url='https://github.com/sjpark/xython/archive/v2.2.2.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,
@@ -30,7 +30,6 @@ setup(
30
30
  project_urls = {
31
31
  'Documentation': 'https://sjpkorea.github.io/xython.github.io/',
32
32
  'Link 1': 'https://www.xython.co.kr',
33
- 'Link 2': 'https://www.halmoney.com'
34
33
  }
35
34
  )
36
35
 
@@ -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.2'
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