orionis 0.156.0__py3-none-any.whl → 0.157.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/framework.py +1 -1
- orionis/luminate/container/container_integrity.py +4 -2
- {orionis-0.156.0.dist-info → orionis-0.157.0.dist-info}/METADATA +1 -1
- {orionis-0.156.0.dist-info → orionis-0.157.0.dist-info}/RECORD +8 -8
- {orionis-0.156.0.dist-info → orionis-0.157.0.dist-info}/LICENCE +0 -0
- {orionis-0.156.0.dist-info → orionis-0.157.0.dist-info}/WHEEL +0 -0
- {orionis-0.156.0.dist-info → orionis-0.157.0.dist-info}/entry_points.txt +0 -0
- {orionis-0.156.0.dist-info → orionis-0.157.0.dist-info}/top_level.txt +0 -0
orionis/framework.py
CHANGED
@@ -130,8 +130,10 @@ class ContainerIntegrity(IContainerIntegrity):
|
|
130
130
|
if not isinstance(name, str):
|
131
131
|
raise OrionisContainerValueError(f"The alias '{name}' must be a string.")
|
132
132
|
|
133
|
-
if not re.match(r'^[a-zA-Z0-9_]+$', name):
|
134
|
-
raise OrionisContainerValueError(
|
133
|
+
if not re.match(r'^[a-zA-Z0-9_:]+$', name):
|
134
|
+
raise OrionisContainerValueError(
|
135
|
+
f"The alias '{name}' can only contain letters, numbers, underscores, and colons, without spaces or other special characters."
|
136
|
+
)
|
135
137
|
|
136
138
|
if name in {
|
137
139
|
int, "int",
|
@@ -1,6 +1,6 @@
|
|
1
1
|
orionis/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
2
2
|
orionis/cli_manager.py,sha256=oXY5UYvtalP996h7z5iaEc7z5b1hyFWXrLPrvtoxWcU,1368
|
3
|
-
orionis/framework.py,sha256=
|
3
|
+
orionis/framework.py,sha256=yerk15UIkpfNIuj42h8l5SOTnUvNRJMaIedup4hdh_U,1387
|
4
4
|
orionis/installer/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
5
5
|
orionis/installer/manager.py,sha256=SiypGJ2YiFeWyK_4drkheHUd42oS2CH63PNuxiw6Cps,3139
|
6
6
|
orionis/installer/contracts/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
@@ -45,7 +45,7 @@ orionis/luminate/console/output/progress_bar.py,sha256=ZiPGcUaN3EINeLRKgLGtS1GAb
|
|
45
45
|
orionis/luminate/console/output/styles.py,sha256=2e1_FJdNpKaVqmdlCx-udzTleH_6uEFE9_TjH7T1ZUk,3696
|
46
46
|
orionis/luminate/container/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
47
47
|
orionis/luminate/container/container.py,sha256=Q_COU9QHshBH1XJ3OKEm3RTKSaLE9zs_gmNgson0tx0,18415
|
48
|
-
orionis/luminate/container/container_integrity.py,sha256=
|
48
|
+
orionis/luminate/container/container_integrity.py,sha256=lFQ41IN_3Z0SbtJzZ_9jewoaUI4xlsBEFXPfn-p82uI,7976
|
49
49
|
orionis/luminate/container/exception.py,sha256=ap1SqYEjQEEHXJJTNmL7V1jrmRjgT5_7geZ95MYkhMA,1691
|
50
50
|
orionis/luminate/container/lifetimes.py,sha256=2lbdiV7R2WlJf1cLD6eBxLnJud_lZvX1IhQH2Djy3Ww,375
|
51
51
|
orionis/luminate/container/resolve.py,sha256=aPkv2EAommw8cRZiKNLrC5gHbi5QWAB54KOqxGqO5p0,2746
|
@@ -181,9 +181,9 @@ tests/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
181
181
|
tests/tools/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
182
182
|
tests/tools/class_example.py,sha256=dIPD997Y15n6WmKhWoOFSwEldRm9MdOHTZZ49eF1p3c,1056
|
183
183
|
tests/tools/test_reflection.py,sha256=bhLQ7VGVod4B8sv-rW9AjnOumvaBVsoxieA3sdoM2yM,5244
|
184
|
-
orionis-0.
|
185
|
-
orionis-0.
|
186
|
-
orionis-0.
|
187
|
-
orionis-0.
|
188
|
-
orionis-0.
|
189
|
-
orionis-0.
|
184
|
+
orionis-0.157.0.dist-info/LICENCE,sha256=-_4cF2EBKuYVS_SQpy1uapq0oJPUU1vl_RUWSy2jJTo,1111
|
185
|
+
orionis-0.157.0.dist-info/METADATA,sha256=Ktc62r_KpiArl0NIlJAZRyz5NkVbep1wS-ZzJOTD75Q,2970
|
186
|
+
orionis-0.157.0.dist-info/WHEEL,sha256=In9FTNxeP60KnTkGw7wk6mJPYd_dQSjEZmXdBdMCI-8,91
|
187
|
+
orionis-0.157.0.dist-info/entry_points.txt,sha256=eef1_CVewfokKjrGBynXa06KabSJYo7LlDKKIKvs1cM,53
|
188
|
+
orionis-0.157.0.dist-info/top_level.txt,sha256=2bdoHgyGZhOtLAXS6Om8OCTmL24dUMC_L1quMe_ETbk,14
|
189
|
+
orionis-0.157.0.dist-info/RECORD,,
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|