mySQLDBCtrlAPI 1.2606.501__tar.gz → 1.2606.901__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 (28) hide show
  1. {mysqldbctrlapi-1.2606.501/src/mySQLDBCtrlAPI.egg-info → mysqldbctrlapi-1.2606.901}/PKG-INFO +11 -5
  2. {mysqldbctrlapi-1.2606.501 → mysqldbctrlapi-1.2606.901}/README.md +10 -4
  3. {mysqldbctrlapi-1.2606.501 → mysqldbctrlapi-1.2606.901}/pyproject.toml +1 -1
  4. mysqldbctrlapi-1.2606.901/src/mySQLDBCtrlAPI/mySQLDBCrypto.cp310-win_amd64.pyd +0 -0
  5. mysqldbctrlapi-1.2606.901/src/mySQLDBCtrlAPI/mySQLDBCrypto.pyi +9 -0
  6. {mysqldbctrlapi-1.2606.501 → mysqldbctrlapi-1.2606.901}/src/mySQLDBCtrlAPI/mySQLDBCtrl.cp310-win_amd64.pyd +0 -0
  7. mysqldbctrlapi-1.2606.901/src/mySQLDBCtrlAPI/mySQLDBCtrlJSON.cp310-win_amd64.pyd +0 -0
  8. {mysqldbctrlapi-1.2606.501 → mysqldbctrlapi-1.2606.901}/src/mySQLDBCtrlAPI/mySQLNetSSH.cp310-win_amd64.pyd +0 -0
  9. {mysqldbctrlapi-1.2606.501 → mysqldbctrlapi-1.2606.901}/src/mySQLDBCtrlAPI/mySQLxJsonLIB.cp310-win_amd64.pyd +0 -0
  10. mysqldbctrlapi-1.2606.901/src/mySQLDBCtrlAPI/out/mySQLDBCtrlAPI/mySQLDBCrypto.pyi +9 -0
  11. {mysqldbctrlapi-1.2606.501 → mysqldbctrlapi-1.2606.901/src/mySQLDBCtrlAPI.egg-info}/PKG-INFO +11 -5
  12. {mysqldbctrlapi-1.2606.501 → mysqldbctrlapi-1.2606.901}/src/mySQLDBCtrlAPI.egg-info/SOURCES.txt +3 -0
  13. mysqldbctrlapi-1.2606.501/src/mySQLDBCtrlAPI/mySQLDBCtrlJSON.cp310-win_amd64.pyd +0 -0
  14. {mysqldbctrlapi-1.2606.501 → mysqldbctrlapi-1.2606.901}/LICENSE +0 -0
  15. {mysqldbctrlapi-1.2606.501 → mysqldbctrlapi-1.2606.901}/MANIFEST.in +0 -0
  16. {mysqldbctrlapi-1.2606.501 → mysqldbctrlapi-1.2606.901}/setup.cfg +0 -0
  17. {mysqldbctrlapi-1.2606.501 → mysqldbctrlapi-1.2606.901}/src/mySQLDBCtrlAPI/__init__.py +0 -0
  18. {mysqldbctrlapi-1.2606.501 → mysqldbctrlapi-1.2606.901}/src/mySQLDBCtrlAPI/mySQLDBCtrl.pyi +0 -0
  19. {mysqldbctrlapi-1.2606.501 → mysqldbctrlapi-1.2606.901}/src/mySQLDBCtrlAPI/mySQLDBCtrlJSON.pyi +0 -0
  20. {mysqldbctrlapi-1.2606.501 → mysqldbctrlapi-1.2606.901}/src/mySQLDBCtrlAPI/mySQLNetSSH.pyi +0 -0
  21. {mysqldbctrlapi-1.2606.501 → mysqldbctrlapi-1.2606.901}/src/mySQLDBCtrlAPI/mySQLxJsonLIB.pyi +0 -0
  22. {mysqldbctrlapi-1.2606.501 → mysqldbctrlapi-1.2606.901}/src/mySQLDBCtrlAPI/out/mySQLDBCtrlAPI/mySQLDBCtrl.pyi +0 -0
  23. {mysqldbctrlapi-1.2606.501 → mysqldbctrlapi-1.2606.901}/src/mySQLDBCtrlAPI/out/mySQLDBCtrlAPI/mySQLDBCtrlJSON.pyi +0 -0
  24. {mysqldbctrlapi-1.2606.501 → mysqldbctrlapi-1.2606.901}/src/mySQLDBCtrlAPI/out/mySQLDBCtrlAPI/mySQLNetSSH.pyi +0 -0
  25. {mysqldbctrlapi-1.2606.501 → mysqldbctrlapi-1.2606.901}/src/mySQLDBCtrlAPI/out/mySQLDBCtrlAPI/mySQLxJsonLIB.pyi +0 -0
  26. {mysqldbctrlapi-1.2606.501 → mysqldbctrlapi-1.2606.901}/src/mySQLDBCtrlAPI.egg-info/dependency_links.txt +0 -0
  27. {mysqldbctrlapi-1.2606.501 → mysqldbctrlapi-1.2606.901}/src/mySQLDBCtrlAPI.egg-info/requires.txt +0 -0
  28. {mysqldbctrlapi-1.2606.501 → mysqldbctrlapi-1.2606.901}/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.501
3
+ Version: 1.2606.901
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,13 +37,19 @@ Dynamic: license-file
37
37
  #mySQLDBCtrlAPI
38
38
 
39
39
  ## History of version
40
- Version 1.2606.05.01: 2026/06/05<BR>
41
- Add CUF_DB_Close() and CUF_DB_CloseConn() to release resource.
40
+ Version 1.2606.0901: 2026/06/09<BR>
41
+ Add new class: mySQLDBCrypto.py for secure data functionality.
42
42
 
43
43
 
44
- Version 1.2606.04.01: 2026/06/04<BR>
45
- Add new CLASS_mySQLDBCtrlJSON class for export JSON contents.
44
+ Version 1.2606.0502: 2026/06/05<BR>
45
+ Fixed bug: CLASS_mySQLDBCtrlJSON error convert to utf-8 string
46
+
46
47
 
48
+ Version 1.2606.0501: 2026/06/05<BR>
49
+ Add CUF_DB_Close() and CUF_DB_CloseConn() to release resource.
50
+
51
+ Version 1.2606.0401: 2026/06/04<BR>
52
+ Add new CLASS_mySQLDBCtrlJSON class for export JSON contents.
47
53
 
48
54
  Version 1.2512.1201: 2025/12/12<BR>
49
55
  Fixed encode 2 problem (UTF-8) CLASS_mySQLxJson.CUF_jsonContent_to_mysql()<BR>
@@ -1,13 +1,19 @@
1
1
  #mySQLDBCtrlAPI
2
2
 
3
3
  ## History of version
4
- Version 1.2606.05.01: 2026/06/05<BR>
5
- Add CUF_DB_Close() and CUF_DB_CloseConn() to release resource.
4
+ Version 1.2606.0901: 2026/06/09<BR>
5
+ Add new class: mySQLDBCrypto.py for secure data functionality.
6
6
 
7
7
 
8
- Version 1.2606.04.01: 2026/06/04<BR>
9
- Add new CLASS_mySQLDBCtrlJSON class for export JSON contents.
8
+ Version 1.2606.0502: 2026/06/05<BR>
9
+ Fixed bug: CLASS_mySQLDBCtrlJSON error convert to utf-8 string
10
+
10
11
 
12
+ Version 1.2606.0501: 2026/06/05<BR>
13
+ Add CUF_DB_Close() and CUF_DB_CloseConn() to release resource.
14
+
15
+ Version 1.2606.0401: 2026/06/04<BR>
16
+ Add new CLASS_mySQLDBCtrlJSON class for export JSON contents.
11
17
 
12
18
  Version 1.2512.1201: 2025/12/12<BR>
13
19
  Fixed encode 2 problem (UTF-8) CLASS_mySQLxJson.CUF_jsonContent_to_mysql()<BR>
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
4
4
 
5
5
  [project]
6
6
  name = "mySQLDBCtrlAPI"
7
- version = "1.2606.0501"
7
+ version = "1.2606.0901"
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,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: ...
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: mySQLDBCtrlAPI
3
- Version: 1.2606.501
3
+ Version: 1.2606.901
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,13 +37,19 @@ Dynamic: license-file
37
37
  #mySQLDBCtrlAPI
38
38
 
39
39
  ## History of version
40
- Version 1.2606.05.01: 2026/06/05<BR>
41
- Add CUF_DB_Close() and CUF_DB_CloseConn() to release resource.
40
+ Version 1.2606.0901: 2026/06/09<BR>
41
+ Add new class: mySQLDBCrypto.py for secure data functionality.
42
42
 
43
43
 
44
- Version 1.2606.04.01: 2026/06/04<BR>
45
- Add new CLASS_mySQLDBCtrlJSON class for export JSON contents.
44
+ Version 1.2606.0502: 2026/06/05<BR>
45
+ Fixed bug: CLASS_mySQLDBCtrlJSON error convert to utf-8 string
46
+
46
47
 
48
+ Version 1.2606.0501: 2026/06/05<BR>
49
+ Add CUF_DB_Close() and CUF_DB_CloseConn() to release resource.
50
+
51
+ Version 1.2606.0401: 2026/06/04<BR>
52
+ Add new CLASS_mySQLDBCtrlJSON class for export JSON contents.
47
53
 
48
54
  Version 1.2512.1201: 2025/12/12<BR>
49
55
  Fixed encode 2 problem (UTF-8) CLASS_mySQLxJson.CUF_jsonContent_to_mysql()<BR>
@@ -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