orionis 0.390.0__py3-none-any.whl → 0.391.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/contracts/application.py +5 -5
- orionis/metadata/framework.py +1 -1
- {orionis-0.390.0.dist-info → orionis-0.391.0.dist-info}/METADATA +1 -1
- {orionis-0.390.0.dist-info → orionis-0.391.0.dist-info}/RECORD +8 -8
- {orionis-0.390.0.dist-info → orionis-0.391.0.dist-info}/WHEEL +0 -0
- {orionis-0.390.0.dist-info → orionis-0.391.0.dist-info}/licenses/LICENCE +0 -0
- {orionis-0.390.0.dist-info → orionis-0.391.0.dist-info}/top_level.txt +0 -0
- {orionis-0.390.0.dist-info → orionis-0.391.0.dist-info}/zip-safe +0 -0
|
@@ -31,12 +31,12 @@ class IApplication(IContainer):
|
|
|
31
31
|
def withProviders(self, providers: List[Type[IServiceProvider]] = []) -> 'IApplication':
|
|
32
32
|
"""
|
|
33
33
|
Add multiple service providers to the application.
|
|
34
|
-
|
|
34
|
+
|
|
35
35
|
Parameters
|
|
36
36
|
----------
|
|
37
37
|
providers : List[Type[IServiceProvider]], optional
|
|
38
38
|
List of provider classes to add to the application
|
|
39
|
-
|
|
39
|
+
|
|
40
40
|
Returns
|
|
41
41
|
-------
|
|
42
42
|
IApplication
|
|
@@ -48,12 +48,12 @@ class IApplication(IContainer):
|
|
|
48
48
|
def addProvider(self, provider: Type[IServiceProvider]) -> 'IApplication':
|
|
49
49
|
"""
|
|
50
50
|
Add a single service provider to the application.
|
|
51
|
-
|
|
51
|
+
|
|
52
52
|
Parameters
|
|
53
53
|
----------
|
|
54
54
|
provider : Type[IServiceProvider]
|
|
55
55
|
The provider class to add to the application
|
|
56
|
-
|
|
56
|
+
|
|
57
57
|
Returns
|
|
58
58
|
-------
|
|
59
59
|
IApplication
|
|
@@ -65,7 +65,7 @@ class IApplication(IContainer):
|
|
|
65
65
|
def create(self) -> 'IApplication':
|
|
66
66
|
"""
|
|
67
67
|
Bootstrap the application by loading providers and kernels.
|
|
68
|
-
|
|
68
|
+
|
|
69
69
|
Returns
|
|
70
70
|
-------
|
|
71
71
|
IApplication
|
orionis/metadata/framework.py
CHANGED
|
@@ -235,7 +235,7 @@ orionis/foundation/config/testing/entities/testing.py,sha256=keU7dSuRv0rgaG-T4Vo
|
|
|
235
235
|
orionis/foundation/config/testing/enums/__init__.py,sha256=tCHed6wBzqHx8o3kWBGm8tZYkYOKdSAx8TvgC-Eauv0,75
|
|
236
236
|
orionis/foundation/config/testing/enums/test_mode.py,sha256=IbFpauu7J-iSAfmC8jDbmTEYl8eZr-AexL-lyOh8_74,337
|
|
237
237
|
orionis/foundation/contracts/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
238
|
-
orionis/foundation/contracts/application.py,sha256=
|
|
238
|
+
orionis/foundation/contracts/application.py,sha256=5DLGJz-GYDN_783RGE4eSQjnPJRMWVVJaDR900YghUI,2177
|
|
239
239
|
orionis/foundation/contracts/config.py,sha256=Rpz6U6t8OXHO9JJKSTnCimytXE-tfCB-1ithP2nG8MQ,628
|
|
240
240
|
orionis/foundation/exceptions/__init__.py,sha256=XtG3MJ_MFNY_dU5mmTyz_N_4QG1jYrcv5RegBso7wuY,163
|
|
241
241
|
orionis/foundation/exceptions/integrity.py,sha256=mc4pL1UMoYRHEmphnpW2oGk5URhu7DJRREyzHaV-cs8,472
|
|
@@ -247,7 +247,7 @@ orionis/foundation/providers/path_resolver_provider.py,sha256=rXvaVc5sSqmDgRzWJo
|
|
|
247
247
|
orionis/foundation/providers/progress_bar_provider.py,sha256=75Jr4iEgUOUGl8Di1DioeP5_HRQlR-1lVzPmS96sWjA,737
|
|
248
248
|
orionis/foundation/providers/workers_provider.py,sha256=WWlji3C69_-Y0c42aZDbR_bmcE_qZEh2SaA_cNkCivI,702
|
|
249
249
|
orionis/metadata/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
250
|
-
orionis/metadata/framework.py,sha256=
|
|
250
|
+
orionis/metadata/framework.py,sha256=Zwg93UIb-nm1cBAyknsYuR1dSWXvk-WUzs3AqvvRizo,4960
|
|
251
251
|
orionis/metadata/package.py,sha256=tqLfBRo-w1j_GN4xvzUNFyweWYFS-qhSgAEc-AmCH1M,5452
|
|
252
252
|
orionis/services/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
253
253
|
orionis/services/asynchrony/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
@@ -384,7 +384,7 @@ orionis/test/records/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hS
|
|
|
384
384
|
orionis/test/records/logs.py,sha256=EOQcloMVdhlNl2lU9igQz8H4b-OtKtiwh2pgr_QZWOI,13186
|
|
385
385
|
orionis/test/view/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
386
386
|
orionis/test/view/render.py,sha256=zd7xDvVfmQ2HxZamDTzL2-z2PpyL99EaolbbM7wTah4,5014
|
|
387
|
-
orionis-0.
|
|
387
|
+
orionis-0.391.0.dist-info/licenses/LICENCE,sha256=-_4cF2EBKuYVS_SQpy1uapq0oJPUU1vl_RUWSy2jJTo,1111
|
|
388
388
|
tests/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
389
389
|
tests/example/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
390
390
|
tests/example/test_example.py,sha256=8G7kp74PZZ0Tdnw8WkheZ7lvZVFpdx_9ShOZBN9GEF0,25582
|
|
@@ -485,8 +485,8 @@ tests/support/wrapper/test_services_wrapper_docdict.py,sha256=nTNrvJkMSPx_aopEQ9
|
|
|
485
485
|
tests/testing/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
486
486
|
tests/testing/test_testing_result.py,sha256=fnH7hjumNSErAFGITJgq2LHxSzvPF2tdtmHL9kyAv-Y,4409
|
|
487
487
|
tests/testing/test_testing_unit.py,sha256=d3CRGo6608fMzYcZKIKapjx_af2aigqWiKSiuK9euIY,7600
|
|
488
|
-
orionis-0.
|
|
489
|
-
orionis-0.
|
|
490
|
-
orionis-0.
|
|
491
|
-
orionis-0.
|
|
492
|
-
orionis-0.
|
|
488
|
+
orionis-0.391.0.dist-info/METADATA,sha256=P3d7C9DNqWzJPnse288BN52RyyFKBxdB_DjQ1rVc4sQ,4772
|
|
489
|
+
orionis-0.391.0.dist-info/WHEEL,sha256=_zCd3N1l69ArxyTb8rzEoP9TpbYXkqRFSNOD5OuxnTs,91
|
|
490
|
+
orionis-0.391.0.dist-info/top_level.txt,sha256=2bdoHgyGZhOtLAXS6Om8OCTmL24dUMC_L1quMe_ETbk,14
|
|
491
|
+
orionis-0.391.0.dist-info/zip-safe,sha256=frcCV1k9oG9oKj3dpUqdJg1PxRT2RSN_XKdLCPjaYaY,2
|
|
492
|
+
orionis-0.391.0.dist-info/RECORD,,
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|