UtilityLibAPI 1.2510.21__tar.gz → 1.2510.22__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.
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: UtilityLibAPI
3
- Version: 1.2510.21
3
+ Version: 1.2510.22
4
4
  Summary: UtilityLibAPI Python package
5
5
  Author-email: James Lin <tylin123@ms27.hinet.net>
6
6
  License: Copyright (c) 2025 James Lin **UtilityLibAPI**
@@ -33,6 +33,9 @@ Dynamic: license-file
33
33
  #UtilityLibAPI Classes
34
34
 
35
35
  ## History of version
36
+ Version 1.2510.22: 2025/10/21<BR>
37
+ Add MailSenderLib --> CLASS_MailSender library
38
+
36
39
  Version 0.1.1: 2025/10/13<BR>
37
40
  Fixed export class path<BR>
38
41
 
@@ -1,6 +1,9 @@
1
1
  #UtilityLibAPI Classes
2
2
 
3
3
  ## History of version
4
+ Version 1.2510.22: 2025/10/21<BR>
5
+ Add MailSenderLib --> CLASS_MailSender library
6
+
4
7
  Version 0.1.1: 2025/10/13<BR>
5
8
  Fixed export class path<BR>
6
9
 
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
4
4
 
5
5
  [project]
6
6
  name = "UtilityLibAPI"
7
- version = "1.2510.21"
7
+ version = "1.2510.22"
8
8
  description = "UtilityLibAPI Python package"
9
9
  authors = [
10
10
  { name="James Lin", email="tylin123@ms27.hinet.net" }
@@ -1,6 +1,6 @@
1
1
  from .EnDeCodeLib import CLASS_EnDeCodeLib
2
2
  from .SessionVARLib import CLASS_SessionVAR
3
- from .SendMailLib import CLASS_SendMail
3
+ from .MailSenderLib import CLASS_MailSender
4
4
 
5
5
  __all__ = ["CLASS_EnDeCodeLib",
6
6
  "CLASS_SessionVAR",
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: UtilityLibAPI
3
- Version: 1.2510.21
3
+ Version: 1.2510.22
4
4
  Summary: UtilityLibAPI Python package
5
5
  Author-email: James Lin <tylin123@ms27.hinet.net>
6
6
  License: Copyright (c) 2025 James Lin **UtilityLibAPI**
@@ -33,6 +33,9 @@ Dynamic: license-file
33
33
  #UtilityLibAPI Classes
34
34
 
35
35
  ## History of version
36
+ Version 1.2510.22: 2025/10/21<BR>
37
+ Add MailSenderLib --> CLASS_MailSender library
38
+
36
39
  Version 0.1.1: 2025/10/13<BR>
37
40
  Fixed export class path<BR>
38
41