orionis 0.456.0__py3-none-any.whl → 0.457.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/foundation/providers/logger_provider.py +1 -5
- orionis/foundation/providers/reactor_provider.py +1 -5
- orionis/foundation/providers/workers_provider.py +1 -5
- orionis/metadata/framework.py +1 -1
- {orionis-0.456.0.dist-info → orionis-0.457.0.dist-info}/METADATA +1 -1
- {orionis-0.456.0.dist-info → orionis-0.457.0.dist-info}/RECORD +10 -10
- {orionis-0.456.0.dist-info → orionis-0.457.0.dist-info}/WHEEL +0 -0
- {orionis-0.456.0.dist-info → orionis-0.457.0.dist-info}/licenses/LICENCE +0 -0
- {orionis-0.456.0.dist-info → orionis-0.457.0.dist-info}/top_level.txt +0 -0
- {orionis-0.456.0.dist-info → orionis-0.457.0.dist-info}/zip-safe +0 -0
|
@@ -54,11 +54,7 @@ class LoggerProvider(ServiceProvider):
|
|
|
54
54
|
logger_service = Logger(logging_config)
|
|
55
55
|
|
|
56
56
|
# Register the service instance in the container with interface binding and alias
|
|
57
|
-
self.app.instance(
|
|
58
|
-
ILogger, # Interface contract
|
|
59
|
-
logger_service, # Concrete implementation instance
|
|
60
|
-
alias="x-orionis.services.log.log_service" # Internal framework alias
|
|
61
|
-
)
|
|
57
|
+
self.app.instance(ILogger, logger_service, alias="x-orionis.services.log.log_service")
|
|
62
58
|
|
|
63
59
|
def boot(self) -> None:
|
|
64
60
|
"""
|
|
@@ -57,11 +57,7 @@ class ReactorProvider(ServiceProvider):
|
|
|
57
57
|
|
|
58
58
|
# Register the Reactor service with the application container
|
|
59
59
|
# as a singleton, allowing it to be resolved throughout the application lifecycle
|
|
60
|
-
self.app.singleton(
|
|
61
|
-
IReactor,
|
|
62
|
-
Reactor,
|
|
63
|
-
alias="x-orionis.console.core.reactor"
|
|
64
|
-
)
|
|
60
|
+
self.app.singleton(IReactor, Reactor, alias="x-orionis.console.core.reactor")
|
|
65
61
|
|
|
66
62
|
def boot(self) -> None:
|
|
67
63
|
"""
|
|
@@ -57,11 +57,7 @@ class WorkersProvider(ServiceProvider):
|
|
|
57
57
|
- Suitable for stateless or short-lived worker operations
|
|
58
58
|
"""
|
|
59
59
|
|
|
60
|
-
self.app.transient(
|
|
61
|
-
IWorkers, # The interface contract that defines worker operations
|
|
62
|
-
Workers, # The concrete implementation class
|
|
63
|
-
alias="x-orionis.services.system.workers" # Descriptive alias for container lookup
|
|
64
|
-
)
|
|
60
|
+
self.app.transient(IWorkers, Workers, alias="x-orionis.services.system.workers")
|
|
65
61
|
|
|
66
62
|
def boot(self) -> None:
|
|
67
63
|
"""
|
orionis/metadata/framework.py
CHANGED
|
@@ -177,13 +177,13 @@ orionis/foundation/providers/console_provider.py,sha256=9oDHOGm79O8OtwTFPCYl4hNQ
|
|
|
177
177
|
orionis/foundation/providers/dumper_provider.py,sha256=nKHjLDClCo-KnPloh6EYVySjgzf6SYSvoxVD6IwJt8M,3355
|
|
178
178
|
orionis/foundation/providers/executor_provider.py,sha256=kwkH8YWEXoEoP51akJXQJ0U25rhlOLxnfE0s9fALr0I,3478
|
|
179
179
|
orionis/foundation/providers/inspirational_provider.py,sha256=uq2o0uLd5p6PR99uH4cJAcc6NnU6nIOwe0ZIdzZcF4Q,3726
|
|
180
|
-
orionis/foundation/providers/logger_provider.py,sha256=
|
|
180
|
+
orionis/foundation/providers/logger_provider.py,sha256=rs8UpaD_vSp3qNli0u9A4eRum3q3F0KEM0V6yhcl2GU,3417
|
|
181
181
|
orionis/foundation/providers/progress_bar_provider.py,sha256=X4Ke7mPr0MgVp6WDNaQ3bI3Z_LOS8qE-wid0MQErKms,3367
|
|
182
|
-
orionis/foundation/providers/reactor_provider.py,sha256=
|
|
182
|
+
orionis/foundation/providers/reactor_provider.py,sha256=P0KQcp4AFKTrD6BStGfCTqhGUlpKgsrZTZZKSqyGJQg,3662
|
|
183
183
|
orionis/foundation/providers/testing_provider.py,sha256=SrJRpdvcblx9WvX7x9Y3zc7OQfiTf7la0HAJrm2ESlE,3725
|
|
184
|
-
orionis/foundation/providers/workers_provider.py,sha256=
|
|
184
|
+
orionis/foundation/providers/workers_provider.py,sha256=oa_2NIDH6UxZrtuGkkoo_zEoNIMGgJ46vg5CCgAm7wI,3926
|
|
185
185
|
orionis/metadata/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
186
|
-
orionis/metadata/framework.py,sha256=
|
|
186
|
+
orionis/metadata/framework.py,sha256=T9dYSHapO49zXjadzQVKxOjNfNdygZTf9JHRePCLweo,4088
|
|
187
187
|
orionis/metadata/package.py,sha256=k7Yriyp5aUcR-iR8SK2ec_lf0_Cyc-C7JczgXa-I67w,16039
|
|
188
188
|
orionis/services/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
189
189
|
orionis/services/asynchrony/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
@@ -348,7 +348,7 @@ orionis/test/validators/web_report.py,sha256=n9BfzOZz6aEiNTypXcwuWbFRG0OdHNSmCNu
|
|
|
348
348
|
orionis/test/validators/workers.py,sha256=rWcdRexINNEmGaO7mnc1MKUxkHKxrTsVuHgbnIfJYgc,1206
|
|
349
349
|
orionis/test/view/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
350
350
|
orionis/test/view/render.py,sha256=f-zNhtKSg9R5Njqujbg2l2amAs2-mRVESneLIkWOZjU,4082
|
|
351
|
-
orionis-0.
|
|
351
|
+
orionis-0.457.0.dist-info/licenses/LICENCE,sha256=JhC-z_9mbpUrCfPjcl3DhDA8trNDMzb57cvRSam1avc,1463
|
|
352
352
|
tests/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
353
353
|
tests/container/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
354
354
|
tests/container/context/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
@@ -491,8 +491,8 @@ tests/testing/validators/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZ
|
|
|
491
491
|
tests/testing/validators/test_testing_validators.py,sha256=WPo5GxTP6xE-Dw3X1vZoqOMpb6HhokjNSbgDsDRDvy4,16588
|
|
492
492
|
tests/testing/view/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
493
493
|
tests/testing/view/test_render.py,sha256=tnnMBwS0iKUIbogLvu-7Rii50G6Koddp3XT4wgdFEYM,1050
|
|
494
|
-
orionis-0.
|
|
495
|
-
orionis-0.
|
|
496
|
-
orionis-0.
|
|
497
|
-
orionis-0.
|
|
498
|
-
orionis-0.
|
|
494
|
+
orionis-0.457.0.dist-info/METADATA,sha256=hAgKQZjfFeAVrkvwZZtkfaVl5biwh-Kx1vRo42cSvoQ,4772
|
|
495
|
+
orionis-0.457.0.dist-info/WHEEL,sha256=_zCd3N1l69ArxyTb8rzEoP9TpbYXkqRFSNOD5OuxnTs,91
|
|
496
|
+
orionis-0.457.0.dist-info/top_level.txt,sha256=2bdoHgyGZhOtLAXS6Om8OCTmL24dUMC_L1quMe_ETbk,14
|
|
497
|
+
orionis-0.457.0.dist-info/zip-safe,sha256=frcCV1k9oG9oKj3dpUqdJg1PxRT2RSN_XKdLCPjaYaY,2
|
|
498
|
+
orionis-0.457.0.dist-info/RECORD,,
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|