mySQLDBCtrlAPI 1.2512.301__tar.gz → 1.2512.302__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 (18) hide show
  1. {mysqldbctrlapi-1.2512.301/src/mySQLDBCtrlAPI.egg-info → mysqldbctrlapi-1.2512.302}/PKG-INFO +5 -1
  2. {mysqldbctrlapi-1.2512.301 → mysqldbctrlapi-1.2512.302}/README.md +3 -0
  3. {mysqldbctrlapi-1.2512.301 → mysqldbctrlapi-1.2512.302}/pyproject.toml +2 -1
  4. {mysqldbctrlapi-1.2512.301 → mysqldbctrlapi-1.2512.302}/src/mySQLDBCtrlAPI/mySQLDBCtrl.cp310-win_amd64.pyd +0 -0
  5. {mysqldbctrlapi-1.2512.301 → mysqldbctrlapi-1.2512.302}/src/mySQLDBCtrlAPI/mySQLxJsonLIB.cp310-win_amd64.pyd +0 -0
  6. {mysqldbctrlapi-1.2512.301 → mysqldbctrlapi-1.2512.302/src/mySQLDBCtrlAPI.egg-info}/PKG-INFO +5 -1
  7. {mysqldbctrlapi-1.2512.301 → mysqldbctrlapi-1.2512.302}/src/mySQLDBCtrlAPI.egg-info/requires.txt +1 -0
  8. {mysqldbctrlapi-1.2512.301 → mysqldbctrlapi-1.2512.302}/LICENSE +0 -0
  9. {mysqldbctrlapi-1.2512.301 → mysqldbctrlapi-1.2512.302}/MANIFEST.in +0 -0
  10. {mysqldbctrlapi-1.2512.301 → mysqldbctrlapi-1.2512.302}/setup.cfg +0 -0
  11. {mysqldbctrlapi-1.2512.301 → mysqldbctrlapi-1.2512.302}/src/mySQLDBCtrlAPI/__init__.py +0 -0
  12. {mysqldbctrlapi-1.2512.301 → mysqldbctrlapi-1.2512.302}/src/mySQLDBCtrlAPI/mySQLDBCtrl.pyi +0 -0
  13. {mysqldbctrlapi-1.2512.301 → mysqldbctrlapi-1.2512.302}/src/mySQLDBCtrlAPI/mySQLxJsonLIB.pyi +0 -0
  14. {mysqldbctrlapi-1.2512.301 → mysqldbctrlapi-1.2512.302}/src/mySQLDBCtrlAPI/out/mySQLDBCtrlAPI/mySQLDBCtrl.pyi +0 -0
  15. {mysqldbctrlapi-1.2512.301 → mysqldbctrlapi-1.2512.302}/src/mySQLDBCtrlAPI/out/mySQLDBCtrlAPI/mySQLxJsonLIB.pyi +0 -0
  16. {mysqldbctrlapi-1.2512.301 → mysqldbctrlapi-1.2512.302}/src/mySQLDBCtrlAPI.egg-info/SOURCES.txt +0 -0
  17. {mysqldbctrlapi-1.2512.301 → mysqldbctrlapi-1.2512.302}/src/mySQLDBCtrlAPI.egg-info/dependency_links.txt +0 -0
  18. {mysqldbctrlapi-1.2512.301 → mysqldbctrlapi-1.2512.302}/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.2512.301
3
+ Version: 1.2512.302
4
4
  Summary: mySQLDBCtrlAPI Python package
5
5
  Author-email: James Lin <tylin123@ms27.hinet.net>
6
6
  License: Copyright (c) 2025 James Lin
@@ -29,12 +29,16 @@ Requires-Python: >=3.10
29
29
  Description-Content-Type: text/markdown
30
30
  License-File: LICENSE
31
31
  Requires-Dist: pymysql
32
+ Requires-Dist: sshtunnel
32
33
  Requires-Dist: ulid-py
33
34
  Dynamic: license-file
34
35
 
35
36
  #mySQLDBCtrlAPI
36
37
 
37
38
  ## History of version
39
+ Version 1.2512.0302: 2025/12/03<BR>
40
+ Add ssh tunnel service package.
41
+
38
42
  Version 1.2512.0301: 2025/12/03<BR>
39
43
  Add CLASS_mySQLxJson Library for convert json data into mysql each other.
40
44
 
@@ -1,6 +1,9 @@
1
1
  #mySQLDBCtrlAPI
2
2
 
3
3
  ## History of version
4
+ Version 1.2512.0302: 2025/12/03<BR>
5
+ Add ssh tunnel service package.
6
+
4
7
  Version 1.2512.0301: 2025/12/03<BR>
5
8
  Add CLASS_mySQLxJson Library for convert json data into mysql each other.
6
9
 
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
4
4
 
5
5
  [project]
6
6
  name = "mySQLDBCtrlAPI"
7
- version = "1.2512.0301"
7
+ version = "1.2512.0302"
8
8
  requires-python = ">=3.10"
9
9
  description = "mySQLDBCtrlAPI Python package"
10
10
  authors = [
@@ -14,6 +14,7 @@ readme = "README.md"
14
14
  license = { file = "LICENSE" }
15
15
  dependencies = [
16
16
  "pymysql",
17
+ "sshtunnel",
17
18
  "ulid-py"
18
19
  ]
19
20
 
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: mySQLDBCtrlAPI
3
- Version: 1.2512.301
3
+ Version: 1.2512.302
4
4
  Summary: mySQLDBCtrlAPI Python package
5
5
  Author-email: James Lin <tylin123@ms27.hinet.net>
6
6
  License: Copyright (c) 2025 James Lin
@@ -29,12 +29,16 @@ Requires-Python: >=3.10
29
29
  Description-Content-Type: text/markdown
30
30
  License-File: LICENSE
31
31
  Requires-Dist: pymysql
32
+ Requires-Dist: sshtunnel
32
33
  Requires-Dist: ulid-py
33
34
  Dynamic: license-file
34
35
 
35
36
  #mySQLDBCtrlAPI
36
37
 
37
38
  ## History of version
39
+ Version 1.2512.0302: 2025/12/03<BR>
40
+ Add ssh tunnel service package.
41
+
38
42
  Version 1.2512.0301: 2025/12/03<BR>
39
43
  Add CLASS_mySQLxJson Library for convert json data into mysql each other.
40
44