orionis 0.733.0__py3-none-any.whl → 0.734.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/http/kernel.py CHANGED
@@ -2,7 +2,6 @@ from orionis.console.exceptions import CLIOrionisValueError
2
2
  from orionis.failure.contracts.catch import ICatch
3
3
  from orionis.foundation.contracts.application import IApplication
4
4
  from orionis.http.contracts.kernel import IKernelHTTP
5
- from granian._granian import RSGIHTTPScope
6
5
  from orionis.http.core.asgi import ASGIGateway
7
6
  from orionis.http.core.rsgi import RSGIGateway
8
7
 
@@ -47,7 +46,7 @@ class KernelHTTP(IKernelHTTP):
47
46
  path = scope.get("path")
48
47
  print(f"[{method}] - {path}")
49
48
  await ASGIGateway(*args)
50
- elif args and isinstance(args[0], RSGIHTTPScope):
49
+ else:
51
50
  method = args[0].method
52
51
  path = args[0].path
53
52
  print(f"[{method}] - {path}")
@@ -6,7 +6,7 @@
6
6
  NAME = "orionis"
7
7
 
8
8
  # Current version of the framework
9
- VERSION = "0.733.0"
9
+ VERSION = "0.734.0"
10
10
 
11
11
  # Full name of the author or maintainer of the project
12
12
  AUTHOR = "Raul Mauricio Uñate Castro"
@@ -97,6 +97,7 @@ REQUIRES = [
97
97
  'pyclean>=3.1.0',
98
98
  'dotty-dict>=1.3.1',
99
99
  'granian>=2.5.5',
100
+ 'granian[reload]>=2.5.5',
100
101
  ]
101
102
 
102
103
  #---------------------------------------------------------------------------
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: orionis
3
- Version: 0.733.0
3
+ Version: 0.734.0
4
4
  Summary: Orionis Framework – Elegant, Fast, and Powerful.
5
5
  Home-page: https://github.com/orionis-framework/framework
6
6
  Author: Raul Mauricio Uñate Castro
@@ -38,6 +38,7 @@ Requires-Dist: twine>=5.0.0
38
38
  Requires-Dist: pyclean>=3.1.0
39
39
  Requires-Dist: dotty-dict>=1.3.1
40
40
  Requires-Dist: granian>=2.5.5
41
+ Requires-Dist: granian[reload]>=2.5.5
41
42
  Dynamic: author
42
43
  Dynamic: author-email
43
44
  Dynamic: classifier
@@ -208,14 +208,14 @@ orionis/foundation/providers/scheduler_provider.py,sha256=IrPQJwvQVLRm5Qnz0Cxon4
208
208
  orionis/foundation/providers/testing_provider.py,sha256=eI1p2lUlxl25b5Z487O4nmqLE31CTDb4c3Q21xFadkE,1615
209
209
  orionis/foundation/providers/workers_provider.py,sha256=GdHENYV_yGyqmHJHn0DCyWmWId5xWjD48e6Zq2PGCWY,1674
210
210
  orionis/http/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
211
- orionis/http/kernel.py,sha256=oJhMw0_CDzlasM5UN8ov7IWXytKH_rgB8z-n9nzVEhQ,2008
211
+ orionis/http/kernel.py,sha256=OqzqRllhZhG8GFWQsRXc2OkNj99uPzsOMHXYhxJbRg4,1920
212
212
  orionis/http/contracts/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
213
213
  orionis/http/contracts/kernel.py,sha256=-OvNfV-081Ju5sDaksjSb63QMJ9dZafDcc9Q_9RO0ww,1364
214
214
  orionis/http/core/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
215
215
  orionis/http/core/asgi.py,sha256=L0UBzVEFHkclgCrhr68HyirxMhoPbyHdehNxzcj2Rw8,465
216
216
  orionis/http/core/rsgi.py,sha256=kevwDn5BgJTveA1AMooBi-N7wE305ZuqySPomdi9XDk,365
217
217
  orionis/metadata/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
218
- orionis/metadata/framework.py,sha256=qt31yRTbwgxS4mlIsTj9v4tVzHdtiizZ-uPss9JxKQ0,4720
218
+ orionis/metadata/framework.py,sha256=ivDbyjnsXXLwP_PmdMvUrNQiL3Ehso1dbfZiYW0AnRc,4751
219
219
  orionis/metadata/package.py,sha256=s1JeGJPwdVh4jO3IOfmpwMuJ_oX6Vf9NL7jgPEQNf5Y,16050
220
220
  orionis/services/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
221
221
  orionis/services/asynchrony/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
@@ -410,8 +410,8 @@ orionis/test/validators/workers.py,sha256=HcZ3cnrk6u7cvM1xZpn_lsglHAq69_jx9RcTSv
410
410
  orionis/test/view/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
411
411
  orionis/test/view/render.py,sha256=arysoswhkV2vUd2aVMZRPpmH317jaWbgjDpQ_AWQ5AE,5663
412
412
  orionis/test/view/report.stub,sha256=QLqqCdRoENr3ECiritRB3DO_MOjRQvgBh5jxZ3Hs1r0,28189
413
- orionis-0.733.0.dist-info/licenses/LICENCE,sha256=JhC-z_9mbpUrCfPjcl3DhDA8trNDMzb57cvRSam1avc,1463
414
- orionis-0.733.0.dist-info/METADATA,sha256=g22T0TfzuKBu_ecE0GjTj-cNaaKFBn_BnuSjLGBQ_G4,4962
415
- orionis-0.733.0.dist-info/WHEEL,sha256=_zCd3N1l69ArxyTb8rzEoP9TpbYXkqRFSNOD5OuxnTs,91
416
- orionis-0.733.0.dist-info/top_level.txt,sha256=lyXi6jArpqJ-0zzNqd_uwsH-z9TCEBVBL-pC3Ekv7hU,8
417
- orionis-0.733.0.dist-info/RECORD,,
413
+ orionis-0.734.0.dist-info/licenses/LICENCE,sha256=JhC-z_9mbpUrCfPjcl3DhDA8trNDMzb57cvRSam1avc,1463
414
+ orionis-0.734.0.dist-info/METADATA,sha256=1EmNNyowGkGV-UwlFMuf2_F7j-3Jwr7hAYqdPWRW7KU,5001
415
+ orionis-0.734.0.dist-info/WHEEL,sha256=_zCd3N1l69ArxyTb8rzEoP9TpbYXkqRFSNOD5OuxnTs,91
416
+ orionis-0.734.0.dist-info/top_level.txt,sha256=lyXi6jArpqJ-0zzNqd_uwsH-z9TCEBVBL-pC3Ekv7hU,8
417
+ orionis-0.734.0.dist-info/RECORD,,