UtilityLibAPI 0.1.0__tar.gz → 0.1.1__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: 0.1.0
3
+ Version: 0.1.1
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,5 +33,8 @@ Dynamic: license-file
33
33
  #UtilityLibAPI Classes
34
34
 
35
35
  ## History of version
36
+ Version 0.1.1: 2025/10/13<BR>
37
+ Fixed export class path<BR>
38
+
36
39
  Version 0.1.0: 2025/10/13<BR>
37
40
  Create UtilityLibAPI -- EnDeCodeLib + SessionVARLib<BR>
@@ -1,5 +1,8 @@
1
1
  #UtilityLibAPI Classes
2
2
 
3
3
  ## History of version
4
+ Version 0.1.1: 2025/10/13<BR>
5
+ Fixed export class path<BR>
6
+
4
7
  Version 0.1.0: 2025/10/13<BR>
5
8
  Create UtilityLibAPI -- EnDeCodeLib + SessionVARLib<BR>
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
4
4
 
5
5
  [project]
6
6
  name = "UtilityLibAPI"
7
- version = "0.1.0"
7
+ version = "0.1.1"
8
8
  description = "UtilityLibAPI Python package"
9
9
  authors = [
10
10
  { name="James Lin", email="tylin123@ms27.hinet.net" }
@@ -1,5 +1,5 @@
1
1
  from .EnDeCodeLib import CLASS_EnDeCodeLib
2
- from .SessionVARLib import TIniFile
2
+ from .SessionVARLib import CLASS_SessionVAR
3
3
 
4
4
  __all__ = ["CLASS_EnDeCodeLib",
5
5
  "CLASS_SessionVAR"
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: UtilityLibAPI
3
- Version: 0.1.0
3
+ Version: 0.1.1
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,5 +33,8 @@ Dynamic: license-file
33
33
  #UtilityLibAPI Classes
34
34
 
35
35
  ## History of version
36
+ Version 0.1.1: 2025/10/13<BR>
37
+ Fixed export class path<BR>
38
+
36
39
  Version 0.1.0: 2025/10/13<BR>
37
40
  Create UtilityLibAPI -- EnDeCodeLib + SessionVARLib<BR>
@@ -2,9 +2,9 @@ LICENSE
2
2
  README.md
3
3
  pyproject.toml
4
4
  setup.cfg
5
- src/EnDeCodeLib.py
6
- src/SessionVARLib.py
7
- src/__init__.py
5
+ src/UtilityLibAPI/EnDeCodeLib.py
6
+ src/UtilityLibAPI/SessionVARLib.py
7
+ src/UtilityLibAPI/__init__.py
8
8
  src/UtilityLibAPI.egg-info/PKG-INFO
9
9
  src/UtilityLibAPI.egg-info/SOURCES.txt
10
10
  src/UtilityLibAPI.egg-info/dependency_links.txt
@@ -0,0 +1 @@
1
+ UtilityLibAPI
@@ -1,3 +0,0 @@
1
- EnDeCodeLib
2
- SessionVARLib
3
- __init__
File without changes
File without changes