orionis 0.135.0__py3-none-any.whl → 0.136.0__py3-none-any.whl

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.
orionis/framework.py CHANGED
@@ -5,7 +5,7 @@
5
5
  NAME = "orionis"
6
6
 
7
7
  # Current version of the framework
8
- VERSION = "0.135.0"
8
+ VERSION = "0.136.0"
9
9
 
10
10
  # Full name of the author or maintainer of the project
11
11
  AUTHOR = "Raul Mauricio Uñate Castro"
@@ -60,7 +60,7 @@ class InstallerOutput(IInstallerOutput):
60
60
  try:
61
61
  # Try loading and printing ASCII art from the file
62
62
  dir_path = os.path.dirname(__file__)
63
- path = os.path.join(dir_path, '..', 'static', 'ascii', 'icon.ascii')
63
+ path = os.path.join(dir_path, '..', '..', 'static', 'ascii', 'icon.ascii')
64
64
  with open(path, 'r', encoding='utf-8') as file:
65
65
  content = file.read()
66
66
 
@@ -91,7 +91,7 @@ class InstallerOutput(IInstallerOutput):
91
91
  try:
92
92
  # Try loading and printing ASCII art from the file
93
93
  dir_path = os.path.dirname(__file__)
94
- path = os.path.join(dir_path, '..', 'static', 'ascii', 'info.ascii')
94
+ path = os.path.join(dir_path, '..', '..', 'static', 'ascii', 'info.ascii')
95
95
  with open(path, 'r', encoding='utf-8') as file:
96
96
  content = file.read()
97
97
 
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.2
2
2
  Name: orionis
3
- Version: 0.135.0
3
+ Version: 0.136.0
4
4
  Summary: Orionis Framework – Elegant, Fast, and Powerful.
5
5
  Home-page: https://github.com/orionis-framework/framework
6
6
  Author: Raul Mauricio Uñate Castro
@@ -1,6 +1,6 @@
1
1
  orionis/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
2
2
  orionis/cli_manager.py,sha256=oXY5UYvtalP996h7z5iaEc7z5b1hyFWXrLPrvtoxWcU,1368
3
- orionis/framework.py,sha256=DDj9NF4Qj5XbEcoGsPIUzLOVW4bBpEsssXK2FFZxYKY,1387
3
+ orionis/framework.py,sha256=FvfHyNwxjf_ed09ckJRZYgh4Wt5B-cSrhBRSsJ7M4oc,1387
4
4
  orionis/installer/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
5
5
  orionis/installer/manager.py,sha256=UfUvHOCqcj6YKuwSS6pmhxRXUNGaMWseZNXBZybKLTk,3143
6
6
  orionis/installer/contracts/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
@@ -8,7 +8,7 @@ orionis/installer/contracts/i_installer_manager.py,sha256=Zfndhuyu0JaTKo3PsGsKmV
8
8
  orionis/installer/contracts/i_installer_output.py,sha256=SQZeXg5HRu-x1697HCdoU1-RVJWEqCWY-zNboWnc_vs,2897
9
9
  orionis/installer/contracts/i_installer_setup.py,sha256=enXOusaAJVWamTpH9FjXpJf-o35twEJPaEkHz7fvB48,1711
10
10
  orionis/installer/output/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
11
- orionis/installer/output/output.py,sha256=HYwkNEMyM9DMju7OR5hvZsfjjXwy1HoRKl9eyjo-tOQ,7161
11
+ orionis/installer/output/output.py,sha256=eA_3yPUc50RwB829IgUzfipkawCIOIRqQlXuUwV-FRQ,7173
12
12
  orionis/installer/setup/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
13
13
  orionis/installer/setup/setup.py,sha256=zAZDelFwieZ9HbR_mSgvW9-gI--Zzu__6SZWWw4VEE8,6967
14
14
  orionis/luminate/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
@@ -176,9 +176,9 @@ tests/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
176
176
  tests/tools/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
177
177
  tests/tools/class_example.py,sha256=dIPD997Y15n6WmKhWoOFSwEldRm9MdOHTZZ49eF1p3c,1056
178
178
  tests/tools/test_reflection.py,sha256=bhLQ7VGVod4B8sv-rW9AjnOumvaBVsoxieA3sdoM2yM,5244
179
- orionis-0.135.0.dist-info/LICENCE,sha256=-_4cF2EBKuYVS_SQpy1uapq0oJPUU1vl_RUWSy2jJTo,1111
180
- orionis-0.135.0.dist-info/METADATA,sha256=62ZwwWnPYG8u517APyRtZnAfubeaELl8O8zjmZ23OKk,2979
181
- orionis-0.135.0.dist-info/WHEEL,sha256=In9FTNxeP60KnTkGw7wk6mJPYd_dQSjEZmXdBdMCI-8,91
182
- orionis-0.135.0.dist-info/entry_points.txt,sha256=eef1_CVewfokKjrGBynXa06KabSJYo7LlDKKIKvs1cM,53
183
- orionis-0.135.0.dist-info/top_level.txt,sha256=2bdoHgyGZhOtLAXS6Om8OCTmL24dUMC_L1quMe_ETbk,14
184
- orionis-0.135.0.dist-info/RECORD,,
179
+ orionis-0.136.0.dist-info/LICENCE,sha256=-_4cF2EBKuYVS_SQpy1uapq0oJPUU1vl_RUWSy2jJTo,1111
180
+ orionis-0.136.0.dist-info/METADATA,sha256=IRPH8hii_1fv0A4GJXG5QsrOyyR_aJOcXR7sL76XeAU,2979
181
+ orionis-0.136.0.dist-info/WHEEL,sha256=In9FTNxeP60KnTkGw7wk6mJPYd_dQSjEZmXdBdMCI-8,91
182
+ orionis-0.136.0.dist-info/entry_points.txt,sha256=eef1_CVewfokKjrGBynXa06KabSJYo7LlDKKIKvs1cM,53
183
+ orionis-0.136.0.dist-info/top_level.txt,sha256=2bdoHgyGZhOtLAXS6Om8OCTmL24dUMC_L1quMe_ETbk,14
184
+ orionis-0.136.0.dist-info/RECORD,,