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