orionis 0.581.0__py3-none-any.whl → 0.582.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/app.py +7 -18
- orionis/metadata/framework.py +1 -1
- {orionis-0.581.0.dist-info → orionis-0.582.0.dist-info}/METADATA +1 -1
- {orionis-0.581.0.dist-info → orionis-0.582.0.dist-info}/RECORD +7 -7
- {orionis-0.581.0.dist-info → orionis-0.582.0.dist-info}/WHEEL +0 -0
- {orionis-0.581.0.dist-info → orionis-0.582.0.dist-info}/licenses/LICENCE +0 -0
- {orionis-0.581.0.dist-info → orionis-0.582.0.dist-info}/top_level.txt +0 -0
orionis/app.py
CHANGED
@@ -1,28 +1,17 @@
|
|
1
|
-
from pathlib import Path
|
2
1
|
from orionis.foundation.application import Application, IApplication
|
3
2
|
|
4
|
-
def Orionis(
|
3
|
+
def Orionis() -> IApplication:
|
5
4
|
"""
|
6
|
-
|
5
|
+
Instantiates and returns the main application object implementing the IApplication interface.
|
7
6
|
|
8
|
-
This function
|
9
|
-
|
10
|
-
ensuring that the application is initialized with the specified base path.
|
11
|
-
|
12
|
-
Parameters
|
13
|
-
----------
|
14
|
-
basePath : str or Path, optional
|
15
|
-
The base directory path for the application. Defaults to the current working directory.
|
7
|
+
This function serves as a factory for creating the core Application instance, which manages
|
8
|
+
the lifecycle, configuration, and services of the Orionis framework.
|
16
9
|
|
17
10
|
Returns
|
18
11
|
-------
|
19
12
|
IApplication
|
20
|
-
|
21
|
-
configured with the provided base path.
|
13
|
+
An initialized instance of the Application class that implements the IApplication interface.
|
22
14
|
"""
|
23
15
|
|
24
|
-
#
|
25
|
-
|
26
|
-
|
27
|
-
# Set the base path for the application and return the configured instance
|
28
|
-
return app.setBasePath(basePath)
|
16
|
+
# Create and return the main Application instance
|
17
|
+
return Application()
|
orionis/metadata/framework.py
CHANGED
@@ -1,5 +1,5 @@
|
|
1
1
|
orionis/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
2
|
-
orionis/app.py,sha256=
|
2
|
+
orionis/app.py,sha256=W1N6EcVlqLLt631aAZ42sPQWhbGAtyJTAwFMU6sawm4,623
|
3
3
|
orionis/console/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
4
4
|
orionis/console/kernel.py,sha256=NVWA20xasC8xE_fIoX5aKBy7dsrjgownQYarEOYiGKA,3752
|
5
5
|
orionis/console/args/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
@@ -218,7 +218,7 @@ orionis/foundation/providers/scheduler_provider.py,sha256=irwkjMiq-HpsbJxAOnhjji
|
|
218
218
|
orionis/foundation/providers/testing_provider.py,sha256=2akFnabtH_cV_7z_2cCL7u8cPCGvCJAmlhMcnlCrc4c,3742
|
219
219
|
orionis/foundation/providers/workers_provider.py,sha256=P_YtJuPNrdJAQJkAqI11KI0c6GSB9NqIuuCKpRytE0g,3937
|
220
220
|
orionis/metadata/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
221
|
-
orionis/metadata/framework.py,sha256=
|
221
|
+
orionis/metadata/framework.py,sha256=dAQ4PToHrUsHwMh7uMnRhl-OKR__HLP8tAtDO8UmhNg,4109
|
222
222
|
orionis/metadata/package.py,sha256=k7Yriyp5aUcR-iR8SK2ec_lf0_Cyc-C7JczgXa-I67w,16039
|
223
223
|
orionis/services/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
224
224
|
orionis/services/asynchrony/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
@@ -408,8 +408,8 @@ orionis/test/validators/workers.py,sha256=rWcdRexINNEmGaO7mnc1MKUxkHKxrTsVuHgbnI
|
|
408
408
|
orionis/test/view/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
409
409
|
orionis/test/view/render.py,sha256=f-zNhtKSg9R5Njqujbg2l2amAs2-mRVESneLIkWOZjU,4082
|
410
410
|
orionis/test/view/report.stub,sha256=QLqqCdRoENr3ECiritRB3DO_MOjRQvgBh5jxZ3Hs1r0,28189
|
411
|
-
orionis-0.
|
412
|
-
orionis-0.
|
413
|
-
orionis-0.
|
414
|
-
orionis-0.
|
415
|
-
orionis-0.
|
411
|
+
orionis-0.582.0.dist-info/licenses/LICENCE,sha256=JhC-z_9mbpUrCfPjcl3DhDA8trNDMzb57cvRSam1avc,1463
|
412
|
+
orionis-0.582.0.dist-info/METADATA,sha256=lAaedXDa1kRMP3W_9ij1pa3dym2AH1qek1lDI9X-8R4,4801
|
413
|
+
orionis-0.582.0.dist-info/WHEEL,sha256=_zCd3N1l69ArxyTb8rzEoP9TpbYXkqRFSNOD5OuxnTs,91
|
414
|
+
orionis-0.582.0.dist-info/top_level.txt,sha256=lyXi6jArpqJ-0zzNqd_uwsH-z9TCEBVBL-pC3Ekv7hU,8
|
415
|
+
orionis-0.582.0.dist-info/RECORD,,
|
File without changes
|
File without changes
|
File without changes
|