mySQLDBCtrlAPI 1.2512.1201__tar.gz → 1.2606.401__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.2512.1201/src/mySQLDBCtrlAPI.egg-info → mysqldbctrlapi-1.2606.401}/PKG-INFO +6 -2
- {mysqldbctrlapi-1.2512.1201 → mysqldbctrlapi-1.2606.401}/README.md +4 -0
- {mysqldbctrlapi-1.2512.1201 → mysqldbctrlapi-1.2606.401}/pyproject.toml +3 -3
- mysqldbctrlapi-1.2606.401/src/mySQLDBCtrlAPI/__init__.py +10 -0
- mysqldbctrlapi-1.2606.401/src/mySQLDBCtrlAPI/mySQLDBCtrl.cp310-win_amd64.pyd +0 -0
- {mysqldbctrlapi-1.2512.1201 → mysqldbctrlapi-1.2606.401}/src/mySQLDBCtrlAPI/mySQLDBCtrl.pyi +2 -1
- mysqldbctrlapi-1.2606.401/src/mySQLDBCtrlAPI/mySQLDBCtrlJSON.cp310-win_amd64.pyd +0 -0
- mysqldbctrlapi-1.2606.401/src/mySQLDBCtrlAPI/mySQLDBCtrlJSON.pyi +10 -0
- mysqldbctrlapi-1.2606.401/src/mySQLDBCtrlAPI/mySQLNetSSH.cp310-win_amd64.pyd +0 -0
- mysqldbctrlapi-1.2606.401/src/mySQLDBCtrlAPI/mySQLxJsonLIB.cp310-win_amd64.pyd +0 -0
- {mysqldbctrlapi-1.2512.1201 → mysqldbctrlapi-1.2606.401}/src/mySQLDBCtrlAPI/out/mySQLDBCtrlAPI/mySQLDBCtrl.pyi +2 -1
- mysqldbctrlapi-1.2606.401/src/mySQLDBCtrlAPI/out/mySQLDBCtrlAPI/mySQLDBCtrlJSON.pyi +10 -0
- {mysqldbctrlapi-1.2512.1201 → mysqldbctrlapi-1.2606.401/src/mySQLDBCtrlAPI.egg-info}/PKG-INFO +6 -2
- {mysqldbctrlapi-1.2512.1201 → mysqldbctrlapi-1.2606.401}/src/mySQLDBCtrlAPI.egg-info/SOURCES.txt +3 -0
- mysqldbctrlapi-1.2512.1201/src/mySQLDBCtrlAPI/__init__.py +0 -8
- mysqldbctrlapi-1.2512.1201/src/mySQLDBCtrlAPI/mySQLDBCtrl.cp310-win_amd64.pyd +0 -0
- mysqldbctrlapi-1.2512.1201/src/mySQLDBCtrlAPI/mySQLNetSSH.cp310-win_amd64.pyd +0 -0
- mysqldbctrlapi-1.2512.1201/src/mySQLDBCtrlAPI/mySQLxJsonLIB.cp310-win_amd64.pyd +0 -0
- {mysqldbctrlapi-1.2512.1201 → mysqldbctrlapi-1.2606.401}/LICENSE +0 -0
- {mysqldbctrlapi-1.2512.1201 → mysqldbctrlapi-1.2606.401}/MANIFEST.in +0 -0
- {mysqldbctrlapi-1.2512.1201 → mysqldbctrlapi-1.2606.401}/setup.cfg +0 -0
- {mysqldbctrlapi-1.2512.1201 → mysqldbctrlapi-1.2606.401}/src/mySQLDBCtrlAPI/mySQLNetSSH.pyi +0 -0
- {mysqldbctrlapi-1.2512.1201 → mysqldbctrlapi-1.2606.401}/src/mySQLDBCtrlAPI/mySQLxJsonLIB.pyi +0 -0
- {mysqldbctrlapi-1.2512.1201 → mysqldbctrlapi-1.2606.401}/src/mySQLDBCtrlAPI/out/mySQLDBCtrlAPI/mySQLNetSSH.pyi +0 -0
- {mysqldbctrlapi-1.2512.1201 → mysqldbctrlapi-1.2606.401}/src/mySQLDBCtrlAPI/out/mySQLDBCtrlAPI/mySQLxJsonLIB.pyi +0 -0
- {mysqldbctrlapi-1.2512.1201 → mysqldbctrlapi-1.2606.401}/src/mySQLDBCtrlAPI.egg-info/dependency_links.txt +0 -0
- {mysqldbctrlapi-1.2512.1201 → mysqldbctrlapi-1.2606.401}/src/mySQLDBCtrlAPI.egg-info/requires.txt +0 -0
- {mysqldbctrlapi-1.2512.1201 → mysqldbctrlapi-1.2606.401}/src/mySQLDBCtrlAPI.egg-info/top_level.txt +0 -0
{mysqldbctrlapi-1.2512.1201/src/mySQLDBCtrlAPI.egg-info → mysqldbctrlapi-1.2606.401}/PKG-INFO
RENAMED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: mySQLDBCtrlAPI
|
|
3
|
-
Version: 1.
|
|
4
|
-
Summary: mySQLDBCtrlAPI Python package
|
|
3
|
+
Version: 1.2606.401
|
|
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
|
|
7
7
|
|
|
@@ -37,6 +37,10 @@ Dynamic: license-file
|
|
|
37
37
|
#mySQLDBCtrlAPI
|
|
38
38
|
|
|
39
39
|
## History of version
|
|
40
|
+
Version 1.2606.04.01: 2026/06/04<BR>
|
|
41
|
+
Add new CLASS_mySQLDBCtrlJSON class for export JSON contents.
|
|
42
|
+
|
|
43
|
+
|
|
40
44
|
Version 1.2512.1201: 2025/12/12<BR>
|
|
41
45
|
Fixed encode 2 problem (UTF-8) CLASS_mySQLxJson.CUF_jsonContent_to_mysql()<BR>
|
|
42
46
|
|
|
@@ -1,6 +1,10 @@
|
|
|
1
1
|
#mySQLDBCtrlAPI
|
|
2
2
|
|
|
3
3
|
## History of version
|
|
4
|
+
Version 1.2606.04.01: 2026/06/04<BR>
|
|
5
|
+
Add new CLASS_mySQLDBCtrlJSON class for export JSON contents.
|
|
6
|
+
|
|
7
|
+
|
|
4
8
|
Version 1.2512.1201: 2025/12/12<BR>
|
|
5
9
|
Fixed encode 2 problem (UTF-8) CLASS_mySQLxJson.CUF_jsonContent_to_mysql()<BR>
|
|
6
10
|
|
|
@@ -4,9 +4,9 @@ build-backend = "setuptools.build_meta"
|
|
|
4
4
|
|
|
5
5
|
[project]
|
|
6
6
|
name = "mySQLDBCtrlAPI"
|
|
7
|
-
version = "1.
|
|
7
|
+
version = "1.2606.0401"
|
|
8
8
|
requires-python = ">=3.10"
|
|
9
|
-
description = "mySQLDBCtrlAPI Python package"
|
|
9
|
+
description = "mySQLDBCtrlAPI Python package (py-src)"
|
|
10
10
|
authors = [
|
|
11
11
|
{ name="James Lin", email="tylin123@ms27.hinet.net" }
|
|
12
12
|
]
|
|
@@ -27,4 +27,4 @@ Homepage = "https://mis.gotech.biz"
|
|
|
27
27
|
where = ["src"]
|
|
28
28
|
|
|
29
29
|
[tool.setuptools.package-data]
|
|
30
|
-
|
|
30
|
+
mySQLDBCtrlAPI = ["*.pyd"]
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
from .mySQLDBCtrl import CLASS_mySQLDBCtrl
|
|
2
|
+
from .mySQLxJsonLIB import CLASS_mySQLxJson
|
|
3
|
+
from .mySQLNetSSH import CLASS_mySQLNetSSH
|
|
4
|
+
from .mySQLDBCtrlJSON import CLASS_mySQLDBCtrlJSON
|
|
5
|
+
|
|
6
|
+
__all__ = ["CLASS_mySQLDBCtrl",
|
|
7
|
+
"CLASS_mySQLxJson",
|
|
8
|
+
"CLASS_mySQLNetSSH",
|
|
9
|
+
"CLASS_mySQLDBCtrlJSON"
|
|
10
|
+
]
|
|
@@ -1,6 +1,7 @@
|
|
|
1
1
|
from _typeshed import Incomplete
|
|
2
2
|
from dataclasses import dataclass
|
|
3
3
|
from enum import IntEnum
|
|
4
|
+
from mySQLDBCtrlAPI.mySQLNetSSH import CLASS_mySQLNetSSH as CLASS_mySQLNetSSH
|
|
4
5
|
from typing import Any
|
|
5
6
|
|
|
6
7
|
class ENUM_DB_CHARSET(IntEnum):
|
|
@@ -96,7 +97,7 @@ class CLASS_mySQLDBCtrl:
|
|
|
96
97
|
def CUF_str_big5(self, Pobj_DataSet): ...
|
|
97
98
|
def CUF_big5(self, Pobj_DataSet): ...
|
|
98
99
|
def CUF_GetBlobField(self, Pobj_DataSet, Pms_BlobFieldName, Pms_FileName) -> None: ...
|
|
99
|
-
def
|
|
100
|
+
def CUF_GET_BLOB(self, Pobj_Query, Pms_BlobFieldName, Pms_FileName) -> None: ...
|
|
100
101
|
def CUF_SetBlobField(self, Pobj_Query, Pms_TableName, Pms_QUERY, Pms_BlobFieldName, Pms_FileName) -> None: ...
|
|
101
102
|
def CUF_SET_BLOB(self, Pobj_Query, Pms_TableName, Pms_QUERY, Pms_BlobFieldName, Pms_FileName) -> None: ...
|
|
102
103
|
def CUF_Table_Find(self, Pms_TableName: str) -> bool: ...
|
|
@@ -0,0 +1,10 @@
|
|
|
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,6 +1,7 @@
|
|
|
1
1
|
from _typeshed import Incomplete
|
|
2
2
|
from dataclasses import dataclass
|
|
3
3
|
from enum import IntEnum
|
|
4
|
+
from mySQLDBCtrlAPI.mySQLNetSSH import CLASS_mySQLNetSSH as CLASS_mySQLNetSSH
|
|
4
5
|
from typing import Any
|
|
5
6
|
|
|
6
7
|
class ENUM_DB_CHARSET(IntEnum):
|
|
@@ -96,7 +97,7 @@ class CLASS_mySQLDBCtrl:
|
|
|
96
97
|
def CUF_str_big5(self, Pobj_DataSet): ...
|
|
97
98
|
def CUF_big5(self, Pobj_DataSet): ...
|
|
98
99
|
def CUF_GetBlobField(self, Pobj_DataSet, Pms_BlobFieldName, Pms_FileName) -> None: ...
|
|
99
|
-
def
|
|
100
|
+
def CUF_GET_BLOB(self, Pobj_Query, Pms_BlobFieldName, Pms_FileName) -> None: ...
|
|
100
101
|
def CUF_SetBlobField(self, Pobj_Query, Pms_TableName, Pms_QUERY, Pms_BlobFieldName, Pms_FileName) -> None: ...
|
|
101
102
|
def CUF_SET_BLOB(self, Pobj_Query, Pms_TableName, Pms_QUERY, Pms_BlobFieldName, Pms_FileName) -> None: ...
|
|
102
103
|
def CUF_Table_Find(self, Pms_TableName: str) -> bool: ...
|
|
@@ -0,0 +1,10 @@
|
|
|
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: ...
|
{mysqldbctrlapi-1.2512.1201 → mysqldbctrlapi-1.2606.401/src/mySQLDBCtrlAPI.egg-info}/PKG-INFO
RENAMED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: mySQLDBCtrlAPI
|
|
3
|
-
Version: 1.
|
|
4
|
-
Summary: mySQLDBCtrlAPI Python package
|
|
3
|
+
Version: 1.2606.401
|
|
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
|
|
7
7
|
|
|
@@ -37,6 +37,10 @@ Dynamic: license-file
|
|
|
37
37
|
#mySQLDBCtrlAPI
|
|
38
38
|
|
|
39
39
|
## History of version
|
|
40
|
+
Version 1.2606.04.01: 2026/06/04<BR>
|
|
41
|
+
Add new CLASS_mySQLDBCtrlJSON class for export JSON contents.
|
|
42
|
+
|
|
43
|
+
|
|
40
44
|
Version 1.2512.1201: 2025/12/12<BR>
|
|
41
45
|
Fixed encode 2 problem (UTF-8) CLASS_mySQLxJson.CUF_jsonContent_to_mysql()<BR>
|
|
42
46
|
|
{mysqldbctrlapi-1.2512.1201 → mysqldbctrlapi-1.2606.401}/src/mySQLDBCtrlAPI.egg-info/SOURCES.txt
RENAMED
|
@@ -6,6 +6,8 @@ setup.cfg
|
|
|
6
6
|
src/mySQLDBCtrlAPI/__init__.py
|
|
7
7
|
src/mySQLDBCtrlAPI/mySQLDBCtrl.cp310-win_amd64.pyd
|
|
8
8
|
src/mySQLDBCtrlAPI/mySQLDBCtrl.pyi
|
|
9
|
+
src/mySQLDBCtrlAPI/mySQLDBCtrlJSON.cp310-win_amd64.pyd
|
|
10
|
+
src/mySQLDBCtrlAPI/mySQLDBCtrlJSON.pyi
|
|
9
11
|
src/mySQLDBCtrlAPI/mySQLNetSSH.cp310-win_amd64.pyd
|
|
10
12
|
src/mySQLDBCtrlAPI/mySQLNetSSH.pyi
|
|
11
13
|
src/mySQLDBCtrlAPI/mySQLxJsonLIB.cp310-win_amd64.pyd
|
|
@@ -16,5 +18,6 @@ src/mySQLDBCtrlAPI.egg-info/dependency_links.txt
|
|
|
16
18
|
src/mySQLDBCtrlAPI.egg-info/requires.txt
|
|
17
19
|
src/mySQLDBCtrlAPI.egg-info/top_level.txt
|
|
18
20
|
src/mySQLDBCtrlAPI/out/mySQLDBCtrlAPI/mySQLDBCtrl.pyi
|
|
21
|
+
src/mySQLDBCtrlAPI/out/mySQLDBCtrlAPI/mySQLDBCtrlJSON.pyi
|
|
19
22
|
src/mySQLDBCtrlAPI/out/mySQLDBCtrlAPI/mySQLNetSSH.pyi
|
|
20
23
|
src/mySQLDBCtrlAPI/out/mySQLDBCtrlAPI/mySQLxJsonLIB.pyi
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{mysqldbctrlapi-1.2512.1201 → mysqldbctrlapi-1.2606.401}/src/mySQLDBCtrlAPI/mySQLxJsonLIB.pyi
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{mysqldbctrlapi-1.2512.1201 → mysqldbctrlapi-1.2606.401}/src/mySQLDBCtrlAPI.egg-info/requires.txt
RENAMED
|
File without changes
|
{mysqldbctrlapi-1.2512.1201 → mysqldbctrlapi-1.2606.401}/src/mySQLDBCtrlAPI.egg-info/top_level.txt
RENAMED
|
File without changes
|