mySQLDBCtrlAPI 1.2606.502__tar.gz → 1.2606.1101__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 (30) hide show
  1. {mysqldbctrlapi-1.2606.502/src/mySQLDBCtrlAPI.egg-info → mysqldbctrlapi-1.2606.1101}/PKG-INFO +8 -1
  2. {mysqldbctrlapi-1.2606.502 → mysqldbctrlapi-1.2606.1101}/README.md +7 -0
  3. {mysqldbctrlapi-1.2606.502 → mysqldbctrlapi-1.2606.1101}/pyproject.toml +1 -1
  4. mysqldbctrlapi-1.2606.1101/src/mySQLDBCtrlAPI/mySQLDBCrypto.cp310-win_amd64.pyd +0 -0
  5. mysqldbctrlapi-1.2606.1101/src/mySQLDBCtrlAPI/mySQLDBCrypto.pyi +9 -0
  6. {mysqldbctrlapi-1.2606.502 → mysqldbctrlapi-1.2606.1101}/src/mySQLDBCtrlAPI/mySQLDBCtrl.cp310-win_amd64.pyd +0 -0
  7. mysqldbctrlapi-1.2606.1101/src/mySQLDBCtrlAPI/mySQLDBCtrlJSON.cp310-win_amd64.pyd +0 -0
  8. mysqldbctrlapi-1.2606.1101/src/mySQLDBCtrlAPI/mySQLDBCtrlJSON.pyi +18 -0
  9. {mysqldbctrlapi-1.2606.502 → mysqldbctrlapi-1.2606.1101}/src/mySQLDBCtrlAPI/mySQLNetSSH.cp310-win_amd64.pyd +0 -0
  10. {mysqldbctrlapi-1.2606.502 → mysqldbctrlapi-1.2606.1101}/src/mySQLDBCtrlAPI/mySQLxJsonLIB.cp310-win_amd64.pyd +0 -0
  11. mysqldbctrlapi-1.2606.1101/src/mySQLDBCtrlAPI/out/mySQLDBCtrlAPI/mySQLDBCrypto.pyi +9 -0
  12. mysqldbctrlapi-1.2606.1101/src/mySQLDBCtrlAPI/out/mySQLDBCtrlAPI/mySQLDBCtrlJSON.pyi +18 -0
  13. {mysqldbctrlapi-1.2606.502 → mysqldbctrlapi-1.2606.1101/src/mySQLDBCtrlAPI.egg-info}/PKG-INFO +8 -1
  14. {mysqldbctrlapi-1.2606.502 → mysqldbctrlapi-1.2606.1101}/src/mySQLDBCtrlAPI.egg-info/SOURCES.txt +3 -0
  15. mysqldbctrlapi-1.2606.502/src/mySQLDBCtrlAPI/mySQLDBCtrlJSON.cp310-win_amd64.pyd +0 -0
  16. mysqldbctrlapi-1.2606.502/src/mySQLDBCtrlAPI/mySQLDBCtrlJSON.pyi +0 -10
  17. mysqldbctrlapi-1.2606.502/src/mySQLDBCtrlAPI/out/mySQLDBCtrlAPI/mySQLDBCtrlJSON.pyi +0 -10
  18. {mysqldbctrlapi-1.2606.502 → mysqldbctrlapi-1.2606.1101}/LICENSE +0 -0
  19. {mysqldbctrlapi-1.2606.502 → mysqldbctrlapi-1.2606.1101}/MANIFEST.in +0 -0
  20. {mysqldbctrlapi-1.2606.502 → mysqldbctrlapi-1.2606.1101}/setup.cfg +0 -0
  21. {mysqldbctrlapi-1.2606.502 → mysqldbctrlapi-1.2606.1101}/src/mySQLDBCtrlAPI/__init__.py +0 -0
  22. {mysqldbctrlapi-1.2606.502 → mysqldbctrlapi-1.2606.1101}/src/mySQLDBCtrlAPI/mySQLDBCtrl.pyi +0 -0
  23. {mysqldbctrlapi-1.2606.502 → mysqldbctrlapi-1.2606.1101}/src/mySQLDBCtrlAPI/mySQLNetSSH.pyi +0 -0
  24. {mysqldbctrlapi-1.2606.502 → mysqldbctrlapi-1.2606.1101}/src/mySQLDBCtrlAPI/mySQLxJsonLIB.pyi +0 -0
  25. {mysqldbctrlapi-1.2606.502 → mysqldbctrlapi-1.2606.1101}/src/mySQLDBCtrlAPI/out/mySQLDBCtrlAPI/mySQLDBCtrl.pyi +0 -0
  26. {mysqldbctrlapi-1.2606.502 → mysqldbctrlapi-1.2606.1101}/src/mySQLDBCtrlAPI/out/mySQLDBCtrlAPI/mySQLNetSSH.pyi +0 -0
  27. {mysqldbctrlapi-1.2606.502 → mysqldbctrlapi-1.2606.1101}/src/mySQLDBCtrlAPI/out/mySQLDBCtrlAPI/mySQLxJsonLIB.pyi +0 -0
  28. {mysqldbctrlapi-1.2606.502 → mysqldbctrlapi-1.2606.1101}/src/mySQLDBCtrlAPI.egg-info/dependency_links.txt +0 -0
  29. {mysqldbctrlapi-1.2606.502 → mysqldbctrlapi-1.2606.1101}/src/mySQLDBCtrlAPI.egg-info/requires.txt +0 -0
  30. {mysqldbctrlapi-1.2606.502 → mysqldbctrlapi-1.2606.1101}/src/mySQLDBCtrlAPI.egg-info/top_level.txt +0 -0
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: mySQLDBCtrlAPI
3
- Version: 1.2606.502
3
+ Version: 1.2606.1101
4
4
  Summary: mySQLDBCtrlAPI Python package (py-src)
5
5
  Author-email: James Lin <tylin123@ms27.hinet.net>
6
6
  License: Copyright (c) 2025 James Lin
@@ -37,6 +37,13 @@ Dynamic: license-file
37
37
  #mySQLDBCtrlAPI
38
38
 
39
39
  ## History of version
40
+ Version 1.2606.1101: 2026/06/09<BR>
41
+ Add new function mySQLDBCtrlJSON: CUF_HierarchyToJSON(...) for multi level json.
42
+
43
+
44
+ Version 1.2606.0901: 2026/06/09<BR>
45
+ Add new class: mySQLDBCrypto.py for secure data functionality.
46
+
40
47
  Version 1.2606.0502: 2026/06/05<BR>
41
48
  Fixed bug: CLASS_mySQLDBCtrlJSON error convert to utf-8 string
42
49
 
@@ -1,6 +1,13 @@
1
1
  #mySQLDBCtrlAPI
2
2
 
3
3
  ## History of version
4
+ Version 1.2606.1101: 2026/06/09<BR>
5
+ Add new function mySQLDBCtrlJSON: CUF_HierarchyToJSON(...) for multi level json.
6
+
7
+
8
+ Version 1.2606.0901: 2026/06/09<BR>
9
+ Add new class: mySQLDBCrypto.py for secure data functionality.
10
+
4
11
  Version 1.2606.0502: 2026/06/05<BR>
5
12
  Fixed bug: CLASS_mySQLDBCtrlJSON error convert to utf-8 string
6
13
 
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
4
4
 
5
5
  [project]
6
6
  name = "mySQLDBCtrlAPI"
7
- version = "1.2606.0502"
7
+ version = "1.2606.1101"
8
8
  requires-python = ">=3.10"
9
9
  description = "mySQLDBCtrlAPI Python package (py-src)"
10
10
  authors = [
@@ -0,0 +1,9 @@
1
+ from _typeshed import Incomplete
2
+ from mySQLDBCtrlAPI.mySQLDBCtrl import CLASS_mySQLDBCtrl as CLASS_mySQLDBCtrl
3
+
4
+ class CLASS_mySQLDBCrypto:
5
+ CVobj_mySQLDBCtrl: Incomplete
6
+ CVobj_ZConn: Incomplete
7
+ def __init__(self, Pobj_mySQLDBCtrl: CLASS_mySQLDBCtrl) -> None: ...
8
+ def CUF_AESb64_Encrypt(self, Pms_Content: str, Pms_AES_CODE: str) -> str: ...
9
+ def CUF_AESb64_Decrypt(self, Pms_Content: str, Pms_AES_CODE: str) -> str: ...
@@ -0,0 +1,18 @@
1
+ import json
2
+ from .mySQLDBCtrl_x import CLASS_mySQLDBCtrl as CLASS_mySQLDBCtrl
3
+ from enum import IntEnum
4
+ from typing import Any
5
+
6
+ class ENUM_HierarchyMode(IntEnum):
7
+ cE_HIER_SingleLevel = 1
8
+ cE_HIER_TwoLevel = 2
9
+ cE_HIER_ThreeLevel = 3
10
+ cE_HIER_InfiniteTree = 9
11
+
12
+ class MySQLJSONEncoder(json.JSONEncoder):
13
+ def default(self, obj: Any) -> Any: ...
14
+
15
+ class CLASS_mySQLDBCtrlJSON(CLASS_mySQLDBCtrl):
16
+ def __init__(self) -> None: ...
17
+ def CUF_DataSetToJSON(self, Pms_SQL: str) -> str: ...
18
+ def CUF_HierarchyToJSON(self, PmE_Mode: ENUM_HierarchyMode, Pmsa_SQLs: list[str], Pms_KeyField: str, Pms_ParentKeyField: str, Pmsa_ChildrenNames: list[str] = ['DETAILS', 'SUB_DETAILS'], Pobj_RootParentValue: Any = None) -> str: ...
@@ -0,0 +1,9 @@
1
+ from _typeshed import Incomplete
2
+ from mySQLDBCtrlAPI.mySQLDBCtrl import CLASS_mySQLDBCtrl as CLASS_mySQLDBCtrl
3
+
4
+ class CLASS_mySQLDBCrypto:
5
+ CVobj_mySQLDBCtrl: Incomplete
6
+ CVobj_ZConn: Incomplete
7
+ def __init__(self, Pobj_mySQLDBCtrl: CLASS_mySQLDBCtrl) -> None: ...
8
+ def CUF_AESb64_Encrypt(self, Pms_Content: str, Pms_AES_CODE: str) -> str: ...
9
+ def CUF_AESb64_Decrypt(self, Pms_Content: str, Pms_AES_CODE: str) -> str: ...
@@ -0,0 +1,18 @@
1
+ import json
2
+ from .mySQLDBCtrl_x import CLASS_mySQLDBCtrl as CLASS_mySQLDBCtrl
3
+ from enum import IntEnum
4
+ from typing import Any
5
+
6
+ class ENUM_HierarchyMode(IntEnum):
7
+ cE_HIER_SingleLevel = 1
8
+ cE_HIER_TwoLevel = 2
9
+ cE_HIER_ThreeLevel = 3
10
+ cE_HIER_InfiniteTree = 9
11
+
12
+ class MySQLJSONEncoder(json.JSONEncoder):
13
+ def default(self, obj: Any) -> Any: ...
14
+
15
+ class CLASS_mySQLDBCtrlJSON(CLASS_mySQLDBCtrl):
16
+ def __init__(self) -> None: ...
17
+ def CUF_DataSetToJSON(self, Pms_SQL: str) -> str: ...
18
+ def CUF_HierarchyToJSON(self, PmE_Mode: ENUM_HierarchyMode, Pmsa_SQLs: list[str], Pms_KeyField: str, Pms_ParentKeyField: str, Pmsa_ChildrenNames: list[str] = ['DETAILS', 'SUB_DETAILS'], Pobj_RootParentValue: Any = None) -> str: ...
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: mySQLDBCtrlAPI
3
- Version: 1.2606.502
3
+ Version: 1.2606.1101
4
4
  Summary: mySQLDBCtrlAPI Python package (py-src)
5
5
  Author-email: James Lin <tylin123@ms27.hinet.net>
6
6
  License: Copyright (c) 2025 James Lin
@@ -37,6 +37,13 @@ Dynamic: license-file
37
37
  #mySQLDBCtrlAPI
38
38
 
39
39
  ## History of version
40
+ Version 1.2606.1101: 2026/06/09<BR>
41
+ Add new function mySQLDBCtrlJSON: CUF_HierarchyToJSON(...) for multi level json.
42
+
43
+
44
+ Version 1.2606.0901: 2026/06/09<BR>
45
+ Add new class: mySQLDBCrypto.py for secure data functionality.
46
+
40
47
  Version 1.2606.0502: 2026/06/05<BR>
41
48
  Fixed bug: CLASS_mySQLDBCtrlJSON error convert to utf-8 string
42
49
 
@@ -4,6 +4,8 @@ README.md
4
4
  pyproject.toml
5
5
  setup.cfg
6
6
  src/mySQLDBCtrlAPI/__init__.py
7
+ src/mySQLDBCtrlAPI/mySQLDBCrypto.cp310-win_amd64.pyd
8
+ src/mySQLDBCtrlAPI/mySQLDBCrypto.pyi
7
9
  src/mySQLDBCtrlAPI/mySQLDBCtrl.cp310-win_amd64.pyd
8
10
  src/mySQLDBCtrlAPI/mySQLDBCtrl.pyi
9
11
  src/mySQLDBCtrlAPI/mySQLDBCtrlJSON.cp310-win_amd64.pyd
@@ -17,6 +19,7 @@ src/mySQLDBCtrlAPI.egg-info/SOURCES.txt
17
19
  src/mySQLDBCtrlAPI.egg-info/dependency_links.txt
18
20
  src/mySQLDBCtrlAPI.egg-info/requires.txt
19
21
  src/mySQLDBCtrlAPI.egg-info/top_level.txt
22
+ src/mySQLDBCtrlAPI/out/mySQLDBCtrlAPI/mySQLDBCrypto.pyi
20
23
  src/mySQLDBCtrlAPI/out/mySQLDBCtrlAPI/mySQLDBCtrl.pyi
21
24
  src/mySQLDBCtrlAPI/out/mySQLDBCtrlAPI/mySQLDBCtrlJSON.pyi
22
25
  src/mySQLDBCtrlAPI/out/mySQLDBCtrlAPI/mySQLNetSSH.pyi
@@ -1,10 +0,0 @@
1
- import json
2
- from .mySQLDBCtrl import CLASS_mySQLDBCtrl as CLASS_mySQLDBCtrl
3
- from typing import Any
4
-
5
- class MySQLJSONEncoder(json.JSONEncoder):
6
- def default(self, obj: Any) -> Any: ...
7
-
8
- class CLASS_mySQLDBCtrlJSON(CLASS_mySQLDBCtrl):
9
- def __init__(self) -> None: ...
10
- def CUF_CONVto_Json(self, Pobj_Query: Any, Pobj_DataSet: Any) -> str: ...
@@ -1,10 +0,0 @@
1
- import json
2
- from .mySQLDBCtrl import CLASS_mySQLDBCtrl as CLASS_mySQLDBCtrl
3
- from typing import Any
4
-
5
- class MySQLJSONEncoder(json.JSONEncoder):
6
- def default(self, obj: Any) -> Any: ...
7
-
8
- class CLASS_mySQLDBCtrlJSON(CLASS_mySQLDBCtrl):
9
- def __init__(self) -> None: ...
10
- def CUF_CONVto_Json(self, Pobj_Query: Any, Pobj_DataSet: Any) -> str: ...