orionis 0.675.0__py3-none-any.whl → 0.677.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/main.py +8 -0
- orionis/metadata/framework.py +1 -1
- {orionis-0.675.0.dist-info → orionis-0.677.0.dist-info}/METADATA +1 -1
- {orionis-0.675.0.dist-info → orionis-0.677.0.dist-info}/RECORD +7 -6
- {orionis-0.675.0.dist-info → orionis-0.677.0.dist-info}/WHEEL +0 -0
- {orionis-0.675.0.dist-info → orionis-0.677.0.dist-info}/licenses/LICENCE +0 -0
- {orionis-0.675.0.dist-info → orionis-0.677.0.dist-info}/top_level.txt +0 -0
orionis/main.py
ADDED
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
from orionis.foundation.application import Application
|
|
2
|
+
from orionis.foundation.contracts.application import IApplication
|
|
3
|
+
|
|
4
|
+
# Initialize and create the application instance
|
|
5
|
+
app: IApplication = Application()
|
|
6
|
+
|
|
7
|
+
# Create the application (set up configurations, services, etc.)
|
|
8
|
+
app.create()
|
orionis/metadata/framework.py
CHANGED
|
@@ -1,4 +1,5 @@
|
|
|
1
1
|
orionis/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
2
|
+
orionis/main.py,sha256=BC1xdhjV46CD-RisZE3f2oNbsFppBr28uR9iOnB1FFo,290
|
|
2
3
|
orionis/console/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
3
4
|
orionis/console/kernel.py,sha256=rBIDB6nm_PJ8JnWGAdq8bon9qjmy9vB4RRFRLmz23gc,3748
|
|
4
5
|
orionis/console/args/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
@@ -206,7 +207,7 @@ orionis/foundation/providers/scheduler_provider.py,sha256=IrPQJwvQVLRm5Qnz0Cxon4
|
|
|
206
207
|
orionis/foundation/providers/testing_provider.py,sha256=eI1p2lUlxl25b5Z487O4nmqLE31CTDb4c3Q21xFadkE,1615
|
|
207
208
|
orionis/foundation/providers/workers_provider.py,sha256=GdHENYV_yGyqmHJHn0DCyWmWId5xWjD48e6Zq2PGCWY,1674
|
|
208
209
|
orionis/metadata/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
209
|
-
orionis/metadata/framework.py,sha256=
|
|
210
|
+
orionis/metadata/framework.py,sha256=mdDJP3wDrOkGSbtvKjVms8QsDPC60EjAOucwBhGcPwU,4089
|
|
210
211
|
orionis/metadata/package.py,sha256=s1JeGJPwdVh4jO3IOfmpwMuJ_oX6Vf9NL7jgPEQNf5Y,16050
|
|
211
212
|
orionis/services/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
212
213
|
orionis/services/asynchrony/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
@@ -393,8 +394,8 @@ orionis/test/validators/workers.py,sha256=rWcdRexINNEmGaO7mnc1MKUxkHKxrTsVuHgbnI
|
|
|
393
394
|
orionis/test/view/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
394
395
|
orionis/test/view/render.py,sha256=arysoswhkV2vUd2aVMZRPpmH317jaWbgjDpQ_AWQ5AE,5663
|
|
395
396
|
orionis/test/view/report.stub,sha256=QLqqCdRoENr3ECiritRB3DO_MOjRQvgBh5jxZ3Hs1r0,28189
|
|
396
|
-
orionis-0.
|
|
397
|
-
orionis-0.
|
|
398
|
-
orionis-0.
|
|
399
|
-
orionis-0.
|
|
400
|
-
orionis-0.
|
|
397
|
+
orionis-0.677.0.dist-info/licenses/LICENCE,sha256=JhC-z_9mbpUrCfPjcl3DhDA8trNDMzb57cvRSam1avc,1463
|
|
398
|
+
orionis-0.677.0.dist-info/METADATA,sha256=gzjeecEv7MIR_P65cAGKN87oq1y7gganGIZyNfKwpzQ,4772
|
|
399
|
+
orionis-0.677.0.dist-info/WHEEL,sha256=_zCd3N1l69ArxyTb8rzEoP9TpbYXkqRFSNOD5OuxnTs,91
|
|
400
|
+
orionis-0.677.0.dist-info/top_level.txt,sha256=lyXi6jArpqJ-0zzNqd_uwsH-z9TCEBVBL-pC3Ekv7hU,8
|
|
401
|
+
orionis-0.677.0.dist-info/RECORD,,
|
|
File without changes
|
|
File without changes
|
|
File without changes
|