orionis 0.46.0__py3-none-any.whl → 0.50.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 +1 -1
- orionis/installer/installer_output.py +3 -10
- orionis/static/ascii/icon.ascii +8 -7
- orionis/static/ascii/info.ascii +8 -7
- {orionis-0.46.0.dist-info → orionis-0.50.0.dist-info}/METADATA +1 -1
- {orionis-0.46.0.dist-info → orionis-0.50.0.dist-info}/RECORD +10 -10
- {orionis-0.46.0.dist-info → orionis-0.50.0.dist-info}/LICENCE +0 -0
- {orionis-0.46.0.dist-info → orionis-0.50.0.dist-info}/WHEEL +0 -0
- {orionis-0.46.0.dist-info → orionis-0.50.0.dist-info}/entry_points.txt +0 -0
- {orionis-0.46.0.dist-info → orionis-0.50.0.dist-info}/top_level.txt +0 -0
orionis/framework.py
CHANGED
@@ -56,7 +56,6 @@ class InstallerOutput(IInstallerOutput):
|
|
56
56
|
|
57
57
|
If the ASCII art file is found, placeholders are replaced with dynamic content such as version, docs, and year.
|
58
58
|
"""
|
59
|
-
print("\n")
|
60
59
|
|
61
60
|
try:
|
62
61
|
# Try loading and printing ASCII art from the file
|
@@ -80,8 +79,6 @@ class InstallerOutput(IInstallerOutput):
|
|
80
79
|
print(f"Version: {VERSION}")
|
81
80
|
print(f"Docs: {DOCS}")
|
82
81
|
|
83
|
-
print("\n")
|
84
|
-
|
85
82
|
@staticmethod
|
86
83
|
def asciiInfo():
|
87
84
|
"""
|
@@ -91,8 +88,6 @@ class InstallerOutput(IInstallerOutput):
|
|
91
88
|
|
92
89
|
Similar to `asciiIco()`, but with different ASCII art.
|
93
90
|
"""
|
94
|
-
print("\n")
|
95
|
-
|
96
91
|
try:
|
97
92
|
# Try loading and printing ASCII art from the file
|
98
93
|
dir_path = os.path.dirname(__file__)
|
@@ -125,8 +120,6 @@ class InstallerOutput(IInstallerOutput):
|
|
125
120
|
print(f"Version: {VERSION}")
|
126
121
|
print(f"Docs: {DOCS}")
|
127
122
|
|
128
|
-
print("\n")
|
129
|
-
|
130
123
|
@staticmethod
|
131
124
|
def startInstallation():
|
132
125
|
"""
|
@@ -134,7 +127,7 @@ class InstallerOutput(IInstallerOutput):
|
|
134
127
|
This includes a welcoming message and the ASCII art.
|
135
128
|
"""
|
136
129
|
InstallerOutput.asciiIco()
|
137
|
-
print(f'\u001b[
|
130
|
+
print(f'\u001b[32mThank you for using the framework!\u001b[0m')
|
138
131
|
|
139
132
|
@staticmethod
|
140
133
|
def endInstallation():
|
@@ -142,8 +135,8 @@ class InstallerOutput(IInstallerOutput):
|
|
142
135
|
Displays the ending message after the installation is complete.
|
143
136
|
Provides a message of encouragement to start using the framework.
|
144
137
|
"""
|
145
|
-
print(f'\u001b[
|
146
|
-
print("
|
138
|
+
print(f'\u001b[32mWelcome aboard, the journey starts now. Let your imagination soar!\u001b[0m')
|
139
|
+
print("-------------------------------------------")
|
147
140
|
|
148
141
|
@staticmethod
|
149
142
|
def info(message: str = ''):
|
orionis/static/ascii/icon.ascii
CHANGED
@@ -1,11 +1,12 @@
|
|
1
|
-
|
2
|
-
|
3
|
-
|
4
|
-
|
5
|
-
|
6
|
-
|
1
|
+
___________________________________________
|
2
|
+
___ _ _
|
3
|
+
/ _ \ _ __(_) ___ _ __ (_)___
|
4
|
+
| | | | '__| |/ _ \| '_ \| / __|
|
5
|
+
| |_| | | | | (_) | | | | \__ \
|
6
|
+
\___/|_| |_|\___/|_| |_|_|___/
|
7
7
|
{{message}}
|
8
8
|
-------------------------------------------
|
9
9
|
Orionis Team © 2023 - {{year}}
|
10
10
|
Version: {{version}}
|
11
|
-
Docs: {{docs}}
|
11
|
+
Docs: {{docs}}
|
12
|
+
-------------------------------------------
|
orionis/static/ascii/info.ascii
CHANGED
@@ -1,13 +1,14 @@
|
|
1
|
-
|
2
|
-
|
3
|
-
|
4
|
-
|
5
|
-
|
6
|
-
|
1
|
+
___________________________________________
|
2
|
+
___ _ _
|
3
|
+
/ _ \ _ __(_) ___ _ __ (_)___
|
4
|
+
| | | | '__| |/ _ \| '_ \| / __|
|
5
|
+
| |_| | | | | (_) | | | | \__ \
|
6
|
+
\___/|_| |_|\___/|_| |_|_|___/
|
7
7
|
{{message}}
|
8
8
|
-------------------------------------------
|
9
9
|
{{commands}}
|
10
10
|
-------------------------------------------
|
11
11
|
Orionis Team © 2023 - {{year}}
|
12
12
|
Version: {{version}}
|
13
|
-
Docs: {{docs}}
|
13
|
+
Docs: {{docs}}
|
14
|
+
-------------------------------------------
|
@@ -1,6 +1,6 @@
|
|
1
1
|
orionis/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
2
2
|
orionis/cli_manager.py,sha256=0bM-hABXJSoPGuvEgnqeaj9qcLP8VjTQ3z9Mb0TSEUI,1381
|
3
|
-
orionis/framework.py,sha256=
|
3
|
+
orionis/framework.py,sha256=zaQxtEh5l2kkr_9LZpo4I9w6-4OvJ_uehswE6IAwTks,1386
|
4
4
|
orionis/contracts/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
5
5
|
orionis/contracts/bootstrap/i_command_bootstrapper.py,sha256=kdabnjTRXcab0Kelcst8MhuJ_iP0XX8taChMupwzF1M,1901
|
6
6
|
orionis/contracts/bootstrap/i_config_bootstrapper.py,sha256=x38bXXX49ASm5yZ0O6vwssmtiLMsF-fkxFcq-Cqf5GM,3480
|
@@ -52,7 +52,7 @@ orionis/contracts/support/i_reflection.py,sha256=Ht5_FsFbCb-APRXX3HdsfKl3cDZU8Dy
|
|
52
52
|
orionis/contracts/support/i_std.py,sha256=IihREHnJ_D2LqsrwtnGsIRYr0UsJsQezYPSPO6UaBQ4,992
|
53
53
|
orionis/installer/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
54
54
|
orionis/installer/installer_manager.py,sha256=Hb6T0bmSl39T30maY-nUWkrLhG77JdrKe4cZHF7epEY,3134
|
55
|
-
orionis/installer/installer_output.py,sha256=
|
55
|
+
orionis/installer/installer_output.py,sha256=LeKxzuXpnHOKbKpUtx3tMGkCi2bGcPV1VNnfBxwfxUU,7161
|
56
56
|
orionis/installer/installer_setup.py,sha256=c2HtVklSa-2_-YVonc7fwtoK-RTDqBS2Ybvbekgfqtc,6970
|
57
57
|
orionis/luminate/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
58
58
|
orionis/luminate/app.py,sha256=VUJMl5G3UAY6DaG3oqS5a9J2mBGH0DTlLjssHub4fNw,3310
|
@@ -136,8 +136,8 @@ orionis/luminate/support/std.py,sha256=pOdpQBOxVAcS8GdkOYpyDKGVpICRd8IN8CE63q6Wj
|
|
136
136
|
orionis/luminate/test/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
137
137
|
orionis/luminate/test/exception.py,sha256=VJaZ7VMZfdKW1ov_GwKp2HAz_NYobujJxDt5RaPHuVQ,1395
|
138
138
|
orionis/luminate/test/unit_test.py,sha256=7pZWRYRtLRz5_EZBWuXHZShRm7y5ICtl-52FTrsUqso,3652
|
139
|
-
orionis/static/ascii/icon.ascii,sha256=
|
140
|
-
orionis/static/ascii/info.ascii,sha256=
|
139
|
+
orionis/static/ascii/icon.ascii,sha256=2ivjCgrr9PhHs-XEVgJIUb4P3b78wWHXl3PzKMZyOaY,381
|
140
|
+
orionis/static/ascii/info.ascii,sha256=kRwLKQRWJTHkQ-9_RdDjAVuTK32r4zUBL7ItHyLHHdk,440
|
141
141
|
orionis/static/bg/galaxy.jpg,sha256=_FuPghOe9LBrIWv1eKZ9fiZR72sEz5obvXGDnD7MzTc,172244
|
142
142
|
orionis/static/favicon/OrionisFrameworkFavicon.png,sha256=bvkLzn0PfYHY9f-AfgRzclt4RNSFaKhMCH_TgwqsMKU,31301
|
143
143
|
orionis/static/logos/OrionisFramework.jpg,sha256=ezZlrcoknKvtl6YFwSIVfecRFm9fjAMKXHmuabMpImM,716918
|
@@ -149,9 +149,9 @@ tests/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
149
149
|
tests/tools/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
150
150
|
tests/tools/class_example.py,sha256=dIPD997Y15n6WmKhWoOFSwEldRm9MdOHTZZ49eF1p3c,1056
|
151
151
|
tests/tools/test_reflection.py,sha256=bhLQ7VGVod4B8sv-rW9AjnOumvaBVsoxieA3sdoM2yM,5244
|
152
|
-
orionis-0.
|
153
|
-
orionis-0.
|
154
|
-
orionis-0.
|
155
|
-
orionis-0.
|
156
|
-
orionis-0.
|
157
|
-
orionis-0.
|
152
|
+
orionis-0.50.0.dist-info/LICENCE,sha256=-_4cF2EBKuYVS_SQpy1uapq0oJPUU1vl_RUWSy2jJTo,1111
|
153
|
+
orionis-0.50.0.dist-info/METADATA,sha256=xd2l6Xv_UtPy6wZ3sHYEOLKlf5DmdhTXrQLU8VEhf50,2978
|
154
|
+
orionis-0.50.0.dist-info/WHEEL,sha256=In9FTNxeP60KnTkGw7wk6mJPYd_dQSjEZmXdBdMCI-8,91
|
155
|
+
orionis-0.50.0.dist-info/entry_points.txt,sha256=eef1_CVewfokKjrGBynXa06KabSJYo7LlDKKIKvs1cM,53
|
156
|
+
orionis-0.50.0.dist-info/top_level.txt,sha256=2bdoHgyGZhOtLAXS6Om8OCTmL24dUMC_L1quMe_ETbk,14
|
157
|
+
orionis-0.50.0.dist-info/RECORD,,
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|