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.
- {mysqldbctrlapi-1.2606.501/src/mySQLDBCtrlAPI.egg-info → mysqldbctrlapi-1.2606.901}/PKG-INFO +11 -5
- {mysqldbctrlapi-1.2606.501 → mysqldbctrlapi-1.2606.901}/README.md +10 -4
- {mysqldbctrlapi-1.2606.501 → mysqldbctrlapi-1.2606.901}/pyproject.toml +1 -1
- mysqldbctrlapi-1.2606.901/src/mySQLDBCtrlAPI/mySQLDBCrypto.cp310-win_amd64.pyd +0 -0
- mysqldbctrlapi-1.2606.901/src/mySQLDBCtrlAPI/mySQLDBCrypto.pyi +9 -0
- {mysqldbctrlapi-1.2606.501 → mysqldbctrlapi-1.2606.901}/src/mySQLDBCtrlAPI/mySQLDBCtrl.cp310-win_amd64.pyd +0 -0
- mysqldbctrlapi-1.2606.901/src/mySQLDBCtrlAPI/mySQLDBCtrlJSON.cp310-win_amd64.pyd +0 -0
- {mysqldbctrlapi-1.2606.501 → mysqldbctrlapi-1.2606.901}/src/mySQLDBCtrlAPI/mySQLNetSSH.cp310-win_amd64.pyd +0 -0
- {mysqldbctrlapi-1.2606.501 → mysqldbctrlapi-1.2606.901}/src/mySQLDBCtrlAPI/mySQLxJsonLIB.cp310-win_amd64.pyd +0 -0
- mysqldbctrlapi-1.2606.901/src/mySQLDBCtrlAPI/out/mySQLDBCtrlAPI/mySQLDBCrypto.pyi +9 -0
- {mysqldbctrlapi-1.2606.501 → mysqldbctrlapi-1.2606.901/src/mySQLDBCtrlAPI.egg-info}/PKG-INFO +11 -5
- {mysqldbctrlapi-1.2606.501 → mysqldbctrlapi-1.2606.901}/src/mySQLDBCtrlAPI.egg-info/SOURCES.txt +3 -0
- mysqldbctrlapi-1.2606.501/src/mySQLDBCtrlAPI/mySQLDBCtrlJSON.cp310-win_amd64.pyd +0 -0
- {mysqldbctrlapi-1.2606.501 → mysqldbctrlapi-1.2606.901}/LICENSE +0 -0
- {mysqldbctrlapi-1.2606.501 → mysqldbctrlapi-1.2606.901}/MANIFEST.in +0 -0
- {mysqldbctrlapi-1.2606.501 → mysqldbctrlapi-1.2606.901}/setup.cfg +0 -0
- {mysqldbctrlapi-1.2606.501 → mysqldbctrlapi-1.2606.901}/src/mySQLDBCtrlAPI/__init__.py +0 -0
- {mysqldbctrlapi-1.2606.501 → mysqldbctrlapi-1.2606.901}/src/mySQLDBCtrlAPI/mySQLDBCtrl.pyi +0 -0
- {mysqldbctrlapi-1.2606.501 → mysqldbctrlapi-1.2606.901}/src/mySQLDBCtrlAPI/mySQLDBCtrlJSON.pyi +0 -0
- {mysqldbctrlapi-1.2606.501 → mysqldbctrlapi-1.2606.901}/src/mySQLDBCtrlAPI/mySQLNetSSH.pyi +0 -0
- {mysqldbctrlapi-1.2606.501 → mysqldbctrlapi-1.2606.901}/src/mySQLDBCtrlAPI/mySQLxJsonLIB.pyi +0 -0
- {mysqldbctrlapi-1.2606.501 → mysqldbctrlapi-1.2606.901}/src/mySQLDBCtrlAPI/out/mySQLDBCtrlAPI/mySQLDBCtrl.pyi +0 -0
- {mysqldbctrlapi-1.2606.501 → mysqldbctrlapi-1.2606.901}/src/mySQLDBCtrlAPI/out/mySQLDBCtrlAPI/mySQLDBCtrlJSON.pyi +0 -0
- {mysqldbctrlapi-1.2606.501 → mysqldbctrlapi-1.2606.901}/src/mySQLDBCtrlAPI/out/mySQLDBCtrlAPI/mySQLNetSSH.pyi +0 -0
- {mysqldbctrlapi-1.2606.501 → mysqldbctrlapi-1.2606.901}/src/mySQLDBCtrlAPI/out/mySQLDBCtrlAPI/mySQLxJsonLIB.pyi +0 -0
- {mysqldbctrlapi-1.2606.501 → mysqldbctrlapi-1.2606.901}/src/mySQLDBCtrlAPI.egg-info/dependency_links.txt +0 -0
- {mysqldbctrlapi-1.2606.501 → mysqldbctrlapi-1.2606.901}/src/mySQLDBCtrlAPI.egg-info/requires.txt +0 -0
- {mysqldbctrlapi-1.2606.501 → mysqldbctrlapi-1.2606.901}/src/mySQLDBCtrlAPI.egg-info/top_level.txt +0 -0
{mysqldbctrlapi-1.2606.501/src/mySQLDBCtrlAPI.egg-info → mysqldbctrlapi-1.2606.901}/PKG-INFO
RENAMED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: mySQLDBCtrlAPI
|
|
3
|
-
Version: 1.2606.
|
|
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.
|
|
41
|
-
Add
|
|
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.
|
|
45
|
-
|
|
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.
|
|
5
|
-
Add
|
|
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.
|
|
9
|
-
|
|
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>
|
|
@@ -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: ...
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
@@ -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: ...
|
{mysqldbctrlapi-1.2606.501 → mysqldbctrlapi-1.2606.901/src/mySQLDBCtrlAPI.egg-info}/PKG-INFO
RENAMED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: mySQLDBCtrlAPI
|
|
3
|
-
Version: 1.2606.
|
|
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.
|
|
41
|
-
Add
|
|
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.
|
|
45
|
-
|
|
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>
|
{mysqldbctrlapi-1.2606.501 → mysqldbctrlapi-1.2606.901}/src/mySQLDBCtrlAPI.egg-info/SOURCES.txt
RENAMED
|
@@ -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
|
|
Binary file
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{mysqldbctrlapi-1.2606.501 → mysqldbctrlapi-1.2606.901}/src/mySQLDBCtrlAPI/mySQLDBCtrlJSON.pyi
RENAMED
|
File without changes
|
|
File without changes
|
{mysqldbctrlapi-1.2606.501 → mysqldbctrlapi-1.2606.901}/src/mySQLDBCtrlAPI/mySQLxJsonLIB.pyi
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{mysqldbctrlapi-1.2606.501 → mysqldbctrlapi-1.2606.901}/src/mySQLDBCtrlAPI.egg-info/requires.txt
RENAMED
|
File without changes
|
{mysqldbctrlapi-1.2606.501 → mysqldbctrlapi-1.2606.901}/src/mySQLDBCtrlAPI.egg-info/top_level.txt
RENAMED
|
File without changes
|